[6121] | 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>{78763A4E-E163-48C2-98EB-709760D06F25}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.Scheduling.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.Scheduling.Views-3.3</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v4.0</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>
|
---|
[8757] | 20 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6121] | 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>
|
---|
[8757] | 28 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6121] | 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
[8757] | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 34 | <DebugSymbols>true</DebugSymbols>
|
---|
| 35 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 36 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 37 | <DebugType>full</DebugType>
|
---|
| 38 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 39 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 40 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 41 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 42 | <ErrorReport>prompt</ErrorReport>
|
---|
| 43 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 44 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 45 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 46 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 49 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 54 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 55 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 56 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 59 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 60 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 61 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 62 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 65 | <DebugSymbols>true</DebugSymbols>
|
---|
| 66 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 67 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 68 | <DebugType>full</DebugType>
|
---|
| 69 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 70 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 71 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 72 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 73 | <ErrorReport>prompt</ErrorReport>
|
---|
| 74 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 75 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 76 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 77 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 78 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 79 | </PropertyGroup>
|
---|
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 81 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
| 82 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 83 | <Optimize>true</Optimize>
|
---|
| 84 | <DebugType>pdbonly</DebugType>
|
---|
| 85 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 86 | <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 87 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 88 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 89 | <ErrorReport>prompt</ErrorReport>
|
---|
| 90 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 91 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 92 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 93 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 94 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
| 95 | </PropertyGroup>
|
---|
[8788] | 96 | <PropertyGroup>
|
---|
| 97 | <SignAssembly>true</SignAssembly>
|
---|
| 98 | </PropertyGroup>
|
---|
| 99 | <PropertyGroup>
|
---|
| 100 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 101 | </PropertyGroup>
|
---|
[6121] | 102 | <ItemGroup>
|
---|
| 103 | <Reference Include="System" />
|
---|
| 104 | <Reference Include="System.Core" />
|
---|
[8886] | 105 | <Reference Include="System.Data" />
|
---|
[6121] | 106 | <Reference Include="System.Drawing" />
|
---|
| 107 | <Reference Include="System.Windows.Forms" />
|
---|
[8886] | 108 | <Reference Include="System.Xml" />
|
---|
[6121] | 109 | </ItemGroup>
|
---|
| 110 | <ItemGroup>
|
---|
[8887] | 111 | <Compile Include="JSMForcingStrategyView.cs">
|
---|
| 112 | <SubType>UserControl</SubType>
|
---|
| 113 | </Compile>
|
---|
| 114 | <Compile Include="JSMForcingStrategyView.Designer.cs">
|
---|
| 115 | <DependentUpon>JSMForcingStrategyView.cs</DependentUpon>
|
---|
| 116 | </Compile>
|
---|
[8806] | 117 | <Compile Include="JobShopSchedulingProblemView.cs">
|
---|
| 118 | <SubType>UserControl</SubType>
|
---|
| 119 | </Compile>
|
---|
[6121] | 120 | <Compile Include="JobShopSchedulingProblemView.Designer.cs">
|
---|
| 121 | <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
|
---|
| 122 | </Compile>
|
---|
[8887] | 123 | <Compile Include="JSMDecodingErrorPolicyView.cs">
|
---|
| 124 | <SubType>UserControl</SubType>
|
---|
| 125 | </Compile>
|
---|
| 126 | <Compile Include="JSMDecodingErrorPolicyView.Designer.cs">
|
---|
| 127 | <DependentUpon>JSMDecodingErrorPolicyView.cs</DependentUpon>
|
---|
| 128 | </Compile>
|
---|
[6121] | 129 | <Compile Include="Plugin.cs" />
|
---|
| 130 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 131 | </ItemGroup>
|
---|
| 132 | <ItemGroup>
|
---|
| 133 | <None Include="HeuristicLab.snk" />
|
---|
| 134 | <None Include="Plugin.cs.frame" />
|
---|
[8759] | 135 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[6121] | 136 | </ItemGroup>
|
---|
| 137 | <ItemGroup>
|
---|
[8800] | 138 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 139 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 140 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 141 | <Private>False</Private>
|
---|
| 142 | </ProjectReference>
|
---|
| 143 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 144 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 145 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 146 | <Private>False</Private>
|
---|
| 147 | </ProjectReference>
|
---|
| 148 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 149 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 150 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 151 | <Private>False</Private>
|
---|
| 152 | </ProjectReference>
|
---|
| 153 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 154 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 155 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 156 | <Private>False</Private>
|
---|
| 157 | </ProjectReference>
|
---|
[8887] | 158 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 159 | <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
|
---|
| 160 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 161 | </ProjectReference>
|
---|
[6406] | 162 | <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
|
---|
[6364] | 163 | <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
|
---|
[6406] | 164 | <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
|
---|
[8603] | 165 | <Private>False</Private>
|
---|
[6364] | 166 | </ProjectReference>
|
---|
[6406] | 167 | <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
|
---|
[6294] | 168 | <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
|
---|
[6406] | 169 | <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
|
---|
[8603] | 170 | <Private>False</Private>
|
---|
[6294] | 171 | </ProjectReference>
|
---|
[8800] | 172 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 173 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 174 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 175 | <Private>False</Private>
|
---|
| 176 | </ProjectReference>
|
---|
| 177 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 178 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 179 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 180 | <Private>False</Private>
|
---|
| 181 | </ProjectReference>
|
---|
[8882] | 182 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 183 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 184 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
| 185 | <Private>False</Private>
|
---|
| 186 | </ProjectReference>
|
---|
[8800] | 187 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 188 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 189 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 190 | <Private>False</Private>
|
---|
| 191 | </ProjectReference>
|
---|
| 192 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 193 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 194 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 195 | <Private>False</Private>
|
---|
| 196 | </ProjectReference>
|
---|
[8882] | 197 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 198 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 199 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 200 | </ProjectReference>
|
---|
[6121] | 201 | <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
|
---|
| 202 | <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
|
---|
| 203 | <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
|
---|
[8603] | 204 | <Private>False</Private>
|
---|
[6121] | 205 | </ProjectReference>
|
---|
| 206 | </ItemGroup>
|
---|
| 207 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 208 | <PropertyGroup>
|
---|
[8788] | 209 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6121] | 210 | set ProjectDir=$(ProjectDir)
|
---|
| 211 | set SolutionDir=$(SolutionDir)
|
---|
| 212 | set Outdir=$(Outdir)
|
---|
| 213 |
|
---|
[8769] | 214 | call PreBuildEvent.cmd
|
---|
| 215 | </PreBuildEvent>
|
---|
[8788] | 216 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8769] | 217 | export ProjectDir=$(ProjectDir)
|
---|
| 218 | export SolutionDir=$(SolutionDir)
|
---|
| 219 |
|
---|
| 220 | $SolutionDir/PreBuildEvent.sh
|
---|
| 221 | </PreBuildEvent>
|
---|
[6121] | 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> |
---|