Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457: worked on thesis

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