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="System" />
|
---|
41 | <Reference Include="System.Core" />
|
---|
42 | <Reference Include="System.Windows.Forms" />
|
---|
43 | <Reference Include="System.Xml.Linq" />
|
---|
44 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
45 | <Reference Include="Microsoft.CSharp" />
|
---|
46 | <Reference Include="System.Data" />
|
---|
47 | <Reference Include="System.Net.Http" />
|
---|
48 | <Reference Include="System.Xml" />
|
---|
49 | </ItemGroup>
|
---|
50 | <ItemGroup>
|
---|
51 | <Compile Include="FileManager.cs" />
|
---|
52 | <Compile Include="MenuItems\ImportJsonTemplateMenuItem.cs" />
|
---|
53 | <Compile Include="MenuItems\ExportJsonTemplateMenuItem.cs" />
|
---|
54 | <Compile Include="Plugin.cs" />
|
---|
55 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
56 | </ItemGroup>
|
---|
57 | <ItemGroup>
|
---|
58 | <None Include="HeuristicLab.snk" />
|
---|
59 | <None Include="Plugin.cs.frame" />
|
---|
60 | </ItemGroup>
|
---|
61 | <ItemGroup>
|
---|
62 | <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
63 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
64 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
65 | </ProjectReference>
|
---|
66 | <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
67 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
68 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
69 | </ProjectReference>
|
---|
70 | <ProjectReference Include="..\HeuristicLab.JsonInterface\HeuristicLab.JsonInterface.csproj">
|
---|
71 | <Project>{0e3aab5e-f152-44e0-a054-4d9a83ecee08}</Project>
|
---|
72 | <Name>HeuristicLab.JsonInterface</Name>
|
---|
73 | </ProjectReference>
|
---|
74 | <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
|
---|
75 | <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
|
---|
76 | <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
|
---|
77 | </ProjectReference>
|
---|
78 | <ProjectReference Include="..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
|
---|
79 | <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
|
---|
80 | <Name>HeuristicLab.MainForm-3.3</Name>
|
---|
81 | </ProjectReference>
|
---|
82 | <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
83 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
84 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
85 | </ProjectReference>
|
---|
86 | <ProjectReference Include="..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
|
---|
87 | <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
|
---|
88 | <Name>HeuristicLab.Optimizer-3.3</Name>
|
---|
89 | </ProjectReference>
|
---|
90 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
91 | <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
|
---|
92 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
93 | </ProjectReference>
|
---|
94 | </ItemGroup>
|
---|
95 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
96 | <PropertyGroup>
|
---|
97 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
98 | set ProjectDir=$(ProjectDir)
|
---|
99 | set SolutionDir=$(SolutionDir)
|
---|
100 | set Outdir=$(Outdir)
|
---|
101 |
|
---|
102 | call PreBuildEvent.cmd
|
---|
103 |
|
---|
104 | </PreBuildEvent>
|
---|
105 | </PropertyGroup>
|
---|
106 | </Project> |
---|