Free cookie consent management tool by TermsFeed Policy Generator

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

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

#3026:

  • Runner now uses SymbolicDataAnalysisExpressionMATLABFormatter to save instances of ISymbolicRegressionSolution
  • refactored user controls for detail view of json items, now they do not inherit from JsonItemBaseControl -> JsonItemBaseControl uses now an extra control
    • this change was made for fluid repositioning of controls (e.g. when no ActualName is present)
File size: 11.8 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>..\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="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\IMatrixJsonItemVM.cs" />
90    <Compile Include="Interfaces\INamedMatrixJsonItemVM.cs" />
91    <Compile Include="Properties\Resources.Designer.cs">
92      <AutoGen>True</AutoGen>
93      <DesignTime>True</DesignTime>
94      <DependentUpon>Resources.resx</DependentUpon>
95    </Compile>
96    <Compile Include="Shared\JsonItemBaseControl.cs">
97      <SubType>UserControl</SubType>
98    </Compile>
99    <Compile Include="Shared\JsonItemBaseControl.Designer.cs">
100      <DependentUpon>JsonItemBaseControl.cs</DependentUpon>
101    </Compile>
102    <Compile Include="Shared\NumericRangeControl.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="Shared\NumericRangeControl.Designer.cs">
106      <DependentUpon>NumericRangeControl.cs</DependentUpon>
107    </Compile>
108    <Compile Include="ViewModels\ArrayValueVM.cs" />
109    <Compile Include="ViewModels\JsonItemVMBase.cs" />
110    <Compile Include="ViewModels\MatrixValueVM.cs" />
111    <Compile Include="ViewModels\NamedMatrixValueVM.cs" />
112    <Compile Include="ViewModels\RangedValueBaseVM.cs" />
113    <Compile Include="ViewModels\RangeVM.cs" />
114    <Compile Include="ViewModels\ResultItemVM.cs" />
115    <Compile Include="ViewModels\SingleValueVM.cs" />
116    <Compile Include="ViewModels\StringValueVM.cs" />
117    <Compile Include="Views\ExportJsonDialog.cs">
118      <SubType>Form</SubType>
119    </Compile>
120    <Compile Include="Views\ExportJsonDialog.Designer.cs">
121      <DependentUpon>ExportJsonDialog.cs</DependentUpon>
122    </Compile>
123    <Compile Include="FileManager.cs" />
124    <Compile Include="Views\JsonItemMultiValueControl.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="Views\JsonItemMultiValueControl.Designer.cs">
128      <DependentUpon>JsonItemMultiValueControl.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Views\JsonItemBoolControl.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="Views\JsonItemBoolControl.Designer.cs">
134      <DependentUpon>JsonItemBoolControl.cs</DependentUpon>
135    </Compile>
136    <Compile Include="Views\JsonItemRangeControl.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="Views\JsonItemRangeControl.Designer.cs">
140      <DependentUpon>JsonItemRangeControl.cs</DependentUpon>
141    </Compile>
142    <Compile Include="Views\JsonItemValueControl.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="Views\JsonItemValueControl.Designer.cs">
146      <DependentUpon>JsonItemValueControl.cs</DependentUpon>
147    </Compile>
148    <Compile Include="Views\JsonItemValidValuesControl.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="Views\JsonItemValidValuesControl.Designer.cs">
152      <DependentUpon>JsonItemValidValuesControl.cs</DependentUpon>
153    </Compile>
154    <Compile Include="MenuItems\ImportJsonTemplateMenuItem.cs" />
155    <Compile Include="MenuItems\ExportJsonTemplateMenuItem.cs" />
156    <Compile Include="Plugin.cs" />
157    <Compile Include="Properties\AssemblyInfo.cs" />
158  </ItemGroup>
159  <ItemGroup>
160    <None Include="HeuristicLab.snk" />
161    <None Include="Plugin.cs.frame" />
162  </ItemGroup>
163  <ItemGroup>
164    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
165      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
166      <Name>HeuristicLab.Common-3.3</Name>
167    </ProjectReference>
168    <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
169      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
170      <Name>HeuristicLab.Core-3.3</Name>
171    </ProjectReference>
172    <ProjectReference Include="..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
173      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
174      <Name>HeuristicLab.Data.Views-3.3</Name>
175    </ProjectReference>
176    <ProjectReference Include="..\HeuristicLab.JsonInterface\HeuristicLab.JsonInterface.csproj">
177      <Project>{0e3aab5e-f152-44e0-a054-4d9a83ecee08}</Project>
178      <Name>HeuristicLab.JsonInterface</Name>
179    </ProjectReference>
180    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
181      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
182      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
183    </ProjectReference>
184    <ProjectReference Include="..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
185      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
186      <Name>HeuristicLab.MainForm-3.3</Name>
187    </ProjectReference>
188    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
189      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
190      <Name>HeuristicLab.Optimization-3.3</Name>
191    </ProjectReference>
192    <ProjectReference Include="..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
193      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
194      <Name>HeuristicLab.Optimizer-3.3</Name>
195    </ProjectReference>
196    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
197      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
198      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
199    </ProjectReference>
200  </ItemGroup>
201  <ItemGroup>
202    <EmbeddedResource Include="Properties\Resources.resx">
203      <Generator>ResXFileCodeGenerator</Generator>
204      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
205    </EmbeddedResource>
206    <EmbeddedResource Include="Shared\JsonItemBaseControl.resx">
207      <DependentUpon>JsonItemBaseControl.cs</DependentUpon>
208    </EmbeddedResource>
209    <EmbeddedResource Include="Shared\NumericRangeControl.resx">
210      <DependentUpon>NumericRangeControl.cs</DependentUpon>
211    </EmbeddedResource>
212    <EmbeddedResource Include="Views\ExportJsonDialog.resx">
213      <DependentUpon>ExportJsonDialog.cs</DependentUpon>
214    </EmbeddedResource>
215    <EmbeddedResource Include="Views\JsonItemMultiValueControl.resx">
216      <DependentUpon>JsonItemMultiValueControl.cs</DependentUpon>
217    </EmbeddedResource>
218    <EmbeddedResource Include="Views\JsonItemBoolControl.resx">
219      <DependentUpon>JsonItemBoolControl.cs</DependentUpon>
220    </EmbeddedResource>
221    <EmbeddedResource Include="Views\JsonItemRangeControl.resx">
222      <DependentUpon>JsonItemRangeControl.cs</DependentUpon>
223    </EmbeddedResource>
224    <EmbeddedResource Include="Views\JsonItemValueControl.resx">
225      <DependentUpon>JsonItemValueControl.cs</DependentUpon>
226    </EmbeddedResource>
227    <EmbeddedResource Include="Views\JsonItemValidValuesControl.resx">
228      <DependentUpon>JsonItemValidValuesControl.cs</DependentUpon>
229    </EmbeddedResource>
230  </ItemGroup>
231  <ItemGroup />
232  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
233  <PropertyGroup>
234    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
235set ProjectDir=$(ProjectDir)
236set SolutionDir=$(SolutionDir)
237set Outdir=$(Outdir)
238
239call PreBuildEvent.cmd
240
241</PreBuildEvent>
242  </PropertyGroup>
243</Project>
Note: See TracBrowser for help on using the repository browser.