Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 852 was 852, checked in by swagner, 15 years ago

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

File size: 6.5 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.21022</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>OnBuildSuccess</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)' == 'Release x64|x86' ">
57    <OutputPath>bin\x86\Release x64\</OutputPath>
58    <PlatformTarget>x86</PlatformTarget>
59  </PropertyGroup>
60  <ItemGroup>
61    <Reference Include="System" />
62    <Reference Include="System.Data" />
63    <Reference Include="System.Deployment" />
64    <Reference Include="System.Drawing" />
65    <Reference Include="System.Windows.Forms" />
66    <Reference Include="System.Xml" />
67  </ItemGroup>
68  <ItemGroup>
69    <Compile Include="MainForm.cs">
70      <SubType>Form</SubType>
71    </Compile>
72    <Compile Include="MainForm.Designer.cs">
73      <DependentUpon>MainForm.cs</DependentUpon>
74    </Compile>
75    <Compile Include="Program.cs" />
76    <Compile Include="Properties\AssemblyInfo.cs" />
77    <EmbeddedResource Include="MainForm.resx">
78      <DependentUpon>MainForm.cs</DependentUpon>
79      <SubType>Designer</SubType>
80    </EmbeddedResource>
81    <EmbeddedResource Include="Properties\Resources.resx">
82      <Generator>ResXFileCodeGenerator</Generator>
83      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
84      <SubType>Designer</SubType>
85    </EmbeddedResource>
86    <EmbeddedResource Include="SplashScreen.resx">
87      <DependentUpon>SplashScreen.cs</DependentUpon>
88      <SubType>Designer</SubType>
89    </EmbeddedResource>
90    <Compile Include="Properties\Resources.Designer.cs">
91      <AutoGen>True</AutoGen>
92      <DependentUpon>Resources.resx</DependentUpon>
93      <DesignTime>True</DesignTime>
94    </Compile>
95    <None Include="HeuristicLab.snk" />
96    <None Include="Properties\Settings.settings">
97      <Generator>SettingsSingleFileGenerator</Generator>
98      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
99    </None>
100    <Compile Include="Properties\Settings.Designer.cs">
101      <AutoGen>True</AutoGen>
102      <DependentUpon>Settings.settings</DependentUpon>
103      <DesignTimeSharedInput>True</DesignTimeSharedInput>
104    </Compile>
105    <Compile Include="SplashScreen.cs">
106      <SubType>Form</SubType>
107    </Compile>
108    <Compile Include="SplashScreen.Designer.cs">
109      <DependentUpon>SplashScreen.cs</DependentUpon>
110    </Compile>
111  </ItemGroup>
112  <ItemGroup>
113    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure.GUI\HeuristicLab.PluginInfrastructure.GUI.csproj">
114      <Project>{D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}</Project>
115      <Name>HeuristicLab.PluginInfrastructure.GUI</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
118      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
119      <Name>HeuristicLab.PluginInfrastructure</Name>
120    </ProjectReference>
121  </ItemGroup>
122  <ItemGroup>
123    <Content Include="HeuristicLab.ico" />
124    <Content Include="Resources\HeuristicLab.ico" />
125    <None Include="app.config" />
126    <None Include="CopyAssemblies.cmd" />
127    <None Include="MergeConfigs.cmd" />
128    <None Include="Properties\AssemblyInfo.frame" />
129    <None Include="Resources\LargeIcons.gif" />
130    <None Include="Resources\Details.gif" />
131    <None Include="Resources\List.gif" />
132    <None Include="Resources\Logo_white.gif" />
133    <None Include="UpdateLocalInstallation.cmd" />
134  </ItemGroup>
135  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137       Other similar extension points exist, see Microsoft.Common.targets.
138  <Target Name="BeforeBuild">
139  </Target>
140  <Target Name="AfterBuild">
141  </Target>
142  -->
143  <PropertyGroup>
144    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
145set ProjectDir=$(ProjectDir)
146set SolutionDir=$(SolutionDir)
147set Outdir=$(Outdir)
148
149call MergeConfigs.cmd
150call CopyAssemblies.cmd
151call UpdateLocalInstallation.cmd</PostBuildEvent>
152    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
153set ProjectDir=$(ProjectDir)
154set SolutionDir=$(SolutionDir)
155set Outdir=$(Outdir)
156
157call PreBuildEvent.cmd</PreBuildEvent>
158  </PropertyGroup>
159</Project>
Note: See TracBrowser for help on using the repository browser.