Free cookie consent management tool by TermsFeed Policy Generator

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

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

#3026:

  • added a simple form control for JsonInterface to use it without CLI
File size: 8.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      <Private>False</Private>
46    </Reference>
47    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
48      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
49    </Reference>
50    <Reference Include="System" />
51    <Reference Include="System.Core" />
52    <Reference Include="System.Drawing" />
53    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
54      <HintPath>..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
55    </Reference>
56    <Reference Include="System.Windows.Forms" />
57    <Reference Include="System.Xml.Linq" />
58    <Reference Include="System.Data.DataSetExtensions" />
59    <Reference Include="Microsoft.CSharp" />
60    <Reference Include="System.Data" />
61    <Reference Include="System.Net.Http" />
62    <Reference Include="System.Xml" />
63  </ItemGroup>
64  <ItemGroup>
65    <None Include="HeuristicLab.snk" />
66    <None Include="packages.config" />
67    <None Include="Plugin.cs.frame" />
68    <Compile Include="JsonInterfaceForm.cs">
69      <SubType>Form</SubType>
70    </Compile>
71    <Compile Include="JsonInterfaceForm.Designer.cs">
72      <DependentUpon>JsonInterfaceForm.cs</DependentUpon>
73    </Compile>
74    <Compile Include="Properties\Resources.Designer.cs">
75      <AutoGen>True</AutoGen>
76      <DesignTime>True</DesignTime>
77      <DependentUpon>Resources.resx</DependentUpon>
78    </Compile>
79    <Compile Include="Runner.cs" />
80    <Compile Include="Plugin.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82  </ItemGroup>
83  <ItemGroup>
84    <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
85      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
86      <Name>HeuristicLab.Collections-3.3</Name>
87      <Private>False</Private>
88    </ProjectReference>
89    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
90      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
91      <Name>HeuristicLab.Common.Resources-3.3</Name>
92      <Private>False</Private>
93    </ProjectReference>
94    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
95      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
96      <Name>HeuristicLab.Common-3.3</Name>
97      <Private>False</Private>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
100      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
101      <Name>HeuristicLab.Core-3.3</Name>
102      <Private>False</Private>
103    </ProjectReference>
104    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
105      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
106      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
107      <Private>False</Private>
108    </ProjectReference>
109    <ProjectReference Include="..\HeuristicLab.JsonInterface\HeuristicLab.JsonInterface.csproj">
110      <Project>{0e3aab5e-f152-44e0-a054-4d9a83ecee08}</Project>
111      <Name>HeuristicLab.JsonInterface</Name>
112      <Private>False</Private>
113    </ProjectReference>
114    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
115      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
116      <Name>HeuristicLab.Optimization-3.3</Name>
117      <Private>False</Private>
118    </ProjectReference>
119    <ProjectReference Include="..\HeuristicLab.ParallelEngine\3.3\HeuristicLab.ParallelEngine-3.3.csproj">
120      <Project>{00814351-4AB8-4088-9B99-F62787B89E93}</Project>
121      <Name>HeuristicLab.ParallelEngine-3.3</Name>
122      <Private>False</Private>
123    </ProjectReference>
124    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
125      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
126      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
127      <Private>False</Private>
128    </ProjectReference>
129    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
130      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
131      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
135      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
136      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
137      <Private>False</Private>
138    </ProjectReference>
139    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
140      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
141      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
142      <Private>False</Private>
143    </ProjectReference>
144    <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
145      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
146      <Name>HeuristicLab.Problems.Instances-3.3</Name>
147      <Private>False</Private>
148    </ProjectReference>
149    <ProjectReference Include="..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj">
150      <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project>
151      <Name>HeuristicLab.SequentialEngine-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154  </ItemGroup>
155  <ItemGroup>
156    <EmbeddedResource Include="JsonInterfaceForm.resx">
157      <DependentUpon>JsonInterfaceForm.cs</DependentUpon>
158    </EmbeddedResource>
159    <EmbeddedResource Include="Properties\Resources.resx">
160      <Generator>ResXFileCodeGenerator</Generator>
161      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
162    </EmbeddedResource>
163  </ItemGroup>
164  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165  <PropertyGroup>
166    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
167set ProjectDir=$(ProjectDir)
168set SolutionDir=$(SolutionDir)
169set Outdir=$(Outdir)
170
171call PreBuildEvent.cmd
172
173</PreBuildEvent>
174  </PropertyGroup>
175</Project>
Note: See TracBrowser for help on using the repository browser.