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

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

added HeuristicLab.Calendar (calendar GUI implementation from hive project) (#1107)

File size: 11.1 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.Core-3.3">
81      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
84      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Tracing-3.3">
87      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="System" />
90    <Reference Include="System.Core">
91      <RequiredTargetFramework>3.5</RequiredTargetFramework>
92    </Reference>
93    <Reference Include="System.DirectoryServices" />
94    <Reference Include="System.ServiceModel">
95      <RequiredTargetFramework>3.0</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.Xml.Linq">
98      <RequiredTargetFramework>3.5</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Data.DataSetExtensions">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data" />
104    <Reference Include="System.Deployment" />
105    <Reference Include="System.Drawing" />
106    <Reference Include="System.Windows.Forms" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="AddGroup.cs">
111      <SubType>Form</SubType>
112    </Compile>
113    <Compile Include="AddGroup.Designer.cs">
114      <DependentUpon>AddGroup.cs</DependentUpon>
115    </Compile>
116    <Compile Include="AddJobForm.cs">
117      <SubType>Form</SubType>
118    </Compile>
119    <Compile Include="AddJobForm.Designer.cs">
120      <DependentUpon>AddJobForm.cs</DependentUpon>
121    </Compile>
122    <Compile Include="AddProject.cs">
123      <SubType>Form</SubType>
124    </Compile>
125    <Compile Include="AddProject.designer.cs">
126      <DependentUpon>AddProject.cs</DependentUpon>
127    </Compile>
128    <Compile Include="CgCalendar.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="CgCalendar.Designer.cs">
132      <DependentUpon>CgCalendar.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Changes.cs" />
135    <Compile Include="HiveServerConsole.cs">
136      <SubType>Form</SubType>
137    </Compile>
138    <Compile Include="HiveServerConsole.Designer.cs">
139      <DependentUpon>HiveServerConsole.cs</DependentUpon>
140    </Compile>
141    <Compile Include="HiveServerConsoleApplication.cs" />
142    <Compile Include="HiveServerManagementConsole.cs">
143      <SubType>Form</SubType>
144    </Compile>
145    <Compile Include="HiveServerManagementConsole.Designer.cs">
146      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
147    </Compile>
148    <Compile Include="HiveServerConsolePlugin.cs" />
149    <Compile Include="JobDataFetcher.cs" />
150    <Compile Include="JobListView.cs">
151      <SubType>Component</SubType>
152    </Compile>
153    <Compile Include="JobListViewControl.cs">
154      <SubType>UserControl</SubType>
155    </Compile>
156    <Compile Include="JobListViewControl.Designer.cs">
157      <DependentUpon>JobListViewControl.cs</DependentUpon>
158    </Compile>
159    <Compile Include="LogonDlg.cs">
160      <SubType>Form</SubType>
161    </Compile>
162    <Compile Include="LogonDlg.Designer.cs">
163      <DependentUpon>LogonDlg.cs</DependentUpon>
164    </Compile>
165    <Compile Include="Properties\AssemblyInfo.cs" />
166    <EmbeddedResource Include="AddGroup.resx">
167      <DependentUpon>AddGroup.cs</DependentUpon>
168    </EmbeddedResource>
169    <EmbeddedResource Include="AddJobForm.resx">
170      <DependentUpon>AddJobForm.cs</DependentUpon>
171      <SubType>Designer</SubType>
172    </EmbeddedResource>
173    <EmbeddedResource Include="AddProject.resx">
174      <DependentUpon>AddProject.cs</DependentUpon>
175    </EmbeddedResource>
176    <EmbeddedResource Include="CgCalendar.resx">
177      <DependentUpon>CgCalendar.cs</DependentUpon>
178    </EmbeddedResource>
179    <EmbeddedResource Include="HiveServerConsole.resx">
180      <DependentUpon>HiveServerConsole.cs</DependentUpon>
181      <SubType>Designer</SubType>
182    </EmbeddedResource>
183    <EmbeddedResource Include="HiveServerManagementConsole.resx">
184      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
185      <SubType>Designer</SubType>
186    </EmbeddedResource>
187    <EmbeddedResource Include="JobListView.resx">
188      <DependentUpon>JobListView.cs</DependentUpon>
189    </EmbeddedResource>
190    <EmbeddedResource Include="JobListViewControl.resx">
191      <DependentUpon>JobListViewControl.cs</DependentUpon>
192    </EmbeddedResource>
193    <EmbeddedResource Include="LogonDlg.resx">
194      <DependentUpon>LogonDlg.cs</DependentUpon>
195    </EmbeddedResource>
196    <EmbeddedResource Include="Properties\Resources.resx">
197      <Generator>ResXFileCodeGenerator</Generator>
198      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
199      <SubType>Designer</SubType>
200    </EmbeddedResource>
201    <EmbeddedResource Include="Recurrence.resx">
202      <DependentUpon>Recurrence.cs</DependentUpon>
203      <SubType>Designer</SubType>
204    </EmbeddedResource>
205    <Compile Include="Properties\Resources.Designer.cs">
206      <AutoGen>True</AutoGen>
207      <DependentUpon>Resources.resx</DependentUpon>
208      <DesignTime>True</DesignTime>
209    </Compile>
210    <None Include="HeuristicLab.snk" />
211    <None Include="Properties\AssemblyInfo.frame" />
212    <None Include="Properties\Settings.settings">
213      <Generator>SettingsSingleFileGenerator</Generator>
214      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
215    </None>
216    <Compile Include="Properties\Settings.Designer.cs">
217      <AutoGen>True</AutoGen>
218      <DependentUpon>Settings.settings</DependentUpon>
219      <DesignTimeSharedInput>True</DesignTimeSharedInput>
220    </Compile>
221    <Compile Include="Recurrence.cs">
222      <SubType>Form</SubType>
223    </Compile>
224    <Compile Include="Recurrence.Designer.cs">
225      <DependentUpon>Recurrence.cs</DependentUpon>
226    </Compile>
227    <Compile Include="ServiceLocator.cs" />
228  </ItemGroup>
229  <ItemGroup>
230    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
231      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
232      <Name>HeuristicLab.Calendar-3.3</Name>
233    </ProjectReference>
234    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
235      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
236      <Name>HeuristicLab.DataAccess-3.3</Name>
237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
239      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
240      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
243      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
244      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
245    </ProjectReference>
246  </ItemGroup>
247  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
248  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
249       Other similar extension points exist, see Microsoft.Common.targets.
250  <Target Name="BeforeBuild">
251  </Target>
252  <Target Name="AfterBuild">
253  </Target>
254  -->
255  <PropertyGroup>
256    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
257set ProjectDir=$(ProjectDir)
258set SolutionDir=$(SolutionDir)
259set Outdir=$(Outdir)
260
261call PreBuildEvent.cmd</PreBuildEvent>
262  </PropertyGroup>
263</Project>
Note: See TracBrowser for help on using the repository browser.