[12269] | 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>{90B6CA12-9791-4430-B2D7-CD3ED7F75E2B}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Problems.PTSP.Views</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Problems.PTSP.Views-3.3</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 16 | <DebugSymbols>true</DebugSymbols>
|
---|
| 17 | <DebugType>full</DebugType>
|
---|
| 18 | <Optimize>false</Optimize>
|
---|
[13484] | 19 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[12269] | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 21 | <ErrorReport>prompt</ErrorReport>
|
---|
| 22 | <WarningLevel>4</WarningLevel>
|
---|
| 23 | <PlatformTarget>AnyCPU</PlatformTarget>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
[13484] | 28 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[12269] | 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
[13470] | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 34 | <DebugSymbols>true</DebugSymbols>
|
---|
[13484] | 35 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 36 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 37 | <DebugType>full</DebugType>
|
---|
| 38 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 39 | <ErrorReport>prompt</ErrorReport>
|
---|
| 40 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[13484] | 43 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 44 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 45 | <Optimize>true</Optimize>
|
---|
| 46 | <DebugType>pdbonly</DebugType>
|
---|
| 47 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 52 | <DebugSymbols>true</DebugSymbols>
|
---|
[13484] | 53 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 54 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 55 | <DebugType>full</DebugType>
|
---|
| 56 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 59 | </PropertyGroup>
|
---|
| 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[13484] | 61 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[13470] | 62 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 63 | <Optimize>true</Optimize>
|
---|
| 64 | <DebugType>pdbonly</DebugType>
|
---|
| 65 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
| 67 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 68 | </PropertyGroup>
|
---|
[12269] | 69 | <ItemGroup>
|
---|
[13484] | 70 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 71 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 72 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[12269] | 73 | <Private>False</Private>
|
---|
[13484] | 74 | </ProjectReference>
|
---|
| 75 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 76 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 77 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[12269] | 78 | <Private>False</Private>
|
---|
[13484] | 79 | </ProjectReference>
|
---|
| 80 | <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
|
---|
| 81 | <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
|
---|
| 82 | <Name>HeuristicLab.Core.Views-3.3</Name>
|
---|
[12269] | 83 | <Private>False</Private>
|
---|
[13484] | 84 | </ProjectReference>
|
---|
| 85 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 86 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 87 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[12269] | 88 | <Private>False</Private>
|
---|
[13484] | 89 | </ProjectReference>
|
---|
| 90 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 91 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 92 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[12269] | 93 | <Private>False</Private>
|
---|
[13484] | 94 | </ProjectReference>
|
---|
| 95 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 96 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 97 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
[12269] | 98 | <Private>False</Private>
|
---|
[13484] | 99 | </ProjectReference>
|
---|
| 100 | <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 101 | <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
|
---|
| 102 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
[12269] | 103 | <Private>False</Private>
|
---|
[13484] | 104 | </ProjectReference>
|
---|
| 105 | <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 106 | <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
|
---|
| 107 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
[12269] | 108 | <Private>False</Private>
|
---|
[13484] | 109 | </ProjectReference>
|
---|
| 110 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
|
---|
| 111 | <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
|
---|
| 112 | <Name>HeuristicLab.Optimization.Views-3.3</Name>
|
---|
[12269] | 113 | <Private>False</Private>
|
---|
[13484] | 114 | </ProjectReference>
|
---|
| 115 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 116 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 117 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[12269] | 118 | <Private>False</Private>
|
---|
[13484] | 119 | </ProjectReference>
|
---|
| 120 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 121 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 122 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
[12269] | 123 | <Private>False</Private>
|
---|
[13484] | 124 | </ProjectReference>
|
---|
| 125 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 126 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 127 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[12269] | 128 | <Private>False</Private>
|
---|
[13484] | 129 | </ProjectReference>
|
---|
| 130 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 131 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 132 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
[12269] | 133 | <Private>False</Private>
|
---|
[13484] | 134 | </ProjectReference>
|
---|
| 135 | <ProjectReference Include="..\..\HeuristicLab.Problems.PTSP\3.3\HeuristicLab.Problems.PTSP-3.3.csproj">
|
---|
| 136 | <Project>{97198965-afea-496b-b3b1-316905c43fd6}</Project>
|
---|
| 137 | <Name>HeuristicLab.Problems.PTSP-3.3</Name>
|
---|
[13412] | 138 | <Private>False</Private>
|
---|
[13484] | 139 | </ProjectReference>
|
---|
| 140 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 141 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 142 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 143 | <Private>False</Private>
|
---|
| 144 | </ProjectReference>
|
---|
[12269] | 145 | <Reference Include="System" />
|
---|
| 146 | <Reference Include="System.Core" />
|
---|
| 147 | <Reference Include="System.Drawing" />
|
---|
| 148 | <Reference Include="System.Windows.Forms" />
|
---|
| 149 | <Reference Include="System.Xml.Linq" />
|
---|
| 150 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 151 | <Reference Include="Microsoft.CSharp" />
|
---|
| 152 | <Reference Include="System.Data" />
|
---|
| 153 | <Reference Include="System.Xml" />
|
---|
| 154 | </ItemGroup>
|
---|
| 155 | <ItemGroup>
|
---|
| 156 | <Compile Include="PathPTSPTourView.cs">
|
---|
| 157 | <SubType>UserControl</SubType>
|
---|
| 158 | </Compile>
|
---|
| 159 | <Compile Include="PathPTSPTourView.Designer.cs">
|
---|
| 160 | <DependentUpon>PathPTSPTourView.cs</DependentUpon>
|
---|
| 161 | </Compile>
|
---|
| 162 | <Compile Include="Plugin.cs" />
|
---|
| 163 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 164 | <Compile Include="ProbabilisticTravelingSalesmanProblemView.cs">
|
---|
| 165 | <SubType>UserControl</SubType>
|
---|
| 166 | </Compile>
|
---|
| 167 | <Compile Include="ProbabilisticTravelingSalesmanProblemView.Designer.cs">
|
---|
| 168 | <DependentUpon>ProbabilisticTravelingSalesmanProblemView.cs</DependentUpon>
|
---|
| 169 | </Compile>
|
---|
| 170 | </ItemGroup>
|
---|
| 171 | <ItemGroup>
|
---|
| 172 | <None Include="HeuristicLab.snk" />
|
---|
| 173 | <None Include="Plugin.cs.frame" />
|
---|
| 174 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 175 | </ItemGroup>
|
---|
| 176 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 177 | <PropertyGroup>
|
---|
[13484] | 178 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[12269] | 179 | set ProjectDir=$(ProjectDir)
|
---|
[12322] | 180 | set SolutionDir=$(SolutionDir)
|
---|
[13484] | 181 | set OutDir=$(OutDir)
|
---|
| 182 | set TargetDir=$(TargetDir)
|
---|
[12322] | 183 |
|
---|
[13484] | 184 | call PreBuildEvent.cmd
|
---|
| 185 | </PreBuildEvent>
|
---|
| 186 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 187 | export ProjectDir=$(ProjectDir)
|
---|
| 188 | export SolutionDir=$(SolutionDir)
|
---|
| 189 |
|
---|
| 190 | $SolutionDir/PreBuildEvent.sh
|
---|
| 191 | </PreBuildEvent>
|
---|
[12269] | 192 | </PropertyGroup>
|
---|
| 193 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 194 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 195 | <Target Name="BeforeBuild">
|
---|
| 196 | </Target>
|
---|
| 197 | <Target Name="AfterBuild">
|
---|
| 198 | </Target>
|
---|
| 199 | -->
|
---|
| 200 | </Project> |
---|