Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.App/HeuristicLab.JsonInterface.App.csproj @ 17451

Last change on this file since 17451 was 17451, checked in by dpiringe, 4 years ago

#3026:

  • renamed ResultItem to ResultJsonItem
  • implemented RegressionProblemDataConverter
  • added support for "named matrices" (named = rows and columns have names) -> INamedMatrixJsonItem incl. base classes and views
  • added a bool property Active in IJsonItem -> marks items, which should be written into the template
File size: 5.7 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>{039D995F-1AA5-4461-92B3-B466F612D998}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.JsonInterface.App</RootNamespace>
11    <AssemblyName>HeuristicLab.JsonInterface.App</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <Deterministic>true</Deterministic>
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\Release\</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  <ItemGroup>
40    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
41      <HintPath>..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
42    </Reference>
43    <Reference Include="HEAL.Attic, Version=1.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
44      <HintPath>..\packages\HEAL.Attic.1.4.0\lib\net461\HEAL.Attic.dll</HintPath>
45    </Reference>
46    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
47      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
48    </Reference>
49    <Reference Include="System" />
50    <Reference Include="System.Core" />
51    <Reference Include="System.Drawing" />
52    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
53      <HintPath>..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
54    </Reference>
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    <None Include="HeuristicLab.snk" />
64    <None Include="packages.config" />
65    <None Include="Plugin.cs.frame" />
66    <Compile Include="Runner.cs" />
67    <Compile Include="Plugin.cs" />
68    <Compile Include="Properties\AssemblyInfo.cs" />
69  </ItemGroup>
70  <ItemGroup>
71    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
72      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
73      <Name>HeuristicLab.Collections-3.3</Name>
74    </ProjectReference>
75    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
76      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
77      <Name>HeuristicLab.Common-3.3</Name>
78    </ProjectReference>
79    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
80      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
81      <Name>HeuristicLab.Core-3.3</Name>
82    </ProjectReference>
83    <ProjectReference Include="..\HeuristicLab.JsonInterface\HeuristicLab.JsonInterface.csproj">
84      <Project>{0e3aab5e-f152-44e0-a054-4d9a83ecee08}</Project>
85      <Name>HeuristicLab.JsonInterface</Name>
86    </ProjectReference>
87    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
88      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
89      <Name>HeuristicLab.Optimization-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
92      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
93      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
96      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
97      <Name>HeuristicLab.Problems.Instances-3.3</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
100      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
101      <Name>HeuristicLab.SequentialEngine-3.3</Name>
102    </ProjectReference>
103  </ItemGroup>
104  <ItemGroup />
105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106  <PropertyGroup>
107    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
108set ProjectDir=$(ProjectDir)
109set SolutionDir=$(SolutionDir)
110set Outdir=$(Outdir)
111
112call PreBuildEvent.cmd
113
114</PreBuildEvent>
115  </PropertyGroup>
116</Project>
Note: See TracBrowser for help on using the repository browser.