Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.TSPLIB.Views/3.3/HeuristicLab.Problems.Instances.TSPLIB.Views-3.3.csproj @ 7960

Last change on this file since 7960 was 7960, checked in by sforsten, 12 years ago

#1782:

  • changed references in Problems.Instances.Views to project references
  • set CopyLocal to False for all references
File size: 10.8 KB
RevLine 
[7558]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>
[7650]8    <ProjectGuid>{B7FA451C-26BF-4EE5-8E0E-BECAADA5B8E9}</ProjectGuid>
[7558]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Instances.TSPLIB.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Instances.TSPLIB.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
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\</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  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
[7650]45    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.Instances.TSPLIB.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]46    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
47    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
51    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
52    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
53    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56    <OutputPath>..\..\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
[7650]61    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.Instances.TSPLIB.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]62    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
63    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
67    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
68    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>..\..\bin\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
[7650]77    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Problems.Instances.TSPLIB.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]78    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
79    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
82    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
83    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
84    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
88    <OutputPath>..\..\bin\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
[7650]93    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Problems.Instances.TSPLIB.Views.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
[7558]94    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
95    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
98    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
99    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
100    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
101    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="System" />
105    <Reference Include="System.Core" />
106    <Reference Include="System.Drawing" />
107    <Reference Include="System.Windows.Forms" />
108    <Reference Include="System.Xml.Linq" />
109    <Reference Include="System.Data.DataSetExtensions" />
110    <Reference Include="Microsoft.CSharp" />
111    <Reference Include="System.Data" />
112    <Reference Include="System.Xml" />
113  </ItemGroup>
114  <ItemGroup>
115    <Compile Include="Plugin.cs" />
116    <Compile Include="Properties\AssemblyInfo.cs" />
117    <Compile Include="TSPLIBImportDialog.cs">
118      <SubType>Form</SubType>
119    </Compile>
120    <Compile Include="TSPLIBImportDialog.Designer.cs">
121      <DependentUpon>TSPLIBImportDialog.cs</DependentUpon>
122    </Compile>
123    <Compile Include="TSPLIBTSPInstanceProviderView.cs">
124      <SubType>UserControl</SubType>
125    </Compile>
126    <Compile Include="TSPLIBTSPInstanceProviderView.Designer.cs">
127      <DependentUpon>TSPLIBTSPInstanceProviderView.cs</DependentUpon>
128    </Compile>
129  </ItemGroup>
130  <ItemGroup>
[7650]131    <None Include="HeuristicLab.snk" />
132    <None Include="Plugin.cs.frame" />
133    <None Include="Properties\AssemblyInfo.cs.frame" />
134  </ItemGroup>
135  <ItemGroup>
[7558]136    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
137      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
138      <Name>HeuristicLab.Common.Resources-3.3</Name>
[7645]139      <Private>False</Private>
[7558]140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
142      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
143      <Name>HeuristicLab.Common-3.3</Name>
[7825]144      <Private>False</Private>
[7558]145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
147      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
148      <Name>HeuristicLab.Data-3.3</Name>
[7645]149      <Private>False</Private>
[7558]150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
152      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
153      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
[7825]154      <Private>False</Private>
[7558]155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
157      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
158      <Name>HeuristicLab.MainForm-3.3</Name>
[7645]159      <Private>False</Private>
[7558]160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
162      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
163      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[7645]164      <Private>False</Private>
[7558]165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.TSPLIB\3.3\HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj">
167      <Project>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</Project>
168      <Name>HeuristicLab.Problems.Instances.TSPLIB-3.3</Name>
[7645]169      <Private>False</Private>
[7558]170    </ProjectReference>
[7830]171    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
[7823]172      <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
[7830]173      <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
[7960]174      <Private>False</Private>
[7823]175    </ProjectReference>
[7558]176    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
177      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
178      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7645]179      <Private>False</Private>
[7558]180    </ProjectReference>
181  </ItemGroup>
182  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
183  <PropertyGroup>
184    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
185set ProjectDir=$(ProjectDir)
186set SolutionDir=$(SolutionDir)
187set Outdir=$(Outdir)
188
189call PreBuildEvent.cmd</PreBuildEvent>
190  </PropertyGroup>
191  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
192       Other similar extension points exist, see Microsoft.Common.targets.
193  <Target Name="BeforeBuild">
194  </Target>
195  <Target Name="AfterBuild">
196  </Target>
197  -->
198</Project>
Note: See TracBrowser for help on using the repository browser.