Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.GraphColoring/3.3/HeuristicLab.Problems.GraphColoring-3.3.csproj @ 17331

Last change on this file since 17331 was 17105, checked in by mkommend, 5 years ago

#2520: Merged 16584, 16585,16594,16595, 16625, 16658, 16659, 16672, 16707, 16729, 16792, 16796, 16797, 16799, 16819, 16906, 16907, 16908, 16933, 16945, 16992, 16994, 16995, 16996, 16997, 17014, 17015, 17017, 17020, 17021, 17022, 17023, 17024, 17029, 17086, 17087, 17088, 17089 into stable.

File size: 9.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.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>{4B76E2CB-A990-4959-B080-1D81D418D325}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.GraphColoring</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.GraphColoring-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
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>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\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>..\..\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>..\..\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>..\..\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67    <OutputPath>..\..\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Core" />
78    <Reference Include="System.Drawing" />
79    <Reference Include="System.Xml.Linq" />
80    <Reference Include="System.Data.DataSetExtensions" />
81    <Reference Include="Microsoft.CSharp" />
82    <Reference Include="System.Data" />
83    <Reference Include="System.Net.Http" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="GraphColoringProblem.cs" />
88    <Compile Include="Plugin.cs" />
89    <None Include="Plugin.cs.frame" />
90    <None Include="Properties\AssemblyInfo.cs.frame" />
91    <Compile Include="Properties\AssemblyInfo.cs" />
92  </ItemGroup>
93  <ItemGroup>
94    <None Include="HeuristicLab.snk" />
95  </ItemGroup>
96  <ItemGroup>
97    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
98      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
99      <Name>HeuristicLab.Analysis-3.3</Name>
100      <Private>False</Private>
101    </ProjectReference>
102    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
103      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
104      <Name>HeuristicLab.Collections-3.3</Name>
105      <Private>False</Private>
106    </ProjectReference>
107    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
108      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
109      <Name>HeuristicLab.Common.Resources-3.3</Name>
110      <Private>False</Private>
111    </ProjectReference>
112    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
113      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
114      <Name>HeuristicLab.Common-3.3</Name>
115      <Private>False</Private>
116    </ProjectReference>
117    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
118      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
119      <Name>HeuristicLab.Core-3.3</Name>
120      <Private>False</Private>
121    </ProjectReference>
122    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
123      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
124      <Name>HeuristicLab.Data-3.3</Name>
125      <Private>False</Private>
126    </ProjectReference>
127    <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.4\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj">
128      <Project>{be698769-975a-429e-828c-72bb2b6182c8}</Project>
129      <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</Name>
130      <Private>False</Private>
131    </ProjectReference>
132    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
133      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
134      <Name>HeuristicLab.Operators-3.3</Name>
135      <Private>False</Private>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
138      <Project>{25087811-f74c-4128-bc86-8324271da13e}</Project>
139      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
140      <Private>False</Private>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
143      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
144      <Name>HeuristicLab.Optimization-3.3</Name>
145      <Private>False</Private>
146    </ProjectReference>
147    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
148      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
149      <Name>HeuristicLab.Parameters-3.3</Name>
150      <Private>False</Private>
151    </ProjectReference>
152    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
153      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
154      <Name>HeuristicLab.Persistence-3.3</Name>
155      <Private>False</Private>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
158      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
159      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
160      <Private>False</Private>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
163      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
164      <Name>HeuristicLab.Problems.Instances-3.3</Name>
165      <Private>False</Private>
166    </ProjectReference>
167  </ItemGroup>
168  <ItemGroup>
169    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
170      <SpecificVersion>False</SpecificVersion>
171      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
172      <Private>False</Private>
173    </Reference>
174  </ItemGroup>
175  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176  <PropertyGroup>
177    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
178set ProjectDir=$(ProjectDir)
179set SolutionDir=$(SolutionDir)
180set Outdir=$(Outdir)
181
182call PreBuildEvent.cmd
183  </PreBuildEvent>
184    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
185export ProjectDir=$(ProjectDir)
186export SolutionDir=$(SolutionDir)
187
188$SolutionDir/PreBuildEvent.sh
189  </PreBuildEvent>
190  </PropertyGroup>
191  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192       Other similar extension points exist, see Microsoft.Common.targets.
193  <Target Name="BeforeBuild">
194  </Target>
195  <Target Name="AfterBuild">
196  </Target>
197  -->
198</Project>
Note: See TracBrowser for help on using the repository browser.