Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface/HeuristicLab.JsonInterface.csproj @ 17322

Last change on this file since 17322 was 17322, checked in by dpiringe, 5 years ago

#3026

  • changed project type from console to library
  • activated signing
  • lots of refactors in JCInstantiator and JsonItem
File size: 14.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>{0E3AAB5E-F152-44E0-A054-4D9A83ECEE08}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <RootNamespace>HeuristicLab.JsonInterface</RootNamespace>
10    <AssemblyName>HeuristicLab.JsonInterface</AssemblyName>
11    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12    <FileAlignment>512</FileAlignment>
13    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14    <Deterministic>true</Deterministic>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <PlatformTarget>AnyCPU</PlatformTarget>
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>..\bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <PlatformTarget>AnyCPU</PlatformTarget>
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <PropertyGroup>
37    <StartupObject />
38  </PropertyGroup>
39  <PropertyGroup>
40    <SignAssembly>true</SignAssembly>
41  </PropertyGroup>
42  <PropertyGroup>
43    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
44  </PropertyGroup>
45  <ItemGroup>
46    <Reference Include="HEAL.Attic, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\bin\HEAL.Attic.dll</HintPath>
49    </Reference>
50    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
51      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
52    </Reference>
53    <Reference Include="System" />
54    <Reference Include="System.Core" />
55    <Reference Include="System.Xml.Linq" />
56    <Reference Include="System.Data.DataSetExtensions" />
57    <Reference Include="Microsoft.CSharp" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Net.Http" />
60    <Reference Include="System.Xml" />
61  </ItemGroup>
62  <ItemGroup>
63    <Compile Include="Constants.cs" />
64    <Compile Include="Converters\ValueLookupParameterConverter.cs" />
65    <Compile Include="CustomJsonWriter.cs" />
66    <Compile Include="Extensions\ObjectExtensions.cs" />
67    <Compile Include="Extensions\TypeExtensions.cs" />
68    <Compile Include="JCGenerator.cs" />
69    <Compile Include="JCInstantiator.cs" />
70    <Compile Include="Converters\ConstrainedValueParameterConverter.cs" />
71    <Compile Include="Converters\ParameterBaseConverter.cs" />
72    <Compile Include="Converters\ParameterizedItemConverter.cs" />
73    <Compile Include="Converters\ValueParameterConverter.cs" />
74    <Compile Include="Converters\EnumTypeConverter.cs" />
75    <Compile Include="Converters\DummyConverter.cs" />
76    <Compile Include="Converters\LookupParameterConverter.cs" />
77    <Compile Include="Converters\MultiCheckedOperatorConverter.cs" />
78    <Compile Include="Converters\StringValueConverter.cs" />
79    <Compile Include="Converters\ValueTypeArrayConverter.cs" />
80    <Compile Include="Converters\BaseConverter.cs" />
81    <Compile Include="Converters\ValueTypeMatrixConverter.cs" />
82    <Compile Include="Converters\ValueTypeValueConverter.cs" />
83    <Compile Include="Properties\AssemblyInfo.cs" />
84    <Compile Include="JsonItem.cs" />
85    <Compile Include="Interfaces\IJsonItemConverter.cs" />
86    <Compile Include="JsonItemConverter.cs" />
87  </ItemGroup>
88  <ItemGroup>
89    <None Include="HeuristicLab.snk" />
90    <None Include="packages.config" />
91  </ItemGroup>
92  <ItemGroup>
93    <ProjectReference Include="..\HeuristicLab.Algorithms.ALPS\3.3\HeuristicLab.Algorithms.ALPS-3.3.csproj">
94      <Project>{59f354cb-fe13-4253-aed2-ad86372bec27}</Project>
95      <Name>HeuristicLab.Algorithms.ALPS-3.3</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\HeuristicLab.Algorithms.Benchmarks\3.3\HeuristicLab.Algorithms.Benchmarks-3.3.csproj">
98      <Project>{068c70a7-8caf-4ab6-8721-4564d62292bc}</Project>
99      <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name>
100    </ProjectReference>
101    <ProjectReference Include="..\HeuristicLab.Algorithms.CMAEvolutionStrategy\3.4\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.csproj">
102      <Project>{291010e4-2f4e-4d29-a795-753cff293fdb}</Project>
103      <Name>HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.DecisionTrees\3.4\HeuristicLab.Algorithms.DataAnalysis.DecisionTrees-3.4.csproj">
106      <Project>{541a53f3-e6a7-402f-91bb-d76041cdd9fd}</Project>
107      <Name>HeuristicLab.Algorithms.DataAnalysis.DecisionTrees-3.4</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.Glmnet\3.4\HeuristicLab.Algorithms.DataAnalysis.Glmnet-3.4.csproj">
110      <Project>{4c7f6d8a-b279-4898-acd6-7be39111def9}</Project>
111      <Name>HeuristicLab.Algorithms.DataAnalysis.Glmnet-3.4</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\HeuristicLab.Algorithms.EvolutionStrategy\3.3\HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj">
114      <Project>{e0b45023-cb84-48a1-a1b7-8295b64b7bad}</Project>
115      <Name>HeuristicLab.Algorithms.EvolutionStrategy-3.3</Name>
116    </ProjectReference>
117    <ProjectReference Include="..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
118      <Project>{a51da44f-cb35-4f6f-99f5-2a2e904ab93b}</Project>
119      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
120    </ProjectReference>
121    <ProjectReference Include="..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent-3.3.csproj">
122      <Project>{1256b945-eea9-4be4-9880-76b5b113f089}</Project>
123      <Name>HeuristicLab.Algorithms.GradientDescent-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
126      <Project>{4ae3fc69-c575-42d2-bc46-0fad5850efc5}</Project>
127      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.Algorithms.MOCMAEvolutionStrategy\3.3\HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.csproj">
130      <Project>{0e2e224f-e9b2-41f3-b510-09183eeba2af}</Project>
131      <Name>HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3</Name>
132    </ProjectReference>
133    <ProjectReference Include="..\HeuristicLab.Algorithms.NSGA2\3.3\HeuristicLab.Algorithms.NSGA2-3.3.csproj">
134      <Project>{15452b9f-a436-4139-8ee7-da72fb8d3664}</Project>
135      <Name>HeuristicLab.Algorithms.NSGA2-3.3</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy\3.3\HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3.csproj">
138      <Project>{1d41eae6-cc79-41d4-858c-589c4db5e50d}</Project>
139      <Name>HeuristicLab.Algorithms.OffspringSelectionEvolutionStrategy-3.3</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
142      <Project>{f409dd9e-1e9c-4eb1-aa3a-9f6e987c6e58}</Project>
143      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\HeuristicLab.Algorithms.ParameterlessPopulationPyramid\3.3\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.csproj">
146      <Project>{9319c447-8183-4dbc-8145-0e3cf98084cc}</Project>
147      <Name>HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3</Name>
148    </ProjectReference>
149    <ProjectReference Include="..\HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3\HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj">
150      <Project>{2c429157-9c34-4dd3-9d5f-b444b751e39a}</Project>
151      <Name>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\HeuristicLab.Algorithms.RandomSearch\3.3\HeuristicLab.Algorithms.RandomSearch-3.3.csproj">
154      <Project>{4a15dc1a-51ee-4cb7-ac05-f5afddece1b1}</Project>
155      <Name>HeuristicLab.Algorithms.RandomSearch-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\HeuristicLab.Algorithms.RAPGA\3.3\HeuristicLab.Algorithms.RAPGA-3.3.csproj">
158      <Project>{b03c4e41-1d01-4c60-b0f4-dbb257d98ca8}</Project>
159      <Name>HeuristicLab.Algorithms.RAPGA-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\HeuristicLab.Algorithms.ScatterSearch\3.3\HeuristicLab.Algorithms.ScatterSearch-3.3.csproj">
162      <Project>{5fee5db4-7fd9-4cbd-bec2-3fee17b31a94}</Project>
163      <Name>HeuristicLab.Algorithms.ScatterSearch-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj">
166      <Project>{96e5ed5b-187d-4012-9cda-d85cdad38342}</Project>
167      <Name>HeuristicLab.Algorithms.SimulatedAnnealing-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\HeuristicLab.Algorithms.TabuSearch\3.3\HeuristicLab.Algorithms.TabuSearch-3.3.csproj">
170      <Project>{d58a232d-04ba-4186-b73e-0ec86fd31abe}</Project>
171      <Name>HeuristicLab.Algorithms.TabuSearch-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
174      <Project>{e4cfb0c3-0589-4893-b38e-8bedf885c765}</Project>
175      <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
176    </ProjectReference>
177    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
178      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
179      <Name>HeuristicLab.Analysis-3.3</Name>
180    </ProjectReference>
181    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
182      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
183      <Name>HeuristicLab.Collections-3.3</Name>
184    </ProjectReference>
185    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
186      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
187      <Name>HeuristicLab.Common-3.3</Name>
188    </ProjectReference>
189    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
190      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
191      <Name>HeuristicLab.Core-3.3</Name>
192    </ProjectReference>
193    <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
194      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
195      <Name>HeuristicLab.Data-3.3</Name>
196    </ProjectReference>
197    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
198      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
199      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
200    </ProjectReference>
201    <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
202      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
203      <Name>HeuristicLab.Operators-3.3</Name>
204    </ProjectReference>
205    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
206      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
207      <Name>HeuristicLab.Optimization-3.3</Name>
208    </ProjectReference>
209    <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
210      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
211      <Name>HeuristicLab.Parameters-3.3</Name>
212    </ProjectReference>
213    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
214      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
215      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
216    </ProjectReference>
217    <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
218      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
219      <Name>HeuristicLab.Problems.Instances-3.3</Name>
220    </ProjectReference>
221    <ProjectReference Include="..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
222      <Project>{E10F395F-C8A6-48AD-B470-9AA7A1F43809}</Project>
223      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
224    </ProjectReference>
225    <ProjectReference Include="..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
226      <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
227      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
228    </ProjectReference>
229    <ProjectReference Include="..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj">
230      <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project>
231      <Name>HeuristicLab.Problems.VehicleRouting-3.4</Name>
232    </ProjectReference>
233    <ProjectReference Include="..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
234      <Project>{dc3d7072-7999-4719-b65d-3997744d5dc1}</Project>
235      <Name>HeuristicLab.SequentialEngine-3.3</Name>
236    </ProjectReference>
237  </ItemGroup>
238  <ItemGroup />
239  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
240</Project>
Note: See TracBrowser for help on using the repository browser.