[17331] | 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>
|
---|
[17404] | 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>
|
---|
[17405] | 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>
|
---|
[17404] | 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>
|
---|
[17464] | 68 | <Reference Include="PresentationCore" />
|
---|
| 69 | <Reference Include="PresentationFramework" />
|
---|
[17331] | 70 | <Reference Include="System" />
|
---|
| 71 | <Reference Include="System.Core" />
|
---|
[17404] | 72 | <Reference Include="System.Drawing" />
|
---|
[17464] | 73 | <Reference Include="System.Messaging" />
|
---|
[17331] | 74 | <Reference Include="System.Windows.Forms" />
|
---|
[17464] | 75 | <Reference Include="System.Xaml" />
|
---|
[17331] | 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" />
|
---|
[17464] | 82 | <Reference Include="UIAutomationProvider" />
|
---|
| 83 | <Reference Include="WindowsBase" />
|
---|
| 84 | <Reference Include="WindowsFormsIntegration" />
|
---|
[17331] | 85 | </ItemGroup>
|
---|
| 86 | <ItemGroup>
|
---|
[17446] | 87 | <Compile Include="Interfaces\IArrayJsonItemVM.cs" />
|
---|
| 88 | <Compile Include="Interfaces\IJsonItemVM.cs" />
|
---|
[17471] | 89 | <Compile Include="Interfaces\ILookupJsonItemVM.cs" />
|
---|
[17446] | 90 | <Compile Include="Interfaces\IMatrixJsonItemVM.cs" />
|
---|
[17471] | 91 | <Compile Include="Interfaces\IValueLookupJsonItemVM.cs" />
|
---|
[17404] | 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="Shared\JsonItemBaseControl.cs">
|
---|
| 98 | <SubType>UserControl</SubType>
|
---|
| 99 | </Compile>
|
---|
| 100 | <Compile Include="Shared\JsonItemBaseControl.Designer.cs">
|
---|
| 101 | <DependentUpon>JsonItemBaseControl.cs</DependentUpon>
|
---|
| 102 | </Compile>
|
---|
[17405] | 103 | <Compile Include="Shared\NumericRangeControl.cs">
|
---|
| 104 | <SubType>UserControl</SubType>
|
---|
| 105 | </Compile>
|
---|
| 106 | <Compile Include="Shared\NumericRangeControl.Designer.cs">
|
---|
| 107 | <DependentUpon>NumericRangeControl.cs</DependentUpon>
|
---|
| 108 | </Compile>
|
---|
[17417] | 109 | <Compile Include="ViewModels\ArrayValueVM.cs" />
|
---|
[17519] | 110 | <Compile Include="ViewModels\DoubleVMs.cs" />
|
---|
| 111 | <Compile Include="ViewModels\IntVMs.cs" />
|
---|
[17410] | 112 | <Compile Include="ViewModels\JsonItemVMBase.cs" />
|
---|
[17471] | 113 | <Compile Include="ViewModels\LookupJsonItemVM.cs" />
|
---|
[17431] | 114 | <Compile Include="ViewModels\MatrixValueVM.cs" />
|
---|
[17420] | 115 | <Compile Include="ViewModels\RangedValueBaseVM.cs" />
|
---|
[17410] | 116 | <Compile Include="ViewModels\RangeVM.cs" />
|
---|
[17446] | 117 | <Compile Include="ViewModels\ResultItemVM.cs" />
|
---|
[17410] | 118 | <Compile Include="ViewModels\SingleValueVM.cs" />
|
---|
| 119 | <Compile Include="ViewModels\StringValueVM.cs" />
|
---|
[17471] | 120 | <Compile Include="ViewModels\ValueLookupJsonItemVM.cs" />
|
---|
[17519] | 121 | <Compile Include="Shared\ConcreteItemsRestrictor.cs">
|
---|
| 122 | <SubType>UserControl</SubType>
|
---|
| 123 | </Compile>
|
---|
| 124 | <Compile Include="Shared\ConcreteItemsRestrictor.Designer.cs">
|
---|
| 125 | <DependentUpon>ConcreteItemsRestrictor.cs</DependentUpon>
|
---|
| 126 | </Compile>
|
---|
[17404] | 127 | <Compile Include="Views\ExportJsonDialog.cs">
|
---|
| 128 | <SubType>Form</SubType>
|
---|
| 129 | </Compile>
|
---|
| 130 | <Compile Include="Views\ExportJsonDialog.Designer.cs">
|
---|
| 131 | <DependentUpon>ExportJsonDialog.cs</DependentUpon>
|
---|
| 132 | </Compile>
|
---|
[17331] | 133 | <Compile Include="FileManager.cs" />
|
---|
[17519] | 134 | <Compile Include="Views\JsonItemConcreteItemArrayControl.cs">
|
---|
| 135 | <SubType>UserControl</SubType>
|
---|
| 136 | </Compile>
|
---|
| 137 | <Compile Include="Views\JsonItemConcreteItemArrayControl.Designer.cs">
|
---|
| 138 | <DependentUpon>JsonItemConcreteItemArrayControl.cs</DependentUpon>
|
---|
| 139 | </Compile>
|
---|
[17431] | 140 | <Compile Include="Views\JsonItemMultiValueControl.cs">
|
---|
[17417] | 141 | <SubType>UserControl</SubType>
|
---|
| 142 | </Compile>
|
---|
[17431] | 143 | <Compile Include="Views\JsonItemMultiValueControl.Designer.cs">
|
---|
| 144 | <DependentUpon>JsonItemMultiValueControl.cs</DependentUpon>
|
---|
[17417] | 145 | </Compile>
|
---|
[17404] | 146 | <Compile Include="Views\JsonItemBoolControl.cs">
|
---|
| 147 | <SubType>UserControl</SubType>
|
---|
| 148 | </Compile>
|
---|
| 149 | <Compile Include="Views\JsonItemBoolControl.Designer.cs">
|
---|
| 150 | <DependentUpon>JsonItemBoolControl.cs</DependentUpon>
|
---|
| 151 | </Compile>
|
---|
| 152 | <Compile Include="Views\JsonItemRangeControl.cs">
|
---|
| 153 | <SubType>UserControl</SubType>
|
---|
| 154 | </Compile>
|
---|
| 155 | <Compile Include="Views\JsonItemRangeControl.Designer.cs">
|
---|
| 156 | <DependentUpon>JsonItemRangeControl.cs</DependentUpon>
|
---|
| 157 | </Compile>
|
---|
| 158 | <Compile Include="Views\JsonItemValueControl.cs">
|
---|
| 159 | <SubType>UserControl</SubType>
|
---|
| 160 | </Compile>
|
---|
| 161 | <Compile Include="Views\JsonItemValueControl.Designer.cs">
|
---|
| 162 | <DependentUpon>JsonItemValueControl.cs</DependentUpon>
|
---|
| 163 | </Compile>
|
---|
| 164 | <Compile Include="Views\JsonItemValidValuesControl.cs">
|
---|
| 165 | <SubType>UserControl</SubType>
|
---|
| 166 | </Compile>
|
---|
| 167 | <Compile Include="Views\JsonItemValidValuesControl.Designer.cs">
|
---|
| 168 | <DependentUpon>JsonItemValidValuesControl.cs</DependentUpon>
|
---|
| 169 | </Compile>
|
---|
[17331] | 170 | <Compile Include="MenuItems\ImportJsonTemplateMenuItem.cs" />
|
---|
| 171 | <Compile Include="MenuItems\ExportJsonTemplateMenuItem.cs" />
|
---|
| 172 | <Compile Include="Plugin.cs" />
|
---|
| 173 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[17471] | 174 | <Compile Include="Views\LookupJsonItemControl.cs">
|
---|
| 175 | <SubType>UserControl</SubType>
|
---|
| 176 | </Compile>
|
---|
| 177 | <Compile Include="Views\LookupJsonItemControl.Designer.cs">
|
---|
| 178 | <DependentUpon>LookupJsonItemControl.cs</DependentUpon>
|
---|
| 179 | </Compile>
|
---|
| 180 | <Compile Include="Views\ValueLookupJsonItemControl.cs">
|
---|
| 181 | <SubType>UserControl</SubType>
|
---|
| 182 | </Compile>
|
---|
| 183 | <Compile Include="Views\ValueLookupJsonItemControl.Designer.cs">
|
---|
| 184 | <DependentUpon>ValueLookupJsonItemControl.cs</DependentUpon>
|
---|
| 185 | </Compile>
|
---|
[17331] | 186 | </ItemGroup>
|
---|
| 187 | <ItemGroup>
|
---|
| 188 | <None Include="HeuristicLab.snk" />
|
---|
| 189 | <None Include="Plugin.cs.frame" />
|
---|
| 190 | </ItemGroup>
|
---|
| 191 | <ItemGroup>
|
---|
| 192 | <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 193 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 194 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
| 195 | </ProjectReference>
|
---|
| 196 | <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 197 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 198 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
| 199 | </ProjectReference>
|
---|
[17405] | 200 | <ProjectReference Include="..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
|
---|
| 201 | <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
|
---|
| 202 | <Name>HeuristicLab.Data.Views-3.3</Name>
|
---|
| 203 | </ProjectReference>
|
---|
[17331] | 204 | <ProjectReference Include="..\HeuristicLab.JsonInterface\HeuristicLab.JsonInterface.csproj">
|
---|
| 205 | <Project>{0e3aab5e-f152-44e0-a054-4d9a83ecee08}</Project>
|
---|
| 206 | <Name>HeuristicLab.JsonInterface</Name>
|
---|
| 207 | </ProjectReference>
|
---|
| 208 | <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
| 209 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
| 210 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
| 211 | </ProjectReference>
|
---|
| 212 | <ProjectReference Include="..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
| 213 | <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
|
---|
| 214 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
| 215 | </ProjectReference>
|
---|
| 216 | <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 217 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 218 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 219 | </ProjectReference>
|
---|
| 220 | <ProjectReference Include="..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
| 221 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
| 222 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
| 223 | </ProjectReference>
|
---|
| 224 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 225 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
| 226 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
| 227 | </ProjectReference>
|
---|
| 228 | </ItemGroup>
|
---|
[17404] | 229 | <ItemGroup>
|
---|
| 230 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 231 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 232 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 233 | </EmbeddedResource>
|
---|
| 234 | <EmbeddedResource Include="Shared\JsonItemBaseControl.resx">
|
---|
| 235 | <DependentUpon>JsonItemBaseControl.cs</DependentUpon>
|
---|
| 236 | </EmbeddedResource>
|
---|
[17405] | 237 | <EmbeddedResource Include="Shared\NumericRangeControl.resx">
|
---|
| 238 | <DependentUpon>NumericRangeControl.cs</DependentUpon>
|
---|
| 239 | </EmbeddedResource>
|
---|
[17519] | 240 | <EmbeddedResource Include="Shared\ConcreteItemsRestrictor.resx">
|
---|
| 241 | <DependentUpon>ConcreteItemsRestrictor.cs</DependentUpon>
|
---|
| 242 | </EmbeddedResource>
|
---|
[17404] | 243 | <EmbeddedResource Include="Views\ExportJsonDialog.resx">
|
---|
| 244 | <DependentUpon>ExportJsonDialog.cs</DependentUpon>
|
---|
| 245 | </EmbeddedResource>
|
---|
[17519] | 246 | <EmbeddedResource Include="Views\JsonItemConcreteItemArrayControl.resx">
|
---|
| 247 | <DependentUpon>JsonItemConcreteItemArrayControl.cs</DependentUpon>
|
---|
| 248 | </EmbeddedResource>
|
---|
[17431] | 249 | <EmbeddedResource Include="Views\JsonItemMultiValueControl.resx">
|
---|
| 250 | <DependentUpon>JsonItemMultiValueControl.cs</DependentUpon>
|
---|
[17420] | 251 | </EmbeddedResource>
|
---|
[17404] | 252 | <EmbeddedResource Include="Views\JsonItemBoolControl.resx">
|
---|
| 253 | <DependentUpon>JsonItemBoolControl.cs</DependentUpon>
|
---|
| 254 | </EmbeddedResource>
|
---|
| 255 | <EmbeddedResource Include="Views\JsonItemRangeControl.resx">
|
---|
| 256 | <DependentUpon>JsonItemRangeControl.cs</DependentUpon>
|
---|
| 257 | </EmbeddedResource>
|
---|
| 258 | <EmbeddedResource Include="Views\JsonItemValueControl.resx">
|
---|
| 259 | <DependentUpon>JsonItemValueControl.cs</DependentUpon>
|
---|
| 260 | </EmbeddedResource>
|
---|
| 261 | <EmbeddedResource Include="Views\JsonItemValidValuesControl.resx">
|
---|
| 262 | <DependentUpon>JsonItemValidValuesControl.cs</DependentUpon>
|
---|
| 263 | </EmbeddedResource>
|
---|
[17471] | 264 | <EmbeddedResource Include="Views\LookupJsonItemControl.resx">
|
---|
| 265 | <DependentUpon>LookupJsonItemControl.cs</DependentUpon>
|
---|
| 266 | </EmbeddedResource>
|
---|
| 267 | <EmbeddedResource Include="Views\ValueLookupJsonItemControl.resx">
|
---|
| 268 | <DependentUpon>ValueLookupJsonItemControl.cs</DependentUpon>
|
---|
| 269 | </EmbeddedResource>
|
---|
[17404] | 270 | </ItemGroup>
|
---|
| 271 | <ItemGroup />
|
---|
[17331] | 272 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 273 | <PropertyGroup>
|
---|
| 274 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 275 | set ProjectDir=$(ProjectDir)
|
---|
| 276 | set SolutionDir=$(SolutionDir)
|
---|
| 277 | set Outdir=$(Outdir)
|
---|
| 278 |
|
---|
| 279 | call PreBuildEvent.cmd
|
---|
| 280 |
|
---|
| 281 | </PreBuildEvent>
|
---|
| 282 | </PropertyGroup>
|
---|
| 283 | </Project> |
---|