Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3026_IntegrationIntoSymSpace/HeuristicLab.JsonInterface.OptimizerIntegration/HeuristicLab.JsonInterface.OptimizerIntegration.csproj

Last change on this file was 18059, checked in by dpiringe, 3 years ago

#3026

  • removed/renamed all interfaces, classes and views related to results (are replaced by RunCollectionModifiers)
  • fixed a bug in JsonTemplateInstantiator to prevent errors for opening templates without a defined property for RunCollectionModifiers
File size: 12.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>{5A3413F8-0928-4167-80E7-AAD9D6E38A94}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.JsonInterface.OptimizerIntegration</RootNamespace>
11    <AssemblyName>HeuristicLab.JsonInterface.OptimizerIntegration</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>$(SolutionDir)\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>$(SolutionDir)\bin\</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="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Analysis.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
49      <SpecificVersion>False</SpecificVersion>
50      <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <SpecificVersion>False</SpecificVersion>
54      <HintPath>..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <HintPath>..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <SpecificVersion>False</SpecificVersion>
62      <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
65      <SpecificVersion>False</SpecificVersion>
66      <HintPath>..\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="PresentationCore" />
69    <Reference Include="PresentationFramework" />
70    <Reference Include="System" />
71    <Reference Include="System.Core" />
72    <Reference Include="System.Drawing" />
73    <Reference Include="System.Messaging" />
74    <Reference Include="System.Windows.Forms" />
75    <Reference Include="System.Xaml" />
76    <Reference Include="System.Xml.Linq" />
77    <Reference Include="System.Data.DataSetExtensions" />
78    <Reference Include="Microsoft.CSharp" />
79    <Reference Include="System.Data" />
80    <Reference Include="System.Net.Http" />
81    <Reference Include="System.Xml" />
82    <Reference Include="UIAutomationProvider" />
83    <Reference Include="WindowsBase" />
84    <Reference Include="WindowsFormsIntegration" />
85  </ItemGroup>
86  <ItemGroup>
87    <Compile Include="Interfaces\IArrayJsonItemVM.cs" />
88    <Compile Include="Interfaces\IJsonItemVM.cs" />
89    <Compile Include="Interfaces\ILookupJsonItemVM.cs" />
90    <Compile Include="Interfaces\IMatrixJsonItemVM.cs" />
91    <Compile Include="Interfaces\IValueLookupJsonItemVM.cs" />
92    <Compile Include="Properties\Resources.Designer.cs">
93      <AutoGen>True</AutoGen>
94      <DesignTime>True</DesignTime>
95      <DependentUpon>Resources.resx</DependentUpon>
96    </Compile>
97    <Compile Include="Views\ArrayJsonItemControl.cs">
98      <SubType>UserControl</SubType>
99    </Compile>
100    <Compile Include="Views\ArrayJsonItemControl.Designer.cs">
101      <DependentUpon>ArrayJsonItemControl.cs</DependentUpon>
102    </Compile>
103    <Compile Include="Views\CompoundControl.cs">
104      <SubType>UserControl</SubType>
105    </Compile>
106    <Compile Include="Views\CompoundControl.Designer.cs">
107      <DependentUpon>CompoundControl.cs</DependentUpon>
108    </Compile>
109    <Compile Include="Views\JsonItemBaseControl.cs">
110      <SubType>UserControl</SubType>
111    </Compile>
112    <Compile Include="Views\JsonItemBaseControl.Designer.cs">
113      <DependentUpon>JsonItemBaseControl.cs</DependentUpon>
114    </Compile>
115    <Compile Include="Views\MatrixJsonItemControl.cs">
116      <SubType>UserControl</SubType>
117    </Compile>
118    <Compile Include="Views\MatrixJsonItemControl.Designer.cs">
119      <DependentUpon>MatrixJsonItemControl.cs</DependentUpon>
120    </Compile>
121    <Compile Include="Views\NumericRangeControl.cs">
122      <SubType>UserControl</SubType>
123    </Compile>
124    <Compile Include="Views\NumericRangeControl.Designer.cs">
125      <DependentUpon>NumericRangeControl.cs</DependentUpon>
126    </Compile>
127    <Compile Include="ViewModels\ArrayValueVM.cs" />
128    <Compile Include="ViewModels\ConcreteRestrictedJsonItemVM.cs" />
129    <Compile Include="ViewModels\DoubleVMs.cs" />
130    <Compile Include="ViewModels\IntVMs.cs" />
131    <Compile Include="ViewModels\JsonItemVMBase.cs" />
132    <Compile Include="ViewModels\LookupJsonItemVM.cs" />
133    <Compile Include="ViewModels\MatrixValueVM.cs" />
134    <Compile Include="ViewModels\RangedValueBaseVM.cs" />
135    <Compile Include="ViewModels\RangeVM.cs" />
136    <Compile Include="ViewModels\SingleValueVM.cs" />
137    <Compile Include="ViewModels\StringValueVM.cs" />
138    <Compile Include="ViewModels\ValueLookupJsonItemVM.cs" />
139    <Compile Include="Views\ConcreteItemsRestrictor.cs">
140      <SubType>UserControl</SubType>
141    </Compile>
142    <Compile Include="Views\ConcreteItemsRestrictor.Designer.cs">
143      <DependentUpon>ConcreteItemsRestrictor.cs</DependentUpon>
144    </Compile>
145    <Compile Include="Views\ExportJsonDialog.cs">
146      <SubType>Form</SubType>
147    </Compile>
148    <Compile Include="Views\ExportJsonDialog.Designer.cs">
149      <DependentUpon>ExportJsonDialog.cs</DependentUpon>
150    </Compile>
151    <Compile Include="FileManager.cs" />
152    <Compile Include="MenuItems\ImportJsonTemplateMenuItem.cs" />
153    <Compile Include="MenuItems\ExportJsonTemplateMenuItem.cs" />
154    <Compile Include="Plugin.cs" />
155    <Compile Include="Properties\AssemblyInfo.cs" />
156    <Compile Include="Views\RunCollectionModifierControl.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="Views\RunCollectionModifierControl.Designer.cs">
160      <DependentUpon>RunCollectionModifierControl.cs</DependentUpon>
161    </Compile>
162    <Compile Include="Views\ValueLookupJsonItemControl.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="Views\ValueLookupJsonItemControl.Designer.cs">
166      <DependentUpon>ValueLookupJsonItemControl.cs</DependentUpon>
167    </Compile>
168  </ItemGroup>
169  <ItemGroup>
170    <None Include="HeuristicLab.snk" />
171    <None Include="Plugin.cs.frame" />
172  </ItemGroup>
173  <ItemGroup>
174    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
175      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
176      <Name>HeuristicLab.Common-3.3</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
179      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
180      <Name>HeuristicLab.Core-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
183      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
184      <Name>HeuristicLab.Data.Views-3.3</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\HeuristicLab.JsonInterface\HeuristicLab.JsonInterface.csproj">
187      <Project>{0e3aab5e-f152-44e0-a054-4d9a83ecee08}</Project>
188      <Name>HeuristicLab.JsonInterface</Name>
189    </ProjectReference>
190    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
191      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
192      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
193    </ProjectReference>
194    <ProjectReference Include="..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
195      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
196      <Name>HeuristicLab.MainForm-3.3</Name>
197    </ProjectReference>
198    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
199      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
200      <Name>HeuristicLab.Optimization-3.3</Name>
201    </ProjectReference>
202    <ProjectReference Include="..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
203      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
204      <Name>HeuristicLab.Optimizer-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
207      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
208      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
209    </ProjectReference>
210  </ItemGroup>
211  <ItemGroup>
212    <EmbeddedResource Include="Properties\Resources.resx">
213      <Generator>ResXFileCodeGenerator</Generator>
214      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
215    </EmbeddedResource>
216    <EmbeddedResource Include="Views\ArrayJsonItemControl.resx">
217      <DependentUpon>ArrayJsonItemControl.cs</DependentUpon>
218    </EmbeddedResource>
219    <EmbeddedResource Include="Views\CompoundControl.resx">
220      <DependentUpon>CompoundControl.cs</DependentUpon>
221    </EmbeddedResource>
222    <EmbeddedResource Include="Views\JsonItemBaseControl.resx">
223      <DependentUpon>JsonItemBaseControl.cs</DependentUpon>
224    </EmbeddedResource>
225    <EmbeddedResource Include="Views\MatrixJsonItemControl.resx">
226      <DependentUpon>MatrixJsonItemControl.cs</DependentUpon>
227    </EmbeddedResource>
228    <EmbeddedResource Include="Views\NumericRangeControl.resx">
229      <DependentUpon>NumericRangeControl.cs</DependentUpon>
230    </EmbeddedResource>
231    <EmbeddedResource Include="Views\ConcreteItemsRestrictor.resx">
232      <DependentUpon>ConcreteItemsRestrictor.cs</DependentUpon>
233    </EmbeddedResource>
234    <EmbeddedResource Include="Views\ExportJsonDialog.resx">
235      <DependentUpon>ExportJsonDialog.cs</DependentUpon>
236    </EmbeddedResource>
237    <EmbeddedResource Include="Views\ValueLookupJsonItemControl.resx">
238      <DependentUpon>ValueLookupJsonItemControl.cs</DependentUpon>
239    </EmbeddedResource>
240  </ItemGroup>
241  <ItemGroup />
242  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
243  <PropertyGroup>
244    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
245set ProjectDir=$(ProjectDir)
246set SolutionDir=$(SolutionDir)
247set Outdir=$(Outdir)
248
249call PreBuildEvent.cmd
250
251</PreBuildEvent>
252  </PropertyGroup>
253</Project>
Note: See TracBrowser for help on using the repository browser.