Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2931_OR-Tools_LP_MIP/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/HeuristicLab.Operators.Views.GraphVisualization.Views-3.3.csproj @ 16070

Last change on this file since 16070 was 16070, checked in by ddorfmei, 6 years ago

#2931:

  • added ExtLib plugin for Google OR-Tools
  • added empty plugin for mathematical optimization
  • upgraded target framework of all projects to .NET Framework 4.6.1
File size: 12.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.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>{0C39A349-1979-419A-89BD-E4E2F26BD287}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Operators.Views.GraphVisualization.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Operators.Views.GraphVisualization.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>$(SolutionDir)\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
57    <Prefer32Bit>false</Prefer32Bit>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x86</PlatformTarget>
65    <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
72    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
76    <DebugSymbols>true</DebugSymbols>
77    <OutputPath>$(SolutionDir)\bin\</OutputPath>
78    <DefineConstants>DEBUG;TRACE</DefineConstants>
79    <DebugType>full</DebugType>
80    <PlatformTarget>x64</PlatformTarget>
81    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
82    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
83    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
84    <ErrorReport>prompt</ErrorReport>
85    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
86    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
87    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
88    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
89    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
90    <Prefer32Bit>false</Prefer32Bit>
91  </PropertyGroup>
92  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <PlatformTarget>x64</PlatformTarget>
98    <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
99    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
100    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
101    <ErrorReport>prompt</ErrorReport>
102    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
104    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
105    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
106    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
107    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
108    <Prefer32Bit>false</Prefer32Bit>
109  </PropertyGroup>
110  <ItemGroup>
111    <Reference Include="HeuristicLab.Netron-3.0.2672.12446, Version=3.0.2672.12446, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <HintPath>..\..\bin\HeuristicLab.Netron-3.0.2672.12446.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="Netron.Diagramming.Core-3.0.2672.12446, Version=3.0.2672.12446, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
116      <HintPath>..\..\bin\Netron.Diagramming.Core-3.0.2672.12446.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="System" />
120    <Reference Include="System.Core" />
121    <Reference Include="System.Data" />
122    <Reference Include="System.Data.DataSetExtensions" />
123    <Reference Include="System.Drawing" />
124    <Reference Include="System.Windows.Forms" />
125    <Reference Include="System.Xml" />
126    <Reference Include="System.Xml.Linq" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="ShapeInfoExtensions.cs" />
130    <None Include="Plugin.cs.frame" />
131    <Compile Include="GraphVisualizationInfoView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="GraphVisualizationInfoView.Designer.cs">
135      <DependentUpon>GraphVisualizationInfoView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="OperatorGraphView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="OperatorGraphView.Designer.cs">
141      <DependentUpon>OperatorGraphView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="OperatorShape.cs" />
144    <Compile Include="Plugin.cs" />
145    <Compile Include="Properties\AssemblyInfo.cs" />
146    <None Include="Properties\AssemblyInfo.cs.frame" />
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150  </ItemGroup>
151  <ItemGroup>
152    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
153      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
154      <Name>HeuristicLab.Collections-3.3</Name>
155      <Private>False</Private>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
158      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
159      <Name>HeuristicLab.Common.Resources-3.3</Name>
160      <Private>False</Private>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
163      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
164      <Name>HeuristicLab.Common-3.3</Name>
165      <Private>False</Private>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
168      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
169      <Name>HeuristicLab.Core.Views-3.3</Name>
170      <Private>False</Private>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
173      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
174      <Name>HeuristicLab.Core-3.3</Name>
175      <Private>False</Private>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
178      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
179      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
180      <Private>False</Private>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
183      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
184      <Name>HeuristicLab.MainForm-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Operators.Views.GraphVisualization\3.3\HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj">
188      <Project>{57F38579-409D-4DD8-AB19-3F2C4A665126}</Project>
189      <Name>HeuristicLab.Operators.Views.GraphVisualization-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
193      <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
194      <Name>HeuristicLab.Operators.Views-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
198      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
199      <Name>HeuristicLab.Operators-3.3</Name>
200      <Private>False</Private>
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      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
208      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
209      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
210      <Private>False</Private>
211    </ProjectReference>
212  </ItemGroup>
213  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
214  <PropertyGroup>
215    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
216set ProjectDir=$(ProjectDir)
217set SolutionDir=$(SolutionDir)
218set Outdir=$(Outdir)
219
220call PreBuildEvent.cmd
221</PreBuildEvent>
222    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
223export ProjectDir=$(ProjectDir)
224export SolutionDir=$(SolutionDir)
225
226$SolutionDir/PreBuildEvent.sh
227</PreBuildEvent>
228  </PropertyGroup>
229  <PropertyGroup>
230    <PostBuildEvent>
231    </PostBuildEvent>
232  </PropertyGroup>
233  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
234       Other similar extension points exist, see Microsoft.Common.targets.
235  <Target Name="BeforeBuild">
236  </Target>
237  <Target Name="AfterBuild">
238  </Target>
239  -->
240</Project>
Note: See TracBrowser for help on using the repository browser.