Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.OptimizationFrontend/HeuristicLab.OptimizationFrontend.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.8 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>{C2FB432A-07CA-45B5-BAFE-FEC172D1107B}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.OptimizationFrontend</RootNamespace>
12    <AssemblyName>HeuristicLab.OptimizationFrontend-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.OptimizationFrontend-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.OptimizationFrontend-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  </ItemGroup>
60  <ItemGroup>
61    <Compile Include="AboutDialog.cs">
62      <SubType>Form</SubType>
63    </Compile>
64    <Compile Include="AboutDialog.Designer.cs">
65      <DependentUpon>AboutDialog.cs</DependentUpon>
66    </Compile>
67    <Compile Include="AvailableOperatorsForm.cs">
68      <SubType>Form</SubType>
69    </Compile>
70    <Compile Include="AvailableOperatorsForm.Designer.cs">
71      <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
72    </Compile>
73    <Compile Include="EditorForm.cs">
74      <SubType>Form</SubType>
75    </Compile>
76    <Compile Include="EditorForm.Designer.cs">
77      <DependentUpon>EditorForm.cs</DependentUpon>
78    </Compile>
79    <Compile Include="HeuristicLabOptimizationFrontendApplication.cs" />
80    <Compile Include="HeuristicLabOptimizationFrontendPlugin.cs" />
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="Properties\AssemblyInfo.cs" />
88    <Compile Include="Properties\Resources.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DesignTime>True</DesignTime>
91      <DependentUpon>Resources.resx</DependentUpon>
92    </Compile>
93    <Compile Include="ViewForm.cs">
94      <SubType>Form</SubType>
95    </Compile>
96    <Compile Include="ViewForm.Designer.cs">
97      <DependentUpon>ViewForm.cs</DependentUpon>
98    </Compile>
99  </ItemGroup>
100  <ItemGroup>
101    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
102      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
103      <Name>HeuristicLab.Core</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
106      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
107      <Name>HeuristicLab.PluginInfrastructure</Name>
108    </ProjectReference>
109  </ItemGroup>
110  <ItemGroup>
111    <None Include="HeuristicLab.snk" />
112    <None Include="Properties\AssemblyInfo.frame" />
113  </ItemGroup>
114  <ItemGroup>
115    <Content Include="Resources\HeuristicLab.ico" />
116    <Content Include="Resources\Logo_gray.gif" />
117    <Content Include="Resources\New.png" />
118    <Content Include="Resources\Open.png" />
119    <Content Include="Resources\Save.png" />
120    <Content Include="Resources\SaveAll.png" />
121    <Content Include="Resources\Tools.ico" />
122  </ItemGroup>
123  <ItemGroup>
124    <EmbeddedResource Include="AboutDialog.resx">
125      <DependentUpon>AboutDialog.cs</DependentUpon>
126      <SubType>Designer</SubType>
127    </EmbeddedResource>
128    <EmbeddedResource Include="AvailableOperatorsForm.resx">
129      <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
130      <SubType>Designer</SubType>
131    </EmbeddedResource>
132    <EmbeddedResource Include="EditorForm.resx">
133      <DependentUpon>EditorForm.cs</DependentUpon>
134      <SubType>Designer</SubType>
135    </EmbeddedResource>
136    <EmbeddedResource Include="MainForm.resx">
137      <DependentUpon>MainForm.cs</DependentUpon>
138      <SubType>Designer</SubType>
139    </EmbeddedResource>
140    <EmbeddedResource Include="Properties\Resources.resx">
141      <Generator>ResXFileCodeGenerator</Generator>
142      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
143      <SubType>Designer</SubType>
144    </EmbeddedResource>
145    <EmbeddedResource Include="ViewForm.resx">
146      <DependentUpon>ViewForm.cs</DependentUpon>
147      <SubType>Designer</SubType>
148    </EmbeddedResource>
149  </ItemGroup>
150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152       Other similar extension points exist, see Microsoft.Common.targets.
153  <Target Name="BeforeBuild">
154  </Target>
155  <Target Name="AfterBuild">
156  </Target>
157  -->
158  <PropertyGroup>
159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
160set ProjectDir=$(ProjectDir)
161set SolutionDir=$(SolutionDir)
162set Outdir=$(Outdir)
163
164call PreBuildEvent.cmd</PreBuildEvent>
165  </PropertyGroup>
166</Project>
Note: See TracBrowser for help on using the repository browser.