Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.ExactOptimization.Views/3.3/HeuristicLab.ExactOptimization.Views-3.3.csproj @ 16910

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

#2931: merged to trunk

  • Fixed references in plugins
  • Fixed output path
  • Removed app.config from views plugin
  • Reverted changes to PathValue and FileValue and their respective views
File size: 13.8 KB
Line 
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>
11    <RootNamespace>HeuristicLab.ExactOptimization.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.ExactOptimization.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>..\..\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27    <LangVersion>default</LangVersion>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>..\..\bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36    <Prefer32Bit>false</Prefer32Bit>
37  </PropertyGroup>
38  <PropertyGroup>
39    <SignAssembly>true</SignAssembly>
40  </PropertyGroup>
41  <PropertyGroup>
42    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>..\..\bin\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
51    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
52    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
53    <ErrorReport>prompt</ErrorReport>
54    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
56    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
57    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
58    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
62    <OutputPath>..\..\bin\</OutputPath>
63    <DefineConstants>TRACE</DefineConstants>
64    <Optimize>true</Optimize>
65    <DebugType>pdbonly</DebugType>
66    <PlatformTarget>x86</PlatformTarget>
67    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
68    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
69    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
73    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
75    <Prefer32Bit>false</Prefer32Bit>
76  </PropertyGroup>
77  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
78    <DebugSymbols>true</DebugSymbols>
79    <OutputPath>..\..\bin\</OutputPath>
80    <DefineConstants>DEBUG;TRACE</DefineConstants>
81    <DebugType>full</DebugType>
82    <PlatformTarget>x64</PlatformTarget>
83    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
84    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
85    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
88    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
89    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
90    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
91    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
92    <Prefer32Bit>false</Prefer32Bit>
93  </PropertyGroup>
94  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
95    <OutputPath>..\..\bin\</OutputPath>
96    <DefineConstants>TRACE</DefineConstants>
97    <Optimize>true</Optimize>
98    <DebugType>pdbonly</DebugType>
99    <PlatformTarget>x64</PlatformTarget>
100    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
101    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
102    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
105    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
106    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
107    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
108    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
109    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
110    <Prefer32Bit>false</Prefer32Bit>
111  </PropertyGroup>
112  <ItemGroup>
113    <Reference Include="Microsoft.CSharp" />
114    <Reference Include="System" />
115    <Reference Include="System.Core" />
116    <Reference Include="System.Data" />
117    <Reference Include="System.Drawing" />
118    <Reference Include="System.ServiceModel" />
119    <Reference Include="System.Windows.Forms" />
120    <Reference Include="System.Xml" />
121    <Reference Include="WindowsBase" />
122  </ItemGroup>
123  <ItemGroup>
124    <Compile Include="FileBasedLinearProblemDefinitionView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="FileBasedLinearProblemDefinitionView.Designer.cs">
128      <DependentUpon>FileBasedLinearProblemDefinitionView.cs</DependentUpon>
129    </Compile>
130    <Compile Include="LinearProgrammingAlgorithmView.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="LinearProgrammingAlgorithmView.Designer.cs">
134      <DependentUpon>LinearProgrammingAlgorithmView.cs</DependentUpon>
135    </Compile>
136    <Compile Include="LinearProgrammingProblemView.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="LinearProgrammingProblemView.Designer.cs">
140      <DependentUpon>LinearProgrammingProblemView.cs</DependentUpon>
141    </Compile>
142    <Compile Include="ProgrammableLinearProblemDefinitionView.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="ProgrammableLinearProblemDefinitionView.Designer.cs">
146      <DependentUpon>ProgrammableLinearProblemDefinitionView.cs</DependentUpon>
147    </Compile>
148    <Compile Include="Properties\AssemblyInfo.cs" />
149    <None Include="Plugin.cs.frame" />
150    <Compile Include="Plugin.cs" />
151    <None Include="Properties\AssemblyInfo.cs.frame" />
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="HeuristicLab.snk" />
155  </ItemGroup>
156  <ItemGroup>
157    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.4\HeuristicLab.CodeEditor-3.4.csproj">
158      <Project>{C38691AE-ECB4-489A-A05D-B035554E0168}</Project>
159      <Name>HeuristicLab.CodeEditor-3.4</Name>
160      <Private>False</Private>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
163      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
164      <Name>HeuristicLab.Common.Resources-3.3</Name>
165      <Private>False</Private>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
168      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
169      <Name>HeuristicLab.Common-3.3</Name>
170      <Private>False</Private>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
173      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
174      <Name>HeuristicLab.Core.Views-3.3</Name>
175      <Private>False</Private>
176    </ProjectReference>
177    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
178      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
179      <Name>HeuristicLab.Core-3.3</Name>
180      <Private>False</Private>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
183      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
184      <Name>HeuristicLab.Data.Views-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
188      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
189      <Name>HeuristicLab.Data-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
193      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
194      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
198      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
199      <Name>HeuristicLab.MainForm-3.3</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.ExactOptimization\3.3\HeuristicLab.ExactOptimization-3.3.csproj">
203      <Project>{fa3b9270-48b7-4c77-9fea-2a6ede82e909}</Project>
204      <Name>HeuristicLab.ExactOptimization-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
208      <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
209      <Name>HeuristicLab.Optimization.Views-3.3</Name>
210      <Private>False</Private>
211    </ProjectReference>
212    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
213      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
214      <Name>HeuristicLab.Optimization-3.3</Name>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
218      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
219      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
220      <Private>False</Private>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable.Views\3.3\HeuristicLab.Problems.Programmable.Views-3.3.csproj">
223      <Project>{6F023B90-2091-40A9-8AC0-B0338DFF8E5F}</Project>
224      <Name>HeuristicLab.Problems.Programmable.Views-3.3</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
228      <Project>{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}</Project>
229      <Name>HeuristicLab.Problems.Programmable-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Scripting.Views\3.3\HeuristicLab.Scripting.Views-3.3.csproj">
233      <Project>{0C2917C8-7AA8-4E18-800A-C4D064F992ED}</Project>
234      <Name>HeuristicLab.Scripting.Views-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
238      <Project>{21977CC3-1757-4B3B-87BD-FF817AAA900F}</Project>
239      <Name>HeuristicLab.Scripting-3.3</Name>
240      <Private>False</Private>
241    </ProjectReference>
242  </ItemGroup>
243  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
244  <PropertyGroup>
245    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
246set ProjectDir=$(ProjectDir)
247set SolutionDir=$(SolutionDir)
248set Outdir=$(Outdir)
249
250call PreBuildEvent.cmd</PreBuildEvent>
251  </PropertyGroup>
252  <PropertyGroup>
253    <PostBuildEvent>
254    </PostBuildEvent>
255  </PropertyGroup>
256  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
257       Other similar extension points exist, see Microsoft.Common.targets.
258  <Target Name="BeforeBuild">
259  </Target>
260  <Target Name="AfterBuild">
261  </Target>
262  -->
263</Project>
Note: See TracBrowser for help on using the repository browser.