Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj @ 4077

Last change on this file since 4077 was 4077, checked in by cneumuel, 14 years ago

moved JobBase to 3.3-HiveMigration and changed versions in hive-projects (#1091)

File size: 10.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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.ServerConsole</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.Console-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>
18    </StartupObject>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\Debug\</OutputPath>
29    <DefineConstants>DEBUG;TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\x86\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53    <OutputPath>bin\x86\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <ItemGroup>
80    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
81      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="System" />
84    <Reference Include="System.Core">
85      <RequiredTargetFramework>3.5</RequiredTargetFramework>
86    </Reference>
87    <Reference Include="System.DirectoryServices" />
88    <Reference Include="System.ServiceModel">
89      <RequiredTargetFramework>3.0</RequiredTargetFramework>
90    </Reference>
91    <Reference Include="System.Xml.Linq">
92      <RequiredTargetFramework>3.5</RequiredTargetFramework>
93    </Reference>
94    <Reference Include="System.Data.DataSetExtensions">
95      <RequiredTargetFramework>3.5</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.Data" />
98    <Reference Include="System.Deployment" />
99    <Reference Include="System.Drawing" />
100    <Reference Include="System.Windows.Forms" />
101    <Reference Include="System.Xml" />
102  </ItemGroup>
103  <ItemGroup>
104    <Compile Include="AddGroup.cs">
105      <SubType>Form</SubType>
106    </Compile>
107    <Compile Include="AddGroup.Designer.cs">
108      <DependentUpon>AddGroup.cs</DependentUpon>
109    </Compile>
110    <Compile Include="AddJobForm.cs">
111      <SubType>Form</SubType>
112    </Compile>
113    <Compile Include="AddJobForm.Designer.cs">
114      <DependentUpon>AddJobForm.cs</DependentUpon>
115    </Compile>
116    <Compile Include="AddProject.cs">
117      <SubType>Form</SubType>
118    </Compile>
119    <Compile Include="AddProject.designer.cs">
120      <DependentUpon>AddProject.cs</DependentUpon>
121    </Compile>
122    <Compile Include="CgCalendar.cs">
123      <SubType>Form</SubType>
124    </Compile>
125    <Compile Include="CgCalendar.Designer.cs">
126      <DependentUpon>CgCalendar.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Changes.cs" />
129    <Compile Include="HiveServerConsole.cs">
130      <SubType>Form</SubType>
131    </Compile>
132    <Compile Include="HiveServerConsole.Designer.cs">
133      <DependentUpon>HiveServerConsole.cs</DependentUpon>
134    </Compile>
135    <Compile Include="HiveServerConsoleApplication.cs" />
136    <Compile Include="HiveServerManagementConsole.cs">
137      <SubType>Form</SubType>
138    </Compile>
139    <Compile Include="HiveServerManagementConsole.Designer.cs">
140      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
141    </Compile>
142    <Compile Include="HiveServerConsolePlugin.cs" />
143    <Compile Include="JobDataFetcher.cs" />
144    <Compile Include="JobListView.cs">
145      <SubType>Component</SubType>
146    </Compile>
147    <Compile Include="JobListViewControl.cs">
148      <SubType>UserControl</SubType>
149    </Compile>
150    <Compile Include="JobListViewControl.Designer.cs">
151      <DependentUpon>JobListViewControl.cs</DependentUpon>
152    </Compile>
153    <Compile Include="LogonDlg.cs">
154      <SubType>Form</SubType>
155    </Compile>
156    <Compile Include="LogonDlg.Designer.cs">
157      <DependentUpon>LogonDlg.cs</DependentUpon>
158    </Compile>
159    <Compile Include="Properties\AssemblyInfo.cs" />
160    <EmbeddedResource Include="AddGroup.resx">
161      <DependentUpon>AddGroup.cs</DependentUpon>
162    </EmbeddedResource>
163    <EmbeddedResource Include="AddJobForm.resx">
164      <DependentUpon>AddJobForm.cs</DependentUpon>
165      <SubType>Designer</SubType>
166    </EmbeddedResource>
167    <EmbeddedResource Include="AddProject.resx">
168      <DependentUpon>AddProject.cs</DependentUpon>
169    </EmbeddedResource>
170    <EmbeddedResource Include="CgCalendar.resx">
171      <DependentUpon>CgCalendar.cs</DependentUpon>
172    </EmbeddedResource>
173    <EmbeddedResource Include="HiveServerConsole.resx">
174      <DependentUpon>HiveServerConsole.cs</DependentUpon>
175      <SubType>Designer</SubType>
176    </EmbeddedResource>
177    <EmbeddedResource Include="HiveServerManagementConsole.resx">
178      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
179      <SubType>Designer</SubType>
180    </EmbeddedResource>
181    <EmbeddedResource Include="JobListView.resx">
182      <DependentUpon>JobListView.cs</DependentUpon>
183    </EmbeddedResource>
184    <EmbeddedResource Include="JobListViewControl.resx">
185      <DependentUpon>JobListViewControl.cs</DependentUpon>
186    </EmbeddedResource>
187    <EmbeddedResource Include="LogonDlg.resx">
188      <DependentUpon>LogonDlg.cs</DependentUpon>
189    </EmbeddedResource>
190    <EmbeddedResource Include="Properties\Resources.resx">
191      <Generator>ResXFileCodeGenerator</Generator>
192      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
193      <SubType>Designer</SubType>
194    </EmbeddedResource>
195    <EmbeddedResource Include="Recurrence.resx">
196      <DependentUpon>Recurrence.cs</DependentUpon>
197      <SubType>Designer</SubType>
198    </EmbeddedResource>
199    <Compile Include="Properties\Resources.Designer.cs">
200      <AutoGen>True</AutoGen>
201      <DependentUpon>Resources.resx</DependentUpon>
202      <DesignTime>True</DesignTime>
203    </Compile>
204    <None Include="HeuristicLab.snk" />
205    <None Include="Properties\AssemblyInfo.frame" />
206    <None Include="Properties\Settings.settings">
207      <Generator>SettingsSingleFileGenerator</Generator>
208      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
209    </None>
210    <Compile Include="Properties\Settings.Designer.cs">
211      <AutoGen>True</AutoGen>
212      <DependentUpon>Settings.settings</DependentUpon>
213      <DesignTimeSharedInput>True</DesignTimeSharedInput>
214    </Compile>
215    <Compile Include="Recurrence.cs">
216      <SubType>Form</SubType>
217    </Compile>
218    <Compile Include="Recurrence.Designer.cs">
219      <DependentUpon>Recurrence.cs</DependentUpon>
220    </Compile>
221    <Compile Include="ServiceLocator.cs" />
222  </ItemGroup>
223  <ItemGroup>
224    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
225      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
226      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
227    </ProjectReference>
228  </ItemGroup>
229  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
230  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
231       Other similar extension points exist, see Microsoft.Common.targets.
232  <Target Name="BeforeBuild">
233  </Target>
234  <Target Name="AfterBuild">
235  </Target>
236  -->
237  <PropertyGroup>
238    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
239set ProjectDir=$(ProjectDir)
240set SolutionDir=$(SolutionDir)
241set Outdir=$(Outdir)
242
243call PreBuildEvent.cmd</PreBuildEvent>
244  </PropertyGroup>
245</Project>
Note: See TracBrowser for help on using the repository browser.