[17263] | 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>
|
---|
[17322] | 8 | <OutputType>Library</OutputType>
|
---|
[17284] | 9 | <RootNamespace>HeuristicLab.JsonInterface</RootNamespace>
|
---|
| 10 | <AssemblyName>HeuristicLab.JsonInterface</AssemblyName>
|
---|
[17322] | 11 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[17263] | 12 | <FileAlignment>512</FileAlignment>
|
---|
[17324] | 13 | <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
|
---|
[17263] | 14 | <Deterministic>true</Deterministic>
|
---|
[17322] | 15 | <TargetFrameworkProfile />
|
---|
[17263] | 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>
|
---|
[17322] | 22 | <OutputPath>..\bin\</OutputPath>
|
---|
[17263] | 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>
|
---|
[17322] | 36 | <PropertyGroup>
|
---|
| 37 | <StartupObject />
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <SignAssembly>true</SignAssembly>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup>
|
---|
| 43 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 44 | </PropertyGroup>
|
---|
[17263] | 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>
|
---|
[17287] | 63 | <Compile Include="Constants.cs" />
|
---|
[17395] | 64 | <Compile Include="Converters\AlgorithmConverter.cs" />
|
---|
[17540] | 65 | <Compile Include="Converters\BatchRunConverter.cs" />
|
---|
| 66 | <Compile Include="Converters\ExperimentConverter.cs" />
|
---|
[17374] | 67 | <Compile Include="Converters\RegressionProblemDataConverter.cs" />
|
---|
[17439] | 68 | <Compile Include="Converters\ResultParameterConverter.cs" />
|
---|
[17287] | 69 | <Compile Include="Converters\ValueLookupParameterConverter.cs" />
|
---|
[17353] | 70 | <Compile Include="Converters\ValueRangeConverter.cs" />
|
---|
[17446] | 71 | <Compile Include="Interfaces\IArrayJsonItem.cs" />
|
---|
[17473] | 72 | <Compile Include="Interfaces\IConcreteRestrictedJsonItem.cs" />
|
---|
| 73 | <Compile Include="Interfaces\IIntervalRestrictedJsonItem.cs" />
|
---|
[17406] | 74 | <Compile Include="Interfaces\IJsonItem.cs" />
|
---|
| 75 | <Compile Include="Interfaces\IJsonItemValidator.cs" />
|
---|
[17471] | 76 | <Compile Include="Interfaces\ILookupJsonItem.cs" />
|
---|
[17446] | 77 | <Compile Include="Interfaces\IMatrixJsonItem.cs" />
|
---|
[17473] | 78 | <Compile Include="Interfaces\IRangedJsonItem.cs" />
|
---|
[17471] | 79 | <Compile Include="Interfaces\IResultJsonItem.cs" />
|
---|
[17473] | 80 | <Compile Include="Interfaces\IValueJsonItem.cs" />
|
---|
[17471] | 81 | <Compile Include="Interfaces\IValueLookupJsonItem.cs" />
|
---|
[17473] | 82 | <Compile Include="Models\ArrayJsonItem.cs" />
|
---|
[17446] | 83 | <Compile Include="Models\BoolJsonItems.cs" />
|
---|
[17473] | 84 | <Compile Include="Models\ConcreteRestrictedArrayJsonItem.cs" />
|
---|
| 85 | <Compile Include="Models\ConcreteRestrictedValueJsonItem.cs" />
|
---|
[17446] | 86 | <Compile Include="Models\DateTimeJsonItem.cs" />
|
---|
| 87 | <Compile Include="Models\DoubleJsonItems.cs" />
|
---|
[17473] | 88 | <Compile Include="Models\EmptyJsonItem.cs" />
|
---|
| 89 | <Compile Include="Models\IntervalRestrictedArrayJsonItem.cs" />
|
---|
| 90 | <Compile Include="Models\IntervalRestrictedMatrixJsonItem.cs" />
|
---|
| 91 | <Compile Include="Models\IntervalRestrictedValueJsonItem.cs" />
|
---|
[17446] | 92 | <Compile Include="Models\IntJsonItems.cs" />
|
---|
[17408] | 93 | <Compile Include="Models\JsonItem.cs" />
|
---|
[17471] | 94 | <Compile Include="Models\LookupJsonItem.cs" />
|
---|
[17473] | 95 | <Compile Include="Models\MatrixJsonItem.cs" />
|
---|
| 96 | <Compile Include="Models\RangedJsonItem.cs" />
|
---|
[17451] | 97 | <Compile Include="Models\ResultJsonItem.cs" />
|
---|
[17446] | 98 | <Compile Include="Models\StringJsonItem.cs" />
|
---|
[17408] | 99 | <Compile Include="Models\UnsupportedJsonItem.cs" />
|
---|
[17473] | 100 | <Compile Include="Models\ValueJsonItem.cs" />
|
---|
[17471] | 101 | <Compile Include="Models\ValueLookupJsonItem.cs" />
|
---|
[17394] | 102 | <Compile Include="SingleLineArrayJsonWriter.cs" />
|
---|
[17600] | 103 | <Compile Include="JsonTemplateGenerator.cs" />
|
---|
[17394] | 104 | <Compile Include="JsonTemplateInstantiator.cs" />
|
---|
[17282] | 105 | <Compile Include="Converters\ConstrainedValueParameterConverter.cs" />
|
---|
| 106 | <Compile Include="Converters\ParameterizedItemConverter.cs" />
|
---|
| 107 | <Compile Include="Converters\ValueParameterConverter.cs" />
|
---|
| 108 | <Compile Include="Converters\EnumTypeConverter.cs" />
|
---|
| 109 | <Compile Include="Converters\LookupParameterConverter.cs" />
|
---|
| 110 | <Compile Include="Converters\MultiCheckedOperatorConverter.cs" />
|
---|
| 111 | <Compile Include="Converters\StringValueConverter.cs" />
|
---|
| 112 | <Compile Include="Converters\ValueTypeArrayConverter.cs" />
|
---|
| 113 | <Compile Include="Converters\BaseConverter.cs" />
|
---|
| 114 | <Compile Include="Converters\ValueTypeMatrixConverter.cs" />
|
---|
| 115 | <Compile Include="Converters\ValueTypeValueConverter.cs" />
|
---|
[17394] | 116 | <Compile Include="JsonItemConverterFactory.cs" />
|
---|
[17324] | 117 | <Compile Include="Plugin.cs" />
|
---|
[17263] | 118 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[17282] | 119 | <Compile Include="Interfaces\IJsonItemConverter.cs" />
|
---|
| 120 | <Compile Include="JsonItemConverter.cs" />
|
---|
[17263] | 121 | </ItemGroup>
|
---|
| 122 | <ItemGroup>
|
---|
[17322] | 123 | <None Include="HeuristicLab.snk" />
|
---|
[17263] | 124 | <None Include="packages.config" />
|
---|
[17324] | 125 | <None Include="Plugin.cs.frame" />
|
---|
[17263] | 126 | </ItemGroup>
|
---|
| 127 | <ItemGroup>
|
---|
| 128 | <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
[17324] | 129 | <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
|
---|
[17263] | 130 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
| 131 | </ProjectReference>
|
---|
| 132 | <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
[17324] | 133 | <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
|
---|
[17263] | 134 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 135 | </ProjectReference>
|
---|
| 136 | <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
[17324] | 137 | <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
|
---|
[17263] | 138 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 139 | </ProjectReference>
|
---|
| 140 | <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 141 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 142 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
| 143 | </ProjectReference>
|
---|
| 144 | <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
[17324] | 145 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
[17263] | 146 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 147 | </ProjectReference>
|
---|
| 148 | <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 149 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 150 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
| 151 | </ProjectReference>
|
---|
| 152 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 153 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 154 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 155 | </ProjectReference>
|
---|
[17374] | 156 | <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
| 157 | <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
|
---|
| 158 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
| 159 | </ProjectReference>
|
---|
| 160 | <ProjectReference Include="..\HeuristicLab.Problems.Instances.DataAnalysis\3.3\HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj">
|
---|
| 161 | <Project>{94c7714e-29d4-4d6d-b213-2c18d627ab75}</Project>
|
---|
| 162 | <Name>HeuristicLab.Problems.Instances.DataAnalysis-3.3</Name>
|
---|
| 163 | </ProjectReference>
|
---|
[17263] | 164 | <ProjectReference Include="..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
|
---|
[17324] | 165 | <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
|
---|
[17263] | 166 | <Name>HeuristicLab.SequentialEngine-3.3</Name>
|
---|
| 167 | </ProjectReference>
|
---|
| 168 | </ItemGroup>
|
---|
[17483] | 169 | <ItemGroup />
|
---|
[17263] | 170 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
[17324] | 171 | <PropertyGroup>
|
---|
| 172 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 173 | set ProjectDir=$(ProjectDir)
|
---|
| 174 | set SolutionDir=$(SolutionDir)
|
---|
| 175 | set Outdir=$(Outdir)
|
---|
| 176 |
|
---|
| 177 | call PreBuildEvent.cmd
|
---|
| 178 |
|
---|
| 179 | </PreBuildEvent>
|
---|
| 180 | </PropertyGroup>
|
---|
[17263] | 181 | </Project> |
---|