Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj @ 11577

Last change on this file since 11577 was 11577, checked in by swagner, 9 years ago

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File size: 11.6 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>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.ScheduleEncoding.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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>false</CodeAnalysisIgnoreBuiltInRuleSets>
52    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
53    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
54  </PropertyGroup>
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56    <OutputPath>$(SolutionDir)\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x64</PlatformTarget>
61    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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>false</CodeAnalysisIgnoreBuiltInRuleSets>
68    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
69    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
70  </PropertyGroup>
71  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
72    <DebugSymbols>true</DebugSymbols>
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>DEBUG;TRACE</DefineConstants>
75    <DebugType>full</DebugType>
76    <PlatformTarget>x86</PlatformTarget>
77    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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>false</CodeAnalysisIgnoreBuiltInRuleSets>
84    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
85    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
88    <OutputPath>$(SolutionDir)\bin\</OutputPath>
89    <DefineConstants>TRACE</DefineConstants>
90    <Optimize>true</Optimize>
91    <DebugType>pdbonly</DebugType>
92    <PlatformTarget>x86</PlatformTarget>
93    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
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>false</CodeAnalysisIgnoreBuiltInRuleSets>
100    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
101    <CodeAnalysisIgnoreBuiltInRules>false</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.Windows.Forms.DataVisualization" />
109  </ItemGroup>
110  <ItemGroup>
111    <Compile Include="TaskView.cs">
112      <SubType>UserControl</SubType>
113    </Compile>
114    <Compile Include="TaskView.Designer.cs">
115      <DependentUpon>TaskView.cs</DependentUpon>
116    </Compile>
117    <Compile Include="GanttChart.cs">
118      <SubType>UserControl</SubType>
119    </Compile>
120    <Compile Include="GanttChart.Designer.cs">
121      <DependentUpon>GanttChart.cs</DependentUpon>
122    </Compile>
123    <Compile Include="JobDataPoint.cs" />
124    <Compile Include="JobView.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="JobView.Designer.cs">
128      <DependentUpon>JobView.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Plugin.cs" />
131    <Compile Include="Properties\AssemblyInfo.cs" />
132    <Compile Include="ScheduleView.cs">
133      <SubType>UserControl</SubType>
134    </Compile>
135    <Compile Include="ScheduleView.Designer.cs">
136      <DependentUpon>ScheduleView.cs</DependentUpon>
137    </Compile>
138  </ItemGroup>
139  <ItemGroup>
140    <None Include="HeuristicLab.snk" />
141    <None Include="Plugin.cs.frame" />
142    <None Include="Properties\AssemblyInfo.cs.frame" />
143  </ItemGroup>
144  <ItemGroup>
145    <EmbeddedResource Include="GanttChart.resx">
146      <DependentUpon>GanttChart.cs</DependentUpon>
147    </EmbeddedResource>
148    <EmbeddedResource Include="ScheduleView.resx">
149      <DependentUpon>ScheduleView.cs</DependentUpon>
150    </EmbeddedResource>
151  </ItemGroup>
152  <ItemGroup>
153    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
154      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
155      <Name>HeuristicLab.Collections-3.3</Name>
156      <Private>False</Private>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
159      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
160      <Name>HeuristicLab.Common-3.3</Name>
161      <Private>False</Private>
162    </ProjectReference>
163    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
164      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
165      <Name>HeuristicLab.Core.Views-3.3</Name>
166      <Private>False</Private>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
169      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
170      <Name>HeuristicLab.Core-3.3</Name>
171      <Private>False</Private>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
174      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
175      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
176      <Private>False</Private>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
179      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
180      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
181      <Private>False</Private>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
184      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
185      <Name>HeuristicLab.MainForm-3.3</Name>
186      <Private>False</Private>
187    </ProjectReference>
188    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
189      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
190      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
191      <Private>False</Private>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
194      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
195      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
196      <Private>False</Private>
197    </ProjectReference>
198  </ItemGroup>
199  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200  <PropertyGroup>
201    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
202set ProjectDir=$(ProjectDir)
203set SolutionDir=$(SolutionDir)
204set Outdir=$(Outdir)
205
206call PreBuildEvent.cmd
207</PreBuildEvent>
208    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
209export ProjectDir=$(ProjectDir)
210export SolutionDir=$(SolutionDir)
211
212$SolutionDir/PreBuildEvent.sh
213</PreBuildEvent>
214  </PropertyGroup>
215  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
216       Other similar extension points exist, see Microsoft.Common.targets.
217  <Target Name="BeforeBuild">
218  </Target>
219  <Target Name="AfterBuild">
220  </Target>
221  -->
222</Project>
Note: See TracBrowser for help on using the repository browser.