Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj @ 8788

Last change on this file since 8788 was 8788, checked in by ascheibe, 12 years ago

#1329 signed Scheduling Problem View project

File size: 11.0 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>{78763A4E-E163-48C2-98EB-709760D06F25}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.Scheduling.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.Scheduling.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>$(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 Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34    <DebugSymbols>true</DebugSymbols>
35    <OutputPath>$(SolutionDir)\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37    <DebugType>full</DebugType>
38    <PlatformTarget>x64</PlatformTarget>
39    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
40    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
41    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
42    <ErrorReport>prompt</ErrorReport>
43    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
45    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
46    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>$(SolutionDir)\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
55    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
56    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
59    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
60    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
61    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
62    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
63  </PropertyGroup>
64  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
65    <DebugSymbols>true</DebugSymbols>
66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
67    <DefineConstants>DEBUG;TRACE</DefineConstants>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
71    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
72    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
75    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
76    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
77    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
78    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
81    <OutputPath>$(SolutionDir)\bin\</OutputPath>
82    <DefineConstants>TRACE</DefineConstants>
83    <Optimize>true</Optimize>
84    <DebugType>pdbonly</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Scheduling.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
87    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
88    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
89    <ErrorReport>prompt</ErrorReport>
90    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
91    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
92    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
93    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
94    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
95  </PropertyGroup>
96  <PropertyGroup>
97    <SignAssembly>true</SignAssembly>
98  </PropertyGroup>
99  <PropertyGroup>
100    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="HeuristicLab.Collections-3.3">
104      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.Common-3.3">
108      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Core-3.3">
112      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Core.Views-3.3">
116      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.MainForm-3.3">
120      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
124      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Optimization-3.3">
128      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
132      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="System" />
136    <Reference Include="System.Core" />
137    <Reference Include="System.Drawing" />
138    <Reference Include="System.Windows.Forms" />
139  </ItemGroup>
140  <ItemGroup>
141    <Compile Include="JobShopSchedulingProblemView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="JobShopSchedulingProblemView.Designer.cs">
145      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
146    </Compile>
147    <Compile Include="Plugin.cs" />
148    <Compile Include="Properties\AssemblyInfo.cs" />
149    <Compile Include="SchedulingProblemImportDialog.cs">
150      <SubType>Form</SubType>
151    </Compile>
152    <Compile Include="SchedulingProblemImportDialog.Designer.cs">
153      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
154    </Compile>
155  </ItemGroup>
156  <ItemGroup>
157    <None Include="HeuristicLab.snk" />
158    <None Include="Plugin.cs.frame" />
159    <None Include="Properties\AssemblyInfo.cs.frame" />
160  </ItemGroup>
161  <ItemGroup>
162    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
163      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
164      <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
165      <Private>False</Private>
166    </ProjectReference>
167    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
168      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
169      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
170      <Private>False</Private>
171    </ProjectReference>
172    <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
173      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
174      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
175      <Private>False</Private>
176    </ProjectReference>
177  </ItemGroup>
178  <ItemGroup>
179    <EmbeddedResource Include="JobShopSchedulingProblemView.resx">
180      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
181    </EmbeddedResource>
182    <EmbeddedResource Include="SchedulingProblemImportDialog.resx">
183      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
184    </EmbeddedResource>
185  </ItemGroup>
186  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187  <PropertyGroup>
188    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
189set ProjectDir=$(ProjectDir)
190set SolutionDir=$(SolutionDir)
191set Outdir=$(Outdir)
192
193call PreBuildEvent.cmd
194</PreBuildEvent>
195    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
196export ProjectDir=$(ProjectDir)
197export SolutionDir=$(SolutionDir)
198
199$SolutionDir/PreBuildEvent.sh
200</PreBuildEvent>
201  </PropertyGroup>
202  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
203       Other similar extension points exist, see Microsoft.Common.targets.
204  <Target Name="BeforeBuild">
205  </Target>
206  <Target Name="AfterBuild">
207  </Target>
208  -->
209</Project>
Note: See TracBrowser for help on using the repository browser.