Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj @ 2803

Last change on this file since 2803 was 2803, checked in by mkommend, 14 years ago

changed HL3.3 x64 configuration (ticket #867)

File size: 7.6 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>{C664305E-497C-4533-A140-967DEDB05C19}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Optimizer</RootNamespace>
12    <AssemblyName>HeuristicLab.Optimizer-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</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.Optimizer-3.3.XML</DocumentationFile>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
37    <DebugSymbols>true</DebugSymbols>
38    <OutputPath>bin\x64\Debug\</OutputPath>
39    <DefineConstants>DEBUG;TRACE</DefineConstants>
40    <DebugType>full</DebugType>
41    <PlatformTarget>x64</PlatformTarget>
42    <ErrorReport>prompt</ErrorReport>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
45    <OutputPath>bin\x64\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <DocumentationFile>bin\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile>
48    <Optimize>true</Optimize>
49    <DebugType>pdbonly</DebugType>
50    <PlatformTarget>x64</PlatformTarget>
51    <ErrorReport>prompt</ErrorReport>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="System" />
55    <Reference Include="System.Core">
56      <RequiredTargetFramework>3.5</RequiredTargetFramework>
57    </Reference>
58    <Reference Include="System.Drawing" />
59    <Reference Include="System.Windows.Forms" />
60    <Reference Include="System.Xml.Linq">
61      <RequiredTargetFramework>3.5</RequiredTargetFramework>
62    </Reference>
63    <Reference Include="System.Data.DataSetExtensions">
64      <RequiredTargetFramework>3.5</RequiredTargetFramework>
65    </Reference>
66    <Reference Include="System.Data" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <None Include="HeuristicLabOptimizerPlugin.cs.frame" />
71    <Compile Include="FileManager.cs" />
72    <Compile Include="MenuItems\CloseMenuItem.cs" />
73    <Compile Include="MenuItems\CloseAllMenuItem.cs" />
74    <Compile Include="MenuItems\OperatorsMenuItem.cs" />
75    <Compile Include="MenuItems\SaveAllMenuItem.cs" />
76    <Compile Include="MenuItems\SaveAsMenuItem.cs" />
77    <Compile Include="MenuItems\SaveMenuItem.cs" />
78    <Compile Include="MenuItems\OpenMenuItem.cs" />
79    <Compile Include="MenuItems\ExitMenuItem.cs" />
80    <Compile Include="HeuristicLabOptimizerApplication.cs" />
81    <Compile Include="HeuristicLabOptimizerPlugin.cs" />
82    <Compile Include="IOptimizerUserInterfaceItemProvider.cs" />
83    <Compile Include="MenuItems\NewMenuItem.cs" />
84    <Compile Include="MenuItems\Separators.cs" />
85    <Compile Include="NewItemDialog.cs">
86      <SubType>Form</SubType>
87    </Compile>
88    <Compile Include="NewItemDialog.Designer.cs">
89      <DependentUpon>NewItemDialog.cs</DependentUpon>
90    </Compile>
91    <Compile Include="OptimizerMainForm.cs">
92      <SubType>Form</SubType>
93    </Compile>
94    <Compile Include="OptimizerMainForm.Designer.cs">
95      <DependentUpon>OptimizerMainForm.cs</DependentUpon>
96    </Compile>
97    <Compile Include="Properties\AssemblyInfo.cs" />
98    <Compile Include="Properties\Resources.Designer.cs">
99      <AutoGen>True</AutoGen>
100      <DesignTime>True</DesignTime>
101      <DependentUpon>Resources.resx</DependentUpon>
102    </Compile>
103    <Compile Include="ToolBarItems\SaveAllToolBarItem.cs" />
104    <Compile Include="ToolBarItems\SaveToolBarItem.cs" />
105    <Compile Include="ToolBarItems\OpenToolBarItem.cs" />
106    <Compile Include="ToolBarItems\NewToolBarItem.cs" />
107  </ItemGroup>
108  <ItemGroup>
109    <None Include="HeuristicLab.snk" />
110    <None Include="Properties\AssemblyInfo.frame" />
111  </ItemGroup>
112  <ItemGroup>
113    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
114      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
115      <Name>HeuristicLab.Common.Resources-3.2</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
118      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
119      <Name>HeuristicLab.Core.Views-3.3</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
122      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
123      <Name>HeuristicLab.Core-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
126      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
127      <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
130      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
131      <Name>HeuristicLab.MainForm-3.2</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
134      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
135      <Name>HeuristicLab.Persistence-3.3</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
138      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
139      <Name>HeuristicLab.PluginInfrastructure</Name>
140    </ProjectReference>
141  </ItemGroup>
142  <ItemGroup>
143    <EmbeddedResource Include="Properties\Resources.resx">
144      <Generator>ResXFileCodeGenerator</Generator>
145      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
146    </EmbeddedResource>
147  </ItemGroup>
148  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
149  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150       Other similar extension points exist, see Microsoft.Common.targets.
151  <Target Name="BeforeBuild">
152  </Target>
153  <Target Name="AfterBuild">
154  </Target>
155  -->
156  <PropertyGroup>
157    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
158set ProjectDir=$(ProjectDir)
159set SolutionDir=$(SolutionDir)
160set Outdir=$(Outdir)
161
162call PreBuildEvent.cmd
163SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabOptimizerPlugin.cs"</PreBuildEvent>
164  </PropertyGroup>
165</Project>
Note: See TracBrowser for help on using the repository browser.