Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.DIMACS/3.3/HeuristicLab.Problems.Instances.DIMACS-3.3.csproj @ 15172

Last change on this file since 15172 was 15172, checked in by abeham, 7 years ago

#2736:

  • Implemented review comments
  • I had to restructure the parser to a greater extent because I found out that some instances defined nodes without edges (which I decided to filter)
  • I added a unit test that loads all instances
  • I also added export of instances
File size: 6.0 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>{9943FF23-8619-459C-B84A-E7FBDCBA04E6}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.Instances.DIMACS</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.Instances.DIMACS-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</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.IO.Compression" />
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="GcolDataDescriptor.cs" />
88    <Compile Include="GcolInstanceProvider.cs" />
89    <Compile Include="GcolParser.cs" />
90    <EmbeddedResource Include="Data\col.zip" />
91    <None Include="Plugin.cs.frame" />
92    <Compile Include="Plugin.cs" />
93    <None Include="Properties\AssemblyInfo.cs.frame" />
94    <Compile Include="Properties\AssemblyInfo.cs" />
95  </ItemGroup>
96  <ItemGroup>
97    <None Include="HeuristicLab.snk" />
98  </ItemGroup>
99  <ItemGroup>
100    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
101      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
102      <Name>HeuristicLab.Common-3.3</Name>
103      <Private>False</Private>
104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
106      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
107      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
108      <Private>False</Private>
109    </ProjectReference>
110    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
111      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
112      <Name>HeuristicLab.Problems.Instances-3.3</Name>
113      <Private>False</Private>
114    </ProjectReference>
115  </ItemGroup>
116  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117  <PropertyGroup>
118    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
119set ProjectDir=$(ProjectDir)
120set SolutionDir=$(SolutionDir)
121set Outdir=$(Outdir)
122
123call PreBuildEvent.cmd
124  </PreBuildEvent>
125    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
126export ProjectDir=$(ProjectDir)
127export SolutionDir=$(SolutionDir)
128
129$SolutionDir/PreBuildEvent.sh
130  </PreBuildEvent>
131  </PropertyGroup>
132  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133       Other similar extension points exist, see Microsoft.Common.targets.
134  <Target Name="BeforeBuild">
135  </Target>
136  <Target Name="AfterBuild">
137  </Target>
138  -->
139</Project>
Note: See TracBrowser for help on using the repository browser.