Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj @ 11577

Last change on this file since 11577 was 11577, checked in by swagner, 9 years ago

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File size: 12.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Scheduling</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Scheduling-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>$(SolutionDir)\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
46    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
47    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
51    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
52    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
53    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56    <OutputPath>$(SolutionDir)\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
62    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
68    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
69    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
78    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
84    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
85    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
88    <OutputPath>$(SolutionDir)\bin\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
94    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
95    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
98    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
99    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
100  </PropertyGroup>
101  <ItemGroup>
102    <Reference Include="System" />
103    <Reference Include="System.Core" />
104    <Reference Include="System.Drawing" />
105  </ItemGroup>
106  <ItemGroup>
107    <Compile Include="Analyzers\BestSchedulingSolutionAnalyzer.cs" />
108    <Compile Include="Analyzers\SchedulingAnalyzer.cs" />
109    <Compile Include="Decoders\JSMForcingStrategy.cs" />
110    <Compile Include="Decoders\JSMDecoder.cs" />
111    <Compile Include="Decoders\JSMDecodingErrorPolicy.cs" />
112    <Compile Include="Decoders\JSMDecodingErrorPolicyTypes.cs" />
113    <Compile Include="Decoders\JSMForcingStrategyTypes.cs" />
114    <Compile Include="Decoders\PRVDecoder.cs" />
115    <Compile Include="Decoders\PWRDecoder.cs" />
116    <Compile Include="Decoders\ScheduleDecoder.cs" />
117    <Compile Include="Evaluators\MeanTardinessEvaluator.cs" />
118    <Compile Include="Evaluators\MakespanEvaluator.cs" />
119    <Compile Include="Evaluators\ScheduleEvaluator.cs" />
120    <Compile Include="Interfaces\IJSSPOperator.cs" />
121    <Compile Include="Interfaces\IScheduleDecoder.cs" />
122    <Compile Include="Interfaces\ISchedulingEvaluator.cs" />
123    <Compile Include="Interfaces\IScheduleEvaluator.cs" />
124    <Compile Include="JobShopSchedulingProblem.cs" />
125    <Compile Include="Evaluators\SchedulingEvaluator.cs" />
126    <Compile Include="SchedulingProblem.cs" />
127    <Compile Include="Plugin.cs" />
128    <Compile Include="Properties\AssemblyInfo.cs" />
129  </ItemGroup>
130  <ItemGroup>
131    <None Include="HeuristicLab.snk" />
132    <None Include="Plugin.cs.frame" />
133    <None Include="Properties\AssemblyInfo.cs.frame" />
134  </ItemGroup>
135  <ItemGroup>
136    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
137      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
138      <Name>HeuristicLab.Collections-3.3</Name>
139      <Private>False</Private>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
142      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
143      <Name>HeuristicLab.Common.Resources-3.3</Name>
144      <Private>False</Private>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
147      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
148      <Name>HeuristicLab.Common-3.3</Name>
149      <Private>False</Private>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
152      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
153      <Name>HeuristicLab.Core-3.3</Name>
154      <Private>False</Private>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
157      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
158      <Name>HeuristicLab.Data-3.3</Name>
159      <Private>False</Private>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
162      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
163      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
164      <Private>False</Private>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
167      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
168      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
169      <Private>False</Private>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
172      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
173      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
174      <Private>False</Private>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
177      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
178      <Name>HeuristicLab.Operators-3.3</Name>
179      <Private>False</Private>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
182      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
183      <Name>HeuristicLab.Optimization-3.3</Name>
184      <Private>False</Private>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
187      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
188      <Name>HeuristicLab.Parameters-3.3</Name>
189      <Private>False</Private>
190    </ProjectReference>
191    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
192      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
193      <Name>HeuristicLab.Persistence-3.3</Name>
194      <Private>False</Private>
195    </ProjectReference>
196    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
197      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
198      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
199      <Private>False</Private>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
202      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
203      <Name>HeuristicLab.Problems.Instances-3.3</Name>
204      <Private>False</Private>
205    </ProjectReference>
206  </ItemGroup>
207  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
208  <PropertyGroup>
209    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
210set ProjectDir=$(ProjectDir)
211set SolutionDir=$(SolutionDir)
212set Outdir=$(Outdir)
213
214call PreBuildEvent.cmd
215</PreBuildEvent>
216    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
217export ProjectDir=$(ProjectDir)
218export SolutionDir=$(SolutionDir)
219
220$SolutionDir/PreBuildEvent.sh
221</PreBuildEvent>
222  </PropertyGroup>
223  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
224       Other similar extension points exist, see Microsoft.Common.targets.
225  <Target Name="BeforeBuild">
226  </Target>
227  <Target Name="AfterBuild">
228  </Target>
229  -->
230</Project>
Note: See TracBrowser for help on using the repository browser.