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 @ 8769

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

#1329 fixed prebuild events so that they work with Mono

File size: 10.8 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  <ItemGroup>
97    <Reference Include="HeuristicLab.Collections-3.3">
98      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Common-3.3">
102      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Core-3.3">
106      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Core.Views-3.3">
110      <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.MainForm-3.3">
114      <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
118      <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Optimization-3.3">
122      <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
126      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="System" />
130    <Reference Include="System.Core" />
131    <Reference Include="System.Drawing" />
132    <Reference Include="System.Windows.Forms" />
133  </ItemGroup>
134  <ItemGroup>
135    <Compile Include="JobShopSchedulingProblemView.cs">
136      <SubType>UserControl</SubType>
137    </Compile>
138    <Compile Include="JobShopSchedulingProblemView.Designer.cs">
139      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
140    </Compile>
141    <Compile Include="Plugin.cs" />
142    <Compile Include="Properties\AssemblyInfo.cs" />
143    <Compile Include="SchedulingProblemImportDialog.cs">
144      <SubType>Form</SubType>
145    </Compile>
146    <Compile Include="SchedulingProblemImportDialog.Designer.cs">
147      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
148    </Compile>
149  </ItemGroup>
150  <ItemGroup>
151    <None Include="HeuristicLab.snk" />
152    <None Include="Plugin.cs.frame" />
153    <None Include="Properties\AssemblyInfo.cs.frame" />
154  </ItemGroup>
155  <ItemGroup>
156    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
157      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
158      <Name>HeuristicLab.Encodings.ScheduleEncoding.Views-3.3</Name>
159      <Private>False</Private>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
162      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
163      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
164      <Private>False</Private>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
167      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
168      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
169      <Private>False</Private>
170    </ProjectReference>
171  </ItemGroup>
172  <ItemGroup>
173    <EmbeddedResource Include="JobShopSchedulingProblemView.resx">
174      <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon>
175    </EmbeddedResource>
176    <EmbeddedResource Include="SchedulingProblemImportDialog.resx">
177      <DependentUpon>SchedulingProblemImportDialog.cs</DependentUpon>
178    </EmbeddedResource>
179  </ItemGroup>
180  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
181  <PropertyGroup>
182   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
183set ProjectDir=$(ProjectDir)
184set SolutionDir=$(SolutionDir)
185set Outdir=$(Outdir)
186
187call PreBuildEvent.cmd
188</PreBuildEvent>
189<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
190export ProjectDir=$(ProjectDir)
191export SolutionDir=$(SolutionDir)
192
193$SolutionDir/PreBuildEvent.sh
194</PreBuildEvent>
195  </PropertyGroup>
196  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
197       Other similar extension points exist, see Microsoft.Common.targets.
198  <Target Name="BeforeBuild">
199  </Target>
200  <Target Name="AfterBuild">
201  </Target>
202  -->
203</Project>
Note: See TracBrowser for help on using the repository browser.