[11188] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{BBF2CCC8-4D87-4297-8E18-8241FF93F966}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.Orienteering.Views</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.Orienteering.Views-3.3</AssemblyName>
|
---|
[12721] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
[11188] | 13 | <FileAlignment>512</FileAlignment>
|
---|
[12721] | 14 | <TargetFrameworkProfile />
|
---|
[11188] | 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
[12721] | 24 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11188] | 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>pdbonly</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>..\..\bin\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
[12721] | 33 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11188] | 34 | </PropertyGroup>
|
---|
| 35 | <PropertyGroup>
|
---|
| 36 | <SignAssembly>true</SignAssembly>
|
---|
| 37 | </PropertyGroup>
|
---|
| 38 | <PropertyGroup>
|
---|
| 39 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 40 | </PropertyGroup>
|
---|
[11305] | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 42 | <DebugSymbols>true</DebugSymbols>
|
---|
[12721] | 43 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 44 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 45 | <DebugType>full</DebugType>
|
---|
| 46 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 47 | <ErrorReport>prompt</ErrorReport>
|
---|
| 48 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 49 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[12721] | 52 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
| 55 | <DebugType>pdbonly</DebugType>
|
---|
| 56 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 59 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 60 | </PropertyGroup>
|
---|
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 62 | <DebugSymbols>true</DebugSymbols>
|
---|
[12721] | 63 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 64 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 65 | <DebugType>full</DebugType>
|
---|
| 66 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 67 | <ErrorReport>prompt</ErrorReport>
|
---|
| 68 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 69 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 70 | </PropertyGroup>
|
---|
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[12721] | 72 | <OutputPath>..\..\bin\</OutputPath>
|
---|
[11305] | 73 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 74 | <Optimize>true</Optimize>
|
---|
| 75 | <DebugType>pdbonly</DebugType>
|
---|
| 76 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 77 | <ErrorReport>prompt</ErrorReport>
|
---|
| 78 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
[12721] | 79 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[11305] | 80 | </PropertyGroup>
|
---|
[11188] | 81 | <ItemGroup>
|
---|
[12721] | 82 | <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 83 | <SpecificVersion>False</SpecificVersion>
|
---|
| 84 | <HintPath>..\..\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
|
---|
| 85 | </Reference>
|
---|
| 86 | <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 87 | <SpecificVersion>False</SpecificVersion>
|
---|
| 88 | <HintPath>..\..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
|
---|
| 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.Problems.LinearAssignment-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 91 | <SpecificVersion>False</SpecificVersion>
|
---|
| 92 | <HintPath>..\..\bin\HeuristicLab.Problems.LinearAssignment-3.3.dll</HintPath>
|
---|
| 93 | </Reference>
|
---|
[11188] | 94 | <Reference Include="System" />
|
---|
| 95 | <Reference Include="System.Core" />
|
---|
[11189] | 96 | <Reference Include="System.Data" />
|
---|
| 97 | <Reference Include="System.Drawing" />
|
---|
| 98 | <Reference Include="System.Windows.Forms" />
|
---|
| 99 | <Reference Include="System.Xml" />
|
---|
[11188] | 100 | </ItemGroup>
|
---|
| 101 | <ItemGroup>
|
---|
[11189] | 102 | <Compile Include="OrienteeringProblemView.cs">
|
---|
| 103 | <SubType>UserControl</SubType>
|
---|
| 104 | </Compile>
|
---|
| 105 | <Compile Include="OrienteeringProblemView.Designer.cs">
|
---|
| 106 | <DependentUpon>OrienteeringProblemView.cs</DependentUpon>
|
---|
| 107 | </Compile>
|
---|
[11235] | 108 | <Compile Include="OrienteeringSolutionView.cs">
|
---|
| 109 | <SubType>UserControl</SubType>
|
---|
| 110 | </Compile>
|
---|
| 111 | <Compile Include="OrienteeringSolutionView.Designer.cs">
|
---|
| 112 | <DependentUpon>OrienteeringSolutionView.cs</DependentUpon>
|
---|
| 113 | </Compile>
|
---|
[11188] | 114 | <Compile Include="Plugin.cs" />
|
---|
| 115 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 116 | </ItemGroup>
|
---|
| 117 | <ItemGroup>
|
---|
| 118 | <None Include="HeuristicLab.snk" />
|
---|
| 119 | <None Include="Plugin.cs.frame" />
|
---|
| 120 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 121 | </ItemGroup>
|
---|
| 122 | <ItemGroup>
|
---|
[11189] | 123 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 124 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 125 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 126 | </ProjectReference>
|
---|
| 127 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 128 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 129 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
| 130 | </ProjectReference>
|
---|
| 131 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 132 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 133 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 134 | </ProjectReference>
|
---|
[11235] | 135 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 136 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 137 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 138 | </ProjectReference>
|
---|
| 139 | <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 140 | <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
|
---|
| 141 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 142 | </ProjectReference>
|
---|
[11189] | 143 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 144 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 145 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 146 | </ProjectReference>
|
---|
| 147 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 148 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 149 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 150 | </ProjectReference>
|
---|
| 151 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 152 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 153 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
| 154 | </ProjectReference>
|
---|
| 155 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 156 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 157 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 158 | </ProjectReference>
|
---|
[11245] | 159 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 160 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 161 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 162 | </ProjectReference>
|
---|
[11188] | 163 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 164 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 165 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 166 | </ProjectReference>
|
---|
[11189] | 167 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 168 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 169 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 170 | </ProjectReference>
|
---|
[12721] | 171 | <ProjectReference Include="..\..\HeuristicLab.Problems.LinearAssignment.Views\3.3\HeuristicLab.Problems.LinearAssignment.Views-3.3.csproj">
|
---|
| 172 | <Project>{8A7C524C-4B72-45FD-8274-EFB67C27C169}</Project>
|
---|
| 173 | <Name>HeuristicLab.Problems.LinearAssignment.Views-3.3</Name>
|
---|
| 174 | </ProjectReference>
|
---|
[11189] | 175 | <ProjectReference Include="..\..\HeuristicLab.Problems.Orienteering\3.3\HeuristicLab.Problems.Orienteering-3.3.csproj">
|
---|
| 176 | <Project>{D1EFA4CC-909F-41D5-9C1F-C3AF1957A372}</Project>
|
---|
| 177 | <Name>HeuristicLab.Problems.Orienteering-3.3</Name>
|
---|
| 178 | </ProjectReference>
|
---|
[11188] | 179 | </ItemGroup>
|
---|
| 180 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 181 | <PropertyGroup>
|
---|
[13008] | 182 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
|
---|
| 183 | set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 184 | set ProjectDir=$(ProjectDir)
|
---|
| 185 | set SolutionDir=$(SolutionDir)
|
---|
| 186 | set Outdir=$(Outdir)
|
---|
[11188] | 187 |
|
---|
[13008] | 188 | call PreBuildEvent.cmd
|
---|
| 189 | </PreBuildEvent>
|
---|
| 190 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 191 | export ProjectDir=$(ProjectDir)
|
---|
| 192 | export SolutionDir=$(SolutionDir)
|
---|
| 193 |
|
---|
| 194 | $SolutionDir/PreBuildEvent.sh
|
---|
| 195 | </PreBuildEvent>
|
---|
[11188] | 196 | </PropertyGroup>
|
---|
| 197 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 198 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 199 | <Target Name="BeforeBuild">
|
---|
| 200 | </Target>
|
---|
| 201 | <Target Name="AfterBuild">
|
---|
| 202 | </Target>
|
---|
| 203 | -->
|
---|
| 204 | </Project> |
---|