Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/HeuristicLab.csproj @ 1571

Last change on this file since 1571 was 1571, checked in by epitzer, 15 years ago

Always run post build event on HL solution. (#582)

File size: 7.0 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab</RootNamespace>
11    <AssemblyName>HeuristicLab</AssemblyName>
12    <SignAssembly>true</SignAssembly>
13    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
14    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>2.0</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <RunPostBuildEvent>Always</RunPostBuildEvent>
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23    <DebugSymbols>true</DebugSymbols>
24    <DebugType>full</DebugType>
25    <Optimize>false</Optimize>
26    <OutputPath>bin\Debug\</OutputPath>
27    <DefineConstants>DEBUG;TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
34    <OutputPath>bin\Release\</OutputPath>
35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49    <OutputPath>bin\x86\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\x64\Debug\</OutputPath>
59    <DefineConstants>TRACE;DEBUG</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
65    <OutputPath>bin\x64\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x64</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="System" />
74    <Reference Include="System.Data" />
75    <Reference Include="System.Deployment" />
76    <Reference Include="System.Drawing" />
77    <Reference Include="System.Windows.Forms" />
78    <Reference Include="System.Xml" />
79  </ItemGroup>
80  <ItemGroup>
81    <Compile Include="MainForm.cs">
82      <SubType>Form</SubType>
83    </Compile>
84    <Compile Include="MainForm.Designer.cs">
85      <DependentUpon>MainForm.cs</DependentUpon>
86    </Compile>
87    <Compile Include="Program.cs" />
88    <Compile Include="Properties\AssemblyInfo.cs" />
89    <EmbeddedResource Include="MainForm.resx">
90      <DependentUpon>MainForm.cs</DependentUpon>
91      <SubType>Designer</SubType>
92    </EmbeddedResource>
93    <EmbeddedResource Include="Properties\Resources.resx">
94      <Generator>ResXFileCodeGenerator</Generator>
95      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
96      <SubType>Designer</SubType>
97    </EmbeddedResource>
98    <EmbeddedResource Include="SplashScreen.resx">
99      <DependentUpon>SplashScreen.cs</DependentUpon>
100      <SubType>Designer</SubType>
101    </EmbeddedResource>
102    <Compile Include="Properties\Resources.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DependentUpon>Resources.resx</DependentUpon>
105      <DesignTime>True</DesignTime>
106    </Compile>
107    <None Include="HeuristicLab.snk" />
108    <None Include="Properties\Settings.settings">
109      <Generator>SettingsSingleFileGenerator</Generator>
110      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
111    </None>
112    <Compile Include="Properties\Settings.Designer.cs">
113      <AutoGen>True</AutoGen>
114      <DependentUpon>Settings.settings</DependentUpon>
115      <DesignTimeSharedInput>True</DesignTimeSharedInput>
116    </Compile>
117    <Compile Include="SplashScreen.cs">
118      <SubType>Form</SubType>
119    </Compile>
120    <Compile Include="SplashScreen.Designer.cs">
121      <DependentUpon>SplashScreen.cs</DependentUpon>
122    </Compile>
123  </ItemGroup>
124  <ItemGroup>
125    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure.GUI\HeuristicLab.PluginInfrastructure.GUI.csproj">
126      <Project>{D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}</Project>
127      <Name>HeuristicLab.PluginInfrastructure.GUI</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
130      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
131      <Name>HeuristicLab.PluginInfrastructure</Name>
132    </ProjectReference>
133  </ItemGroup>
134  <ItemGroup>
135    <Content Include="HeuristicLab.ico" />
136    <Content Include="Resources\HeuristicLab.ico" />
137    <None Include="app.config" />
138    <None Include="CopyAssemblies.cmd" />
139    <None Include="MergeConfigs.cmd" />
140    <None Include="Properties\AssemblyInfo.frame" />
141    <None Include="Resources\LargeIcons.gif" />
142    <None Include="Resources\Details.gif" />
143    <None Include="Resources\List.gif" />
144    <None Include="Resources\Logo_white.gif" />
145    <None Include="UpdateLocalInstallation.cmd" />
146  </ItemGroup>
147  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149       Other similar extension points exist, see Microsoft.Common.targets.
150  <Target Name="BeforeBuild">
151  </Target>
152  <Target Name="AfterBuild">
153  </Target>
154  -->
155  <PropertyGroup>
156    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
157set ProjectDir=$(ProjectDir)
158set SolutionDir=$(SolutionDir)
159set Outdir=$(Outdir)
160set Platform=$(PlatformName)
161
162call MergeConfigs.cmd
163call CopyAssemblies.cmd
164call UpdateLocalInstallation.cmd</PostBuildEvent>
165    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
166set ProjectDir=$(ProjectDir)
167set SolutionDir=$(SolutionDir)
168set Outdir=$(Outdir)
169
170call PreBuildEvent.cmd</PreBuildEvent>
171  </PropertyGroup>
172</Project>
Note: See TracBrowser for help on using the repository browser.