Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj @ 6896

Last change on this file since 6896 was 6896, checked in by ascheibe, 13 years ago

#1233 adapted relative assembly references and output paths to reflect repository structure

File size: 13.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>{5211F1AD-BBA2-4C62-8749-DCA0A25CF5D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Administrator</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Administrator-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>..\..\..\..\..\trunk\sources\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>..\..\..\..\..\trunk\sources\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|x86'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\x86\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <CodeAnalysisLogFile>bin\Debug\Plugin.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|x86'">
56    <OutputPath>bin\x86\Release\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <Optimize>true</Optimize>
59    <DebugType>pdbonly</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <CodeAnalysisLogFile>bin\Release\Plugin.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    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
68    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
69  </PropertyGroup>
70  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
71    <DebugSymbols>true</DebugSymbols>
72    <OutputPath>bin\x64\Debug\</OutputPath>
73    <DefineConstants>DEBUG;TRACE</DefineConstants>
74    <DebugType>full</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
77    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
78    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
81    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
82    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
83    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
84    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
85  </PropertyGroup>
86  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
87    <OutputPath>bin\x64\Release\</OutputPath>
88    <DefineConstants>TRACE</DefineConstants>
89    <Optimize>true</Optimize>
90    <DebugType>pdbonly</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <CodeAnalysisLogFile>bin\Release\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
93    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
94    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
95    <ErrorReport>prompt</ErrorReport>
96    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
97    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
98    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
99    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
100    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
101    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
102  </PropertyGroup>
103  <ItemGroup>
104    <Reference Include="Calendar.DayView">
105      <HintPath>..\..\..\..\..\trunk\sources\bin\Calendar.DayView.dll</HintPath>
106      <Private>False</Private>
107    </Reference>
108    <Reference Include="HeuristicLab.Collections-3.3">
109      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
110      <Private>False</Private>
111    </Reference>
112    <Reference Include="HeuristicLab.Common-3.3">
113      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Common.Resources-3.3">
117      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
120    <Reference Include="HeuristicLab.Core-3.3">
121      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
122      <Private>False</Private>
123    </Reference>
124    <Reference Include="HeuristicLab.Core.Views-3.3">
125      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
126      <Private>False</Private>
127    </Reference>
128    <Reference Include="HeuristicLab.Data-3.3">
129      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.DayView-1.0, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
133    <Reference Include="HeuristicLab.MainForm-3.3">
134      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
138      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Optimization-3.3">
142      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Optimizer-3.3">
146      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Persistence-3.3">
150      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
154      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="System" />
158    <Reference Include="System.Core" />
159    <Reference Include="System.Data" />
160    <Reference Include="System.Data.DataSetExtensions" />
161    <Reference Include="System.Drawing" />
162    <Reference Include="System.Runtime.Serialization" />
163    <Reference Include="System.ServiceModel" />
164    <Reference Include="System.Windows.Forms" />
165    <Reference Include="System.Windows.Forms.DataVisualization" />
166    <Reference Include="System.Xml" />
167    <Reference Include="System.Xml.Linq" />
168  </ItemGroup>
169  <ItemGroup>
170    <Compile Include="Views\HiveAdministratorView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="Views\HiveAdministratorView.Designer.cs">
174      <DependentUpon>HiveAdministratorView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="HiveAppointment.cs">
177      <SubType>Code</SubType>
178    </Compile>
179    <Compile Include="MenuItems\AdministratorMenuItem.cs" />
180    <Compile Include="Views\Recurrence.cs">
181      <SubType>Form</SubType>
182    </Compile>
183    <Compile Include="Views\Recurrence.Designer.cs">
184      <DependentUpon>Recurrence.cs</DependentUpon>
185    </Compile>
186    <Compile Include="RecurrentEvent.cs" />
187    <Compile Include="Views\ResourcesView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="Views\ResourcesView.Designer.cs">
191      <DependentUpon>ResourcesView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="Views\ScheduleView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="Views\ScheduleView.Designer.cs">
197      <DependentUpon>ScheduleView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="Views\SlaveView.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="Views\SlaveView.Designer.cs">
203      <DependentUpon>SlaveView.cs</DependentUpon>
204    </Compile>
205    <Compile Include="Plugin.cs" />
206    <None Include="Plugin.cs.frame" />
207    <Compile Include="Properties\AssemblyInfo.cs" />
208    <None Include="Properties\AssemblyInfo.cs.frame" />
209  </ItemGroup>
210  <ItemGroup>
211    <None Include="HeuristicLab.snk" />
212  </ItemGroup>
213  <ItemGroup>
214    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.3\HeuristicLab.Clients.Hive.Views-3.3.csproj">
215      <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
216      <Name>HeuristicLab.Clients.Hive.Views-3.3</Name>
217      <Private>False</Private>
218    </ProjectReference>
219    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
220      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
221      <Name>HeuristicLab.Clients.Hive-3.3</Name>
222      <Private>False</Private>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
225      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
226      <Name>HeuristicLab.Hive-3.3</Name>
227      <Private>False</Private>
228    </ProjectReference>
229  </ItemGroup>
230  <ItemGroup>
231    <EmbeddedResource Include="Views\HiveAdministratorView.resx">
232      <DependentUpon>HiveAdministratorView.cs</DependentUpon>
233    </EmbeddedResource>
234    <EmbeddedResource Include="Views\Recurrence.resx">
235      <DependentUpon>Recurrence.cs</DependentUpon>
236    </EmbeddedResource>
237    <EmbeddedResource Include="Views\ResourcesView.resx">
238      <DependentUpon>ResourcesView.cs</DependentUpon>
239    </EmbeddedResource>
240    <EmbeddedResource Include="Views\ScheduleView.resx">
241      <DependentUpon>ScheduleView.cs</DependentUpon>
242    </EmbeddedResource>
243    <EmbeddedResource Include="Views\SlaveView.resx">
244      <DependentUpon>SlaveView.cs</DependentUpon>
245    </EmbeddedResource>
246  </ItemGroup>
247  <ItemGroup>
248    <None Include="Views\Images\Monitor.ico" />
249  </ItemGroup>
250  <ItemGroup>
251    <None Include="Views\Images\network_center.ico" />
252  </ItemGroup>
253  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
254  <PropertyGroup>
255    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
256set ProjectDir=$(ProjectDir)
257set SolutionDir=$(SolutionDir)
258set Outdir=$(Outdir)
259
260call PreBuildEvent.cmd</PreBuildEvent>
261  </PropertyGroup>
262  <PropertyGroup>
263    <PostBuildEvent>
264    </PostBuildEvent>
265  </PropertyGroup>
266  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
267       Other similar extension points exist, see Microsoft.Common.targets.
268  <Target Name="BeforeBuild">
269  </Target>
270  <Target Name="AfterBuild">
271  </Target>
272  -->
273</Project>
Note: See TracBrowser for help on using the repository browser.