Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.OptimizationFrontend/HeuristicLab.OptimizationFrontend.csproj @ 30

Last change on this file since 30 was 30, checked in by swagner, 16 years ago

Fixed ticket #26

  • added automatic generation of version strings for all projects using the SVN tool SubWCRev
File size: 5.9 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.21022</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</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.xml</DocumentationFile>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="System" />
38    <Reference Include="System.Data" />
39    <Reference Include="System.Drawing" />
40    <Reference Include="System.Windows.Forms" />
41    <Reference Include="System.Xml" />
42  </ItemGroup>
43  <ItemGroup>
44    <Compile Include="AboutDialog.cs">
45      <SubType>Form</SubType>
46    </Compile>
47    <Compile Include="AboutDialog.Designer.cs">
48      <DependentUpon>AboutDialog.cs</DependentUpon>
49    </Compile>
50    <Compile Include="AvailableOperatorsForm.cs">
51      <SubType>Form</SubType>
52    </Compile>
53    <Compile Include="AvailableOperatorsForm.Designer.cs">
54      <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
55    </Compile>
56    <Compile Include="EditorForm.cs">
57      <SubType>Form</SubType>
58    </Compile>
59    <Compile Include="EditorForm.Designer.cs">
60      <DependentUpon>EditorForm.cs</DependentUpon>
61    </Compile>
62    <Compile Include="HeuristicLabOptimizationFrontendApplication.cs" />
63    <Compile Include="HeuristicLabOptimizationFrontendPlugin.cs" />
64    <Compile Include="MainForm.cs">
65      <SubType>Form</SubType>
66    </Compile>
67    <Compile Include="MainForm.Designer.cs">
68      <DependentUpon>MainForm.cs</DependentUpon>
69    </Compile>
70    <Compile Include="Properties\AssemblyInfo.cs" />
71    <Compile Include="Properties\Resources.Designer.cs">
72      <AutoGen>True</AutoGen>
73      <DesignTime>True</DesignTime>
74      <DependentUpon>Resources.resx</DependentUpon>
75    </Compile>
76    <Compile Include="ViewForm.cs">
77      <SubType>Form</SubType>
78    </Compile>
79    <Compile Include="ViewForm.Designer.cs">
80      <DependentUpon>ViewForm.cs</DependentUpon>
81    </Compile>
82  </ItemGroup>
83  <ItemGroup>
84    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
85      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
86      <Name>HeuristicLab.Core</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
89      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
90      <Name>HeuristicLab.PluginInfrastructure</Name>
91    </ProjectReference>
92  </ItemGroup>
93  <ItemGroup>
94    <None Include="HeuristicLab.snk" />
95    <None Include="Properties\AssemblyInfo.frame" />
96  </ItemGroup>
97  <ItemGroup>
98    <Content Include="Resources\HeuristicLab.ico" />
99    <Content Include="Resources\Logo_gray.gif" />
100    <Content Include="Resources\New.png" />
101    <Content Include="Resources\Open.png" />
102    <Content Include="Resources\Save.png" />
103    <Content Include="Resources\SaveAll.png" />
104    <Content Include="Resources\Tools.ico" />
105  </ItemGroup>
106  <ItemGroup>
107    <EmbeddedResource Include="AboutDialog.resx">
108      <DependentUpon>AboutDialog.cs</DependentUpon>
109      <SubType>Designer</SubType>
110    </EmbeddedResource>
111    <EmbeddedResource Include="AvailableOperatorsForm.resx">
112      <DependentUpon>AvailableOperatorsForm.cs</DependentUpon>
113      <SubType>Designer</SubType>
114    </EmbeddedResource>
115    <EmbeddedResource Include="EditorForm.resx">
116      <DependentUpon>EditorForm.cs</DependentUpon>
117      <SubType>Designer</SubType>
118    </EmbeddedResource>
119    <EmbeddedResource Include="MainForm.resx">
120      <DependentUpon>MainForm.cs</DependentUpon>
121      <SubType>Designer</SubType>
122    </EmbeddedResource>
123    <EmbeddedResource Include="Properties\Resources.resx">
124      <Generator>ResXFileCodeGenerator</Generator>
125      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
126      <SubType>Designer</SubType>
127    </EmbeddedResource>
128    <EmbeddedResource Include="ViewForm.resx">
129      <DependentUpon>ViewForm.cs</DependentUpon>
130      <SubType>Designer</SubType>
131    </EmbeddedResource>
132  </ItemGroup>
133  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135       Other similar extension points exist, see Microsoft.Common.targets.
136  <Target Name="BeforeBuild">
137  </Target>
138  <Target Name="AfterBuild">
139  </Target>
140  -->
141  <PropertyGroup>
142    <PreBuildEvent>cmd /c ..\..\..\PreBuildEvent.cmd</PreBuildEvent>
143  </PropertyGroup>
144</Project>
Note: See TracBrowser for help on using the repository browser.