[5563] | 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>{997F018D-AEA2-4F21-9301-82FAF6A5612D}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.QuadraticAssignment.Views</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.QuadraticAssignment.Views-3.3</AssemblyName>
|
---|
[11920] | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[5563] | 14 | <FileAlignment>512</FileAlignment>
|
---|
[11920] | 15 | <TargetFrameworkProfile />
|
---|
[5563] | 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[6866] | 21 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11920] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5563] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[6866] | 30 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11920] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5563] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 44 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11920] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5563] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[6866] | 60 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 65 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[5563] | 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 72 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11920] | 73 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5563] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 77 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 81 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 82 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 83 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 84 | <ErrorReport>prompt</ErrorReport>
|
---|
| 85 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 86 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 87 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 88 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 89 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11920] | 90 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5563] | 91 | </PropertyGroup>
|
---|
| 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[6866] | 93 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[5563] | 94 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 95 | <Optimize>true</Optimize>
|
---|
| 96 | <DebugType>pdbonly</DebugType>
|
---|
| 97 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 98 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[5563] | 99 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 100 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 101 | <ErrorReport>prompt</ErrorReport>
|
---|
| 102 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 103 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 104 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 105 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 106 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 107 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
[11920] | 108 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[5563] | 109 | </PropertyGroup>
|
---|
| 110 | <ItemGroup>
|
---|
| 111 | <Reference Include="System" />
|
---|
| 112 | <Reference Include="System.Core" />
|
---|
| 113 | <Reference Include="System.Data" />
|
---|
| 114 | <Reference Include="System.Drawing" />
|
---|
[6891] | 115 | <Reference Include="System.Runtime.Serialization" />
|
---|
| 116 | <Reference Include="System.ServiceModel" />
|
---|
[5563] | 117 | <Reference Include="System.Windows.Forms" />
|
---|
[6342] | 118 | <Reference Include="System.Windows.Forms.DataVisualization" />
|
---|
[5563] | 119 | </ItemGroup>
|
---|
| 120 | <ItemGroup>
|
---|
[5583] | 121 | <Compile Include="QAPAssignmentView.cs">
|
---|
| 122 | <SubType>UserControl</SubType>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="QAPAssignmentView.Designer.cs">
|
---|
| 125 | <DependentUpon>QAPAssignmentView.cs</DependentUpon>
|
---|
| 126 | </Compile>
|
---|
[5932] | 127 | <Compile Include="QAPVisualizationControl.cs">
|
---|
[5641] | 128 | <SubType>UserControl</SubType>
|
---|
| 129 | </Compile>
|
---|
[5932] | 130 | <Compile Include="QAPVisualizationControl.Designer.cs">
|
---|
| 131 | <DependentUpon>QAPVisualizationControl.cs</DependentUpon>
|
---|
[5641] | 132 | </Compile>
|
---|
[5563] | 133 | <Compile Include="QuadraticAssignmentProblemView.cs">
|
---|
| 134 | <SubType>UserControl</SubType>
|
---|
| 135 | </Compile>
|
---|
| 136 | <Compile Include="QuadraticAssignmentProblemView.Designer.cs">
|
---|
| 137 | <DependentUpon>QuadraticAssignmentProblemView.cs</DependentUpon>
|
---|
| 138 | </Compile>
|
---|
| 139 | <None Include="Plugin.cs.frame" />
|
---|
| 140 | <Compile Include="Plugin.cs" />
|
---|
| 141 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6866] | 142 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[5563] | 143 | </ItemGroup>
|
---|
| 144 | <ItemGroup>
|
---|
| 145 | <None Include="HeuristicLab.snk" />
|
---|
| 146 | </ItemGroup>
|
---|
| 147 | <ItemGroup>
|
---|
[5723] | 148 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 149 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 150 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
[6866] | 151 | <Private>False</Private>
|
---|
[5723] | 152 | </ProjectReference>
|
---|
[5933] | 153 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 154 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 155 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 156 | <Private>False</Private>
|
---|
[5933] | 157 | </ProjectReference>
|
---|
| 158 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 159 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 160 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 161 | <Private>False</Private>
|
---|
[5933] | 162 | </ProjectReference>
|
---|
| 163 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 164 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 165 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
[6866] | 166 | <Private>False</Private>
|
---|
[5933] | 167 | </ProjectReference>
|
---|
| 168 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 169 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 170 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 171 | <Private>False</Private>
|
---|
[5933] | 172 | </ProjectReference>
|
---|
| 173 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 174 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 175 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[6866] | 176 | <Private>False</Private>
|
---|
[5933] | 177 | </ProjectReference>
|
---|
[5785] | 178 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 179 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 180 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
[6866] | 181 | <Private>False</Private>
|
---|
[5785] | 182 | </ProjectReference>
|
---|
[5933] | 183 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 184 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 185 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[6866] | 186 | <Private>False</Private>
|
---|
[5933] | 187 | </ProjectReference>
|
---|
| 188 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 189 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 190 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[6866] | 191 | <Private>False</Private>
|
---|
[5933] | 192 | </ProjectReference>
|
---|
[6342] | 193 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 194 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 195 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
[6866] | 196 | <Private>False</Private>
|
---|
[6342] | 197 | </ProjectReference>
|
---|
[5933] | 198 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 199 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 200 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[6866] | 201 | <Private>False</Private>
|
---|
[5933] | 202 | </ProjectReference>
|
---|
| 203 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 204 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 205 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 206 | <Private>False</Private>
|
---|
[5933] | 207 | </ProjectReference>
|
---|
[7558] | 208 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 209 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 210 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
[7825] | 211 | <Private>False</Private>
|
---|
[7558] | 212 | </ProjectReference>
|
---|
[5723] | 213 | <ProjectReference Include="..\..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
|
---|
| 214 | <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project>
|
---|
| 215 | <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name>
|
---|
[6866] | 216 | <Private>False</Private>
|
---|
[5723] | 217 | </ProjectReference>
|
---|
| 218 | </ItemGroup>
|
---|
[5563] | 219 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 220 | <PropertyGroup>
|
---|
[8882] | 221 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[5563] | 222 | set ProjectDir=$(ProjectDir)
|
---|
| 223 | set SolutionDir=$(SolutionDir)
|
---|
| 224 | set Outdir=$(Outdir)
|
---|
| 225 |
|
---|
| 226 | call PreBuildEvent.cmd
|
---|
[5627] | 227 | SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"
|
---|
[6866] | 228 | </PreBuildEvent>
|
---|
[8882] | 229 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 230 | export ProjectDir=$(ProjectDir)
|
---|
| 231 | export SolutionDir=$(SolutionDir)
|
---|
| 232 |
|
---|
| 233 | $SolutionDir/PreBuildEvent.sh
|
---|
| 234 | </PreBuildEvent>
|
---|
[5563] | 235 | </PropertyGroup>
|
---|
| 236 | <PropertyGroup>
|
---|
[5933] | 237 | <PostBuildEvent>
|
---|
| 238 | </PostBuildEvent>
|
---|
[5563] | 239 | </PropertyGroup>
|
---|
| 240 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 241 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 242 | <Target Name="BeforeBuild">
|
---|
| 243 | </Target>
|
---|
| 244 | <Target Name="AfterBuild">
|
---|
| 245 | </Target>
|
---|
| 246 | -->
|
---|
| 247 | </Project> |
---|