Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.ExactOptimization.Views/3.3/HeuristicLab.ExactOptimization.Views-3.3.csproj @ 17117

Last change on this file since 17117 was 17117, checked in by abeham, 5 years ago

#2931: merged to stable (16910, 16939, 16944, 17095)

File size: 9.8 KB
RevLine 
[16405]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D1D69043-17E6-4B8C-BF41-0799C7E56032}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[16582]11    <RootNamespace>HeuristicLab.ExactOptimization.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.ExactOptimization.Views-3.3</AssemblyName>
[16405]13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
[17117]14    <SignAssembly>true</SignAssembly>
15    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[16405]16    <FileAlignment>512</FileAlignment>
17    <TargetFrameworkProfile />
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
[17117]23    <OutputPath>bin\Debug\</OutputPath>
[16405]24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <Prefer32Bit>false</Prefer32Bit>
28    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
29    <LangVersion>default</LangVersion>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32    <DebugType>pdbonly</DebugType>
33    <Optimize>true</Optimize>
[17117]34    <OutputPath>bin\Release\</OutputPath>
[16405]35    <DefineConstants>TRACE</DefineConstants>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <Prefer32Bit>false</Prefer32Bit>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
41    <DebugSymbols>true</DebugSymbols>
[17117]42    <OutputPath>bin\Debug\</OutputPath>
[16405]43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x64</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
[17117]50    <OutputPath>bin\Release\</OutputPath>
[16405]51    <DefineConstants>TRACE</DefineConstants>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x64</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <Prefer32Bit>false</Prefer32Bit>
57  </PropertyGroup>
58  <ItemGroup>
59    <Reference Include="Microsoft.CSharp" />
60    <Reference Include="System" />
61    <Reference Include="System.Core" />
62    <Reference Include="System.Data" />
63    <Reference Include="System.Drawing" />
[16582]64    <Reference Include="System.ServiceModel" />
[16405]65    <Reference Include="System.Windows.Forms" />
66    <Reference Include="System.Xml" />
67    <Reference Include="WindowsBase" />
68  </ItemGroup>
69  <ItemGroup>
[16582]70    <Compile Include="FileBasedLinearProblemDefinitionView.cs">
[16405]71      <SubType>UserControl</SubType>
72    </Compile>
[16582]73    <Compile Include="FileBasedLinearProblemDefinitionView.Designer.cs">
74      <DependentUpon>FileBasedLinearProblemDefinitionView.cs</DependentUpon>
[16405]75    </Compile>
[16582]76    <Compile Include="LinearProgrammingAlgorithmView.cs">
[16405]77      <SubType>UserControl</SubType>
78    </Compile>
[16582]79    <Compile Include="LinearProgrammingAlgorithmView.Designer.cs">
80      <DependentUpon>LinearProgrammingAlgorithmView.cs</DependentUpon>
[16405]81    </Compile>
82    <Compile Include="LinearProgrammingProblemView.cs">
83      <SubType>UserControl</SubType>
84    </Compile>
85    <Compile Include="LinearProgrammingProblemView.Designer.cs">
86      <DependentUpon>LinearProgrammingProblemView.cs</DependentUpon>
87    </Compile>
[16582]88    <Compile Include="ProgrammableLinearProblemDefinitionView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="ProgrammableLinearProblemDefinitionView.Designer.cs">
92      <DependentUpon>ProgrammableLinearProblemDefinitionView.cs</DependentUpon>
93    </Compile>
[16405]94    <Compile Include="Properties\AssemblyInfo.cs" />
95    <None Include="Plugin.cs.frame" />
96    <Compile Include="Plugin.cs" />
97    <None Include="Properties\AssemblyInfo.cs.frame" />
98  </ItemGroup>
99  <ItemGroup>
100    <None Include="HeuristicLab.snk" />
101  </ItemGroup>
102  <ItemGroup>
103    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.4\HeuristicLab.CodeEditor-3.4.csproj">
104      <Project>{C38691AE-ECB4-489A-A05D-B035554E0168}</Project>
105      <Name>HeuristicLab.CodeEditor-3.4</Name>
[17117]106      <Private>True</Private>
[16405]107    </ProjectReference>
108    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
109      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
110      <Name>HeuristicLab.Common.Resources-3.3</Name>
[17117]111      <Private>True</Private>
[16405]112    </ProjectReference>
113    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
114      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
115      <Name>HeuristicLab.Common-3.3</Name>
[17117]116      <Private>True</Private>
[16405]117    </ProjectReference>
118    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
119      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
120      <Name>HeuristicLab.Core.Views-3.3</Name>
[17117]121      <Private>True</Private>
[16405]122    </ProjectReference>
123    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
124      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
125      <Name>HeuristicLab.Core-3.3</Name>
[17117]126      <Private>True</Private>
[16405]127    </ProjectReference>
128    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
129      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
130      <Name>HeuristicLab.Data.Views-3.3</Name>
[17117]131      <Private>True</Private>
[16405]132    </ProjectReference>
[16910]133    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
134      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
135      <Name>HeuristicLab.Data-3.3</Name>
[17117]136      <Private>True</Private>
[16910]137    </ProjectReference>
[16405]138    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
139      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
140      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[17117]141      <Private>True</Private>
[16405]142    </ProjectReference>
143    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
144      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
145      <Name>HeuristicLab.MainForm-3.3</Name>
[17117]146      <Private>True</Private>
[16405]147    </ProjectReference>
[16746]148    <ProjectReference Include="..\..\HeuristicLab.ExactOptimization\3.3\HeuristicLab.ExactOptimization-3.3.csproj">
[16405]149      <Project>{fa3b9270-48b7-4c77-9fea-2a6ede82e909}</Project>
[16582]150      <Name>HeuristicLab.ExactOptimization-3.3</Name>
[17117]151      <Private>True</Private>
[16405]152    </ProjectReference>
[16582]153    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
154      <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
155      <Name>HeuristicLab.Optimization.Views-3.3</Name>
[17117]156      <Private>True</Private>
[16582]157    </ProjectReference>
[16405]158    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
159      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
160      <Name>HeuristicLab.Optimization-3.3</Name>
[17117]161      <Private>True</Private>
[16405]162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
164      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
165      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[17117]166      <Private>True</Private>
[16405]167    </ProjectReference>
[16582]168    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable.Views\3.3\HeuristicLab.Problems.Programmable.Views-3.3.csproj">
169      <Project>{6F023B90-2091-40A9-8AC0-B0338DFF8E5F}</Project>
170      <Name>HeuristicLab.Problems.Programmable.Views-3.3</Name>
[17117]171      <Private>True</Private>
[16582]172    </ProjectReference>
[16405]173    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
174      <Project>{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}</Project>
175      <Name>HeuristicLab.Problems.Programmable-3.3</Name>
[17117]176      <Private>True</Private>
[16405]177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Scripting.Views\3.3\HeuristicLab.Scripting.Views-3.3.csproj">
179      <Project>{0C2917C8-7AA8-4E18-800A-C4D064F992ED}</Project>
180      <Name>HeuristicLab.Scripting.Views-3.3</Name>
[17117]181      <Private>True</Private>
[16405]182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
184      <Project>{21977CC3-1757-4B3B-87BD-FF817AAA900F}</Project>
185      <Name>HeuristicLab.Scripting-3.3</Name>
[17117]186      <Private>True</Private>
[16405]187    </ProjectReference>
188  </ItemGroup>
189  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
190  <PropertyGroup>
191    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
192set ProjectDir=$(ProjectDir)
193set SolutionDir=$(SolutionDir)
194set Outdir=$(Outdir)
195
196call PreBuildEvent.cmd</PreBuildEvent>
197  </PropertyGroup>
198  <PropertyGroup>
[17117]199    <PostBuildEvent>copy /y "$(TargetPath)" "$(SolutionDir)\bin"</PostBuildEvent>
[16405]200  </PropertyGroup>
201  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
202       Other similar extension points exist, see Microsoft.Common.targets.
203  <Target Name="BeforeBuild">
204  </Target>
205  <Target Name="AfterBuild">
206  </Target>
207  -->
208</Project>
Note: See TracBrowser for help on using the repository browser.