Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/HeuristicLab.AdvancedOptimizationFrontend.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: 7.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" 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>{74752FCD-9E10-48DB-9AF2-AF5518B62807}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.AdvancedOptimizationFrontend</RootNamespace>
12    <AssemblyName>HeuristicLab.AdvancedOptimizationFrontend-3.2</AssemblyName>
13    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>bin\Release\HeuristicLab.AdvancedOptimizationFrontend-3.2.XML</DocumentationFile>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x86\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x86</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45    <OutputPath>bin\x86\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <DocumentationFile>bin\Release\HeuristicLab.AdvancedOptimizationFrontend-3.2.XML</DocumentationFile>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x86</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="System" />
55    <Reference Include="System.Data" />
56    <Reference Include="System.Drawing" />
57    <Reference Include="System.Windows.Forms" />
58    <Reference Include="System.Xml" />
59    <Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.2.2864.18696, Culture=neutral, PublicKeyToken=d481317c817cec47, processorArchitecture=MSIL" />
60  </ItemGroup>
61  <ItemGroup>
62    <Compile Include="AboutDialog.cs">
63      <SubType>Form</SubType>
64    </Compile>
65    <Compile Include="AboutDialog.Designer.cs">
66      <DependentUpon>AboutDialog.cs</DependentUpon>
67    </Compile>
68    <Compile Include="AvailableOperatorsForm.cs">
69      <SubType>Form</SubType>
70    </Compile>
71    <Compile Include="AvailableOperatorsForm.Designer.cs">
72      <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
73    </Compile>
74    <Compile Include="EditorForm.cs">
75      <SubType>Form</SubType>
76    </Compile>
77    <Compile Include="EditorForm.Designer.cs">
78      <DependentUpon>EditorForm.cs</DependentUpon>
79    </Compile>
80    <Compile Include="HeuristicLabAdvancedOptimizationFrontendApplication.cs" />
81    <Compile Include="HeuristicLabAdvancedOptimizationFrontendPlugin.cs" />
82    <Compile Include="MainForm.cs">
83      <SubType>Form</SubType>
84    </Compile>
85    <Compile Include="MainForm.Designer.cs">
86      <DependentUpon>MainForm.cs</DependentUpon>
87    </Compile>
88    <Compile Include="Properties\AssemblyInfo.cs" />
89    <Compile Include="Properties\Resources.Designer.cs">
90      <AutoGen>True</AutoGen>
91      <DesignTime>True</DesignTime>
92      <DependentUpon>Resources.resx</DependentUpon>
93    </Compile>
94    <Compile Include="ViewForm.cs">
95      <SubType>Form</SubType>
96    </Compile>
97    <Compile Include="ViewForm.Designer.cs">
98      <DependentUpon>ViewForm.cs</DependentUpon>
99    </Compile>
100  </ItemGroup>
101  <ItemGroup>
102    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
103      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
104      <Name>HeuristicLab.Core</Name>
105    </ProjectReference>
106    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
107      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
108      <Name>HeuristicLab.PluginInfrastructure</Name>
109    </ProjectReference>
110  </ItemGroup>
111  <ItemGroup>
112    <None Include="HeuristicLab.snk" />
113    <None Include="Properties\AssemblyInfo.frame" />
114  </ItemGroup>
115  <ItemGroup>
116    <Content Include="Resources\HeuristicLab.ico" />
117    <Content Include="Resources\Logo_gray.gif" />
118    <Content Include="Resources\New.png" />
119    <Content Include="Resources\Open.png" />
120    <Content Include="Resources\Save.png" />
121    <Content Include="Resources\SaveAll.png" />
122    <Content Include="Resources\Tools.ico" />
123    <Content Include="WeifenLuo.WinFormsUI.Docking License.txt" />
124    <Content Include="WeifenLuo.WinFormsUI.Docking.dll" />
125  </ItemGroup>
126  <ItemGroup>
127    <EmbeddedResource Include="AboutDialog.resx">
128      <DependentUpon>AboutDialog.cs</DependentUpon>
129      <SubType>Designer</SubType>
130    </EmbeddedResource>
131    <EmbeddedResource Include="AvailableOperatorsForm.resx">
132      <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
133      <SubType>Designer</SubType>
134    </EmbeddedResource>
135    <EmbeddedResource Include="EditorForm.resx">
136      <DependentUpon>EditorForm.cs</DependentUpon>
137      <SubType>Designer</SubType>
138    </EmbeddedResource>
139    <EmbeddedResource Include="MainForm.resx">
140      <DependentUpon>MainForm.cs</DependentUpon>
141      <SubType>Designer</SubType>
142    </EmbeddedResource>
143    <EmbeddedResource Include="Properties\Resources.resx">
144      <Generator>ResXFileCodeGenerator</Generator>
145      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
146      <SubType>Designer</SubType>
147    </EmbeddedResource>
148    <EmbeddedResource Include="ViewForm.resx">
149      <DependentUpon>ViewForm.cs</DependentUpon>
150      <SubType>Designer</SubType>
151    </EmbeddedResource>
152  </ItemGroup>
153  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
155       Other similar extension points exist, see Microsoft.Common.targets.
156  <Target Name="BeforeBuild">
157  </Target>
158  <Target Name="AfterBuild">
159  </Target>
160  -->
161  <PropertyGroup>
162    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
163set ProjectDir=$(ProjectDir)
164set SolutionDir=$(SolutionDir)
165set Outdir=$(Outdir)
166
167call PreBuildEvent.cmd</PreBuildEvent>
168  </PropertyGroup>
169</Project>
Note: See TracBrowser for help on using the repository browser.