Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/WalkExporter/WalkExporter.csproj @ 16958

Last change on this file since 16958 was 16958, checked in by abeham, 5 years ago

#2457: adapted to trunk

File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" 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>{EE6BD7D3-8012-4A5D-ABAE-356B3D1E4573}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <RootNamespace>WalkExporter</RootNamespace>
10    <AssemblyName>WalkExporter</AssemblyName>
11    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12    <FileAlignment>512</FileAlignment>
13    <TargetFrameworkProfile />
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <PlatformTarget>AnyCPU</PlatformTarget>
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <Prefer32Bit>false</Prefer32Bit>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <PlatformTarget>AnyCPU</PlatformTarget>
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="alglibnet2">
37      <HintPath>.\alglibnet2.dll</HintPath>
38    </Reference>
39    <Reference Include="HeuristicLab.Collections-3.3">
40      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
41      <Private>True</Private>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
45      <Private>True</Private>
46    </Reference>
47    <Reference Include="HeuristicLab.Core-3.3">
48      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
49      <Private>True</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Data-3.3">
52      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
53      <Private>True</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Operators-3.3">
56      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
57      <Private>True</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
60      <SpecificVersion>False</SpecificVersion>
61      <HintPath>..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Persistence-3.3">
64      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
65      <Private>True</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
68      <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
69      <Private>True</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Problems.Instances-3.3">
72      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
73      <Private>True</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
76      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
77      <Private>True</Private>
78    </Reference>
79    <Reference Include="HeuristicLab.Random-3.3">
80      <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
81      <Private>True</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.Selection-3.3">
84      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
85      <Private>True</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.SequentialEngine-3.3">
88      <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
89      <Private>True</Private>
90    </Reference>
91    <Reference Include="protobuf-net, Version=2.4.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
92      <HintPath>..\packages\protobuf-net.2.4.0\lib\net40\protobuf-net.dll</HintPath>
93    </Reference>
94    <Reference Include="System" />
95    <Reference Include="System.Configuration" />
96    <Reference Include="System.Core" />
97    <Reference Include="System.Runtime.Serialization" />
98    <Reference Include="System.ServiceModel" />
99    <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
100      <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
101    </Reference>
102    <Reference Include="System.Xml.Linq" />
103    <Reference Include="System.Data.DataSetExtensions" />
104    <Reference Include="Microsoft.CSharp" />
105    <Reference Include="System.Data" />
106    <Reference Include="System.Net.Http" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="AdaptiveWalks.cs" />
111    <Compile Include="Data.cs" />
112    <Compile Include="RandomWalk.cs" />
113    <Compile Include="DirectedWalk.cs" />
114    <Compile Include="Program.cs" />
115    <Compile Include="Properties\AssemblyInfo.cs" />
116    <Compile Include="Standardizer.cs" />
117    <Compile Include="Util.cs" />
118  </ItemGroup>
119  <ItemGroup>
120    <None Include="App.config" />
121    <None Include="packages.config" />
122  </ItemGroup>
123  <ItemGroup>
124    <ProjectReference Include="..\HeuristicLab.Analysis.FitnessLandscape\3.3\HeuristicLab.Analysis.FitnessLandscape-3.3.csproj">
125      <Project>{5fbdcd4a-3c2a-4ec6-83ce-34b29f43621a}</Project>
126      <Name>HeuristicLab.Analysis.FitnessLandscape-3.3</Name>
127      <Private>True</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
130      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
131      <Name>HeuristicLab.Analysis-3.3</Name>
132      <Private>True</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
135      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
136      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
137      <Private>True</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
140      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
141      <Name>HeuristicLab.Optimization-3.3</Name>
142      <Private>True</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\HeuristicLab.Problems.Instances.QAPLIB\3.3\HeuristicLab.Problems.Instances.QAPLIB-3.3.csproj">
145      <Project>{73f29d43-5714-4069-8fab-0d18feb5f175}</Project>
146      <Name>HeuristicLab.Problems.Instances.QAPLIB-3.3</Name>
147      <Private>True</Private>
148    </ProjectReference>
149  </ItemGroup>
150  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151</Project>
Note: See TracBrowser for help on using the repository browser.