Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj @ 14124

Last change on this file since 14124 was 14124, checked in by bburlacu, 8 years ago

#1087: Fix PreBuildEvent for Linux in project file

File size: 12.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>{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    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup>
37    <SignAssembly>true</SignAssembly>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
41  </PropertyGroup>
42  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>$(SolutionDir)\bin\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x64</PlatformTarget>
48    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
49    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
50    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
51    <ErrorReport>prompt</ErrorReport>
52    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
54    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
55    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
56    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
57    <Prefer32Bit>false</Prefer32Bit>
58  </PropertyGroup>
59  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
72    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
73    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
74    <Prefer32Bit>false</Prefer32Bit>
75  </PropertyGroup>
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
83    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
84    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
85    <ErrorReport>prompt</ErrorReport>
86    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
87    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
88    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
89    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
90    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
91    <Prefer32Bit>false</Prefer32Bit>
92  </PropertyGroup>
93  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
94    <OutputPath>$(SolutionDir)\bin\</OutputPath>
95    <DefineConstants>TRACE</DefineConstants>
96    <Optimize>true</Optimize>
97    <DebugType>pdbonly</DebugType>
98    <PlatformTarget>x86</PlatformTarget>
99    <CodeAnalysisLogFile>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
100    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
101    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
102    <ErrorReport>prompt</ErrorReport>
103    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
104    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
105    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
106    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
107    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
108    <Prefer32Bit>false</Prefer32Bit>
109  </PropertyGroup>
110  <ItemGroup>
111    <Reference Include="System" />
112    <Reference Include="System.Core" />
113    <Reference Include="System.Drawing" />
114    <Reference Include="System.Windows.Forms" />
115    <Reference Include="System.Windows.Forms.DataVisualization" >
116 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath>
117 </Reference>
118  </ItemGroup>
119  <ItemGroup>
120    <Compile Include="TaskView.cs">
121      <SubType>UserControl</SubType>
122    </Compile>
123    <Compile Include="TaskView.Designer.cs">
124      <DependentUpon>TaskView.cs</DependentUpon>
125    </Compile>
126    <Compile Include="GanttChart.cs">
127      <SubType>UserControl</SubType>
128    </Compile>
129    <Compile Include="GanttChart.Designer.cs">
130      <DependentUpon>GanttChart.cs</DependentUpon>
131    </Compile>
132    <Compile Include="JobDataPoint.cs" />
133    <Compile Include="JobView.cs">
134      <SubType>UserControl</SubType>
135    </Compile>
136    <Compile Include="JobView.Designer.cs">
137      <DependentUpon>JobView.cs</DependentUpon>
138    </Compile>
139    <Compile Include="Plugin.cs" />
140    <Compile Include="Properties\AssemblyInfo.cs" />
141    <Compile Include="ScheduleView.cs">
142      <SubType>UserControl</SubType>
143    </Compile>
144    <Compile Include="ScheduleView.Designer.cs">
145      <DependentUpon>ScheduleView.cs</DependentUpon>
146    </Compile>
147  </ItemGroup>
148  <ItemGroup>
149    <None Include="HeuristicLab.snk" />
150    <None Include="Plugin.cs.frame" />
151    <None Include="Properties\AssemblyInfo.cs.frame" />
152  </ItemGroup>
153  <ItemGroup>
154    <EmbeddedResource Include="GanttChart.resx">
155      <DependentUpon>GanttChart.cs</DependentUpon>
156    </EmbeddedResource>
157    <EmbeddedResource Include="ScheduleView.resx">
158      <DependentUpon>ScheduleView.cs</DependentUpon>
159    </EmbeddedResource>
160  </ItemGroup>
161  <ItemGroup>
162    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
163      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
164      <Name>HeuristicLab.Collections-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.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
183      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
184      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
188      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
189      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
193      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
194      <Name>HeuristicLab.MainForm-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
198      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
199      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
200      <Private>False</Private>
201    </ProjectReference>
202    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
203      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
204      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
205      <Private>False</Private>
206    </ProjectReference>
207  </ItemGroup>
208  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
209  <PropertyGroup>
210    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
211set ProjectDir=$(ProjectDir)
212set SolutionDir=$(SolutionDir)
213set Outdir=$(Outdir)
214
215call PreBuildEvent.cmd
216</PreBuildEvent>
217    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
218export ProjectDir=$(ProjectDir)
219export SolutionDir=$(SolutionDir)
220
221$SolutionDir/PreBuildEvent.sh
222</PreBuildEvent>
223  </PropertyGroup>
224  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
225       Other similar extension points exist, see Microsoft.Common.targets.
226  <Target Name="BeforeBuild">
227  </Target>
228  <Target Name="AfterBuild">
229  </Target>
230  -->
231</Project>
Note: See TracBrowser for help on using the repository browser.