1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{B1DCDECA-B56E-41D5-9850-EF0D3A77DEAF}</ProjectGuid>
|
---|
9 | <OutputType>WinExe</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab 3.3</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | <SignAssembly>true</SignAssembly>
|
---|
16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
17 | <StartupObject>HeuristicLab.Program</StartupObject>
|
---|
18 | <RunPostBuildEvent>Always</RunPostBuildEvent>
|
---|
19 | <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
|
---|
20 | <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
|
---|
21 | <FileUpgradeFlags>
|
---|
22 | </FileUpgradeFlags>
|
---|
23 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
24 | <UpgradeBackupLocation />
|
---|
25 | <PublishUrl>publish\</PublishUrl>
|
---|
26 | <Install>true</Install>
|
---|
27 | <InstallFrom>Disk</InstallFrom>
|
---|
28 | <UpdateEnabled>false</UpdateEnabled>
|
---|
29 | <UpdateMode>Foreground</UpdateMode>
|
---|
30 | <UpdateInterval>7</UpdateInterval>
|
---|
31 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
32 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
33 | <UpdateRequired>false</UpdateRequired>
|
---|
34 | <MapFileExtensions>true</MapFileExtensions>
|
---|
35 | <ApplicationRevision>0</ApplicationRevision>
|
---|
36 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
37 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
38 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
39 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
40 | <TargetFrameworkProfile>
|
---|
41 | </TargetFrameworkProfile>
|
---|
42 | </PropertyGroup>
|
---|
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
44 | <DebugSymbols>true</DebugSymbols>
|
---|
45 | <DebugType>full</DebugType>
|
---|
46 | <Optimize>false</Optimize>
|
---|
47 | <OutputPath>bin\Debug\</OutputPath>
|
---|
48 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
49 | <ErrorReport>prompt</ErrorReport>
|
---|
50 | <WarningLevel>4</WarningLevel>
|
---|
51 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
52 | </PropertyGroup>
|
---|
53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
54 | <DebugType>pdbonly</DebugType>
|
---|
55 | <Optimize>true</Optimize>
|
---|
56 | <OutputPath>bin\Release\</OutputPath>
|
---|
57 | <DefineConstants>TRACE</DefineConstants>
|
---|
58 | <ErrorReport>prompt</ErrorReport>
|
---|
59 | <WarningLevel>4</WarningLevel>
|
---|
60 | <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile>
|
---|
61 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
62 | </PropertyGroup>
|
---|
63 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
64 | <DebugSymbols>true</DebugSymbols>
|
---|
65 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
66 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
67 | <DebugType>full</DebugType>
|
---|
68 | <PlatformTarget>x86</PlatformTarget>
|
---|
69 | <ErrorReport>prompt</ErrorReport>
|
---|
70 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
71 | </PropertyGroup>
|
---|
72 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
73 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
74 | <DefineConstants>TRACE</DefineConstants>
|
---|
75 | <Optimize>true</Optimize>
|
---|
76 | <DebugType>pdbonly</DebugType>
|
---|
77 | <PlatformTarget>x86</PlatformTarget>
|
---|
78 | <ErrorReport>prompt</ErrorReport>
|
---|
79 | <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile>
|
---|
80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
81 | </PropertyGroup>
|
---|
82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
83 | <DebugSymbols>true</DebugSymbols>
|
---|
84 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
85 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
86 | <DebugType>full</DebugType>
|
---|
87 | <PlatformTarget>x64</PlatformTarget>
|
---|
88 | <ErrorReport>prompt</ErrorReport>
|
---|
89 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
90 | </PropertyGroup>
|
---|
91 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
92 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
93 | <DefineConstants>TRACE</DefineConstants>
|
---|
94 | <Optimize>true</Optimize>
|
---|
95 | <DebugType>pdbonly</DebugType>
|
---|
96 | <PlatformTarget>x64</PlatformTarget>
|
---|
97 | <ErrorReport>prompt</ErrorReport>
|
---|
98 | <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile>
|
---|
99 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
100 | </PropertyGroup>
|
---|
101 | <ItemGroup>
|
---|
102 | <Reference Include="System" />
|
---|
103 | <Reference Include="System.Core">
|
---|
104 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
105 | </Reference>
|
---|
106 | <Reference Include="System.Xml.Linq">
|
---|
107 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
108 | </Reference>
|
---|
109 | <Reference Include="System.Data.DataSetExtensions">
|
---|
110 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
111 | </Reference>
|
---|
112 | <Reference Include="System.Data" />
|
---|
113 | <Reference Include="System.Deployment" />
|
---|
114 | <Reference Include="System.Drawing" />
|
---|
115 | <Reference Include="System.Windows.Forms" />
|
---|
116 | <Reference Include="System.Xml" />
|
---|
117 | </ItemGroup>
|
---|
118 | <ItemGroup>
|
---|
119 | <Compile Include="Program.cs" />
|
---|
120 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
121 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
122 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
123 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
124 | <SubType>Designer</SubType>
|
---|
125 | </EmbeddedResource>
|
---|
126 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
127 | <AutoGen>True</AutoGen>
|
---|
128 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
129 | <DesignTime>True</DesignTime>
|
---|
130 | </Compile>
|
---|
131 | <None Include="app.config">
|
---|
132 | <SubType>Designer</SubType>
|
---|
133 | </None>
|
---|
134 | <None Include="CustomPostBuild.cmd" />
|
---|
135 | <None Include="CopyAssemblies.cmd" />
|
---|
136 | <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
|
---|
137 | <None Include="HeuristicLab.snk" />
|
---|
138 | <None Include="MergeConfigs.cmd" />
|
---|
139 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
140 | <None Include="Properties\Settings.settings">
|
---|
141 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
142 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
143 | </None>
|
---|
144 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
145 | <AutoGen>True</AutoGen>
|
---|
146 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
147 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
148 | </Compile>
|
---|
149 | </ItemGroup>
|
---|
150 | <ItemGroup>
|
---|
151 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
152 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
153 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
154 | </ProjectReference>
|
---|
155 | </ItemGroup>
|
---|
156 | <ItemGroup>
|
---|
157 | <None Include="GNU General Public License.txt">
|
---|
158 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
159 | </None>
|
---|
160 | <Content Include="Files.txt">
|
---|
161 | </Content>
|
---|
162 | <Content Include="Files.x64.txt">
|
---|
163 | </Content>
|
---|
164 | <Content Include="Files.x86.txt">
|
---|
165 | </Content>
|
---|
166 | <None Include="HeuristicLab 3.3 License.txt">
|
---|
167 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
168 | </None>
|
---|
169 | <Content Include="HeuristicLab.ico" />
|
---|
170 | </ItemGroup>
|
---|
171 | <ItemGroup>
|
---|
172 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
173 | <Visible>False</Visible>
|
---|
174 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
175 | <Install>false</Install>
|
---|
176 | </BootstrapperPackage>
|
---|
177 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
178 | <Visible>False</Visible>
|
---|
179 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
180 | <Install>true</Install>
|
---|
181 | </BootstrapperPackage>
|
---|
182 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
183 | <Visible>False</Visible>
|
---|
184 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
185 | <Install>true</Install>
|
---|
186 | </BootstrapperPackage>
|
---|
187 | </ItemGroup>
|
---|
188 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
189 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
190 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
191 | <Target Name="BeforeBuild">
|
---|
192 | </Target>
|
---|
193 | <Target Name="AfterBuild">
|
---|
194 | </Target>
|
---|
195 | -->
|
---|
196 | <PropertyGroup>
|
---|
197 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
198 | set ProjectDir=$(ProjectDir)
|
---|
199 | set SolutionDir=$(SolutionDir)
|
---|
200 | set Outdir=$(Outdir)
|
---|
201 | set Configuration=$(ConfigurationName)
|
---|
202 |
|
---|
203 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
204 | <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
205 | set ProjectDir=$(ProjectDir)
|
---|
206 | set SolutionDir=$(SolutionDir)
|
---|
207 | set Outdir=$(Outdir)
|
---|
208 | set Platform=$(PlatformName)
|
---|
209 | set Configuration=$(ConfigurationName)
|
---|
210 |
|
---|
211 | call MergeConfigs.cmd
|
---|
212 | call CopyAssemblies.cmd
|
---|
213 | if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
|
---|
214 | </PropertyGroup>
|
---|
215 | </Project> |
---|