Added new build steps to create release directory.tags/3.0.0
@@ -215,3 +215,4 @@ Combot.Servers.config | |||
Combot.Servers.Debug.config | |||
Combot.Servers.Release.config | |||
Packages.dgml | |||
Release/ |
@@ -31,4 +31,3 @@ using System.Runtime.InteropServices; | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] |
@@ -31,4 +31,3 @@ using System.Runtime.InteropServices; | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] |
@@ -8,7 +8,7 @@ | |||
<OutputType>WinExe</OutputType> | |||
<AppDesignerFolder>Properties</AppDesignerFolder> | |||
<RootNamespace>Interface</RootNamespace> | |||
<AssemblyName>Interface</AssemblyName> | |||
<AssemblyName>Combot-Interface</AssemblyName> | |||
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> | |||
<FileAlignment>512</FileAlignment> | |||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | |||
@@ -50,6 +50,12 @@ | |||
<ErrorReport>prompt</ErrorReport> | |||
<WarningLevel>4</WarningLevel> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<ApplicationIcon>Bot.ico</ApplicationIcon> | |||
</PropertyGroup> | |||
<PropertyGroup> | |||
<StartupObject>Interface.App</StartupObject> | |||
</PropertyGroup> | |||
<ItemGroup> | |||
<Reference Include="System" /> | |||
<Reference Include="System.Data" /> | |||
@@ -148,9 +154,26 @@ | |||
<Install>false</Install> | |||
</BootstrapperPackage> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<Resource Include="Bot.ico" /> | |||
</ItemGroup> | |||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||
<PropertyGroup> | |||
<PostBuildEvent>copy "$(SolutionDir)Combot.Servers.$(ConfigurationName).config" "$(TargetDir)Combot.Servers.config"</PostBuildEvent> | |||
<PostBuildEvent>copy "$(SolutionDir)Combot.Servers.$(ConfigurationName).config" "$(TargetDir)Combot.Servers.config" | |||
if $(ConfigurationName) == Debug goto :exit | |||
:release | |||
md "$(SolutionDir)Release\Modules\" | |||
copy "$(TargetDir)IRCServices.dll" "$(SolutionDir)Release\" /y | |||
copy "$(TargetDir)Combot.dll" "$(SolutionDir)Release\" /y | |||
copy "$(TargetDir)Combot-Interface.exe" "$(SolutionDir)Release\" /y | |||
copy "$(TargetDir)MySql.Data.dll" "$(SolutionDir)Release\" /y | |||
copy "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)Release\" /y | |||
xcopy "$(TargetDir)Modules" "$(SolutionDir)Release\Modules\" /y /s /e | |||
copy "$(SolutionDir)Combot.Servers.config" "$(SolutionDir)Release\Combot.Servers.config" /y | |||
:exit</PostBuildEvent> | |||
</PropertyGroup> | |||
<Import Project="..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets" Condition="Exists('..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets')" /> | |||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
@@ -49,5 +49,4 @@ using System.Windows; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -31,4 +31,3 @@ using System.Runtime.InteropServices; | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -30,5 +30,4 @@ using System.Runtime.InteropServices; | |||
// Revision | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] | |||
// by using the '*' as shown below: |
@@ -31,4 +31,3 @@ using System.Runtime.InteropServices; | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] |
@@ -31,4 +31,3 @@ using System.Runtime.InteropServices; | |||
// | |||
// You can specify all the values or you can default the Build and Revision Numbers | |||
// by using the '*' as shown below: | |||
// [assembly: AssemblyVersion("1.0.*")] |