Free cookie consent management tool by TermsFeed Policy Generator

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

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

fixed frame file ending #1260

File size: 12.9 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    <TargetFrameworkProfile />
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26    <DebugSymbols>true</DebugSymbols>
27    <DebugType>full</DebugType>
28    <Optimize>false</Optimize>
29    <OutputPath>bin\Debug\</OutputPath>
30    <DefineConstants>DEBUG;TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36    <DebugType>pdbonly</DebugType>
37    <Optimize>true</Optimize>
38    <OutputPath>bin\Release\</OutputPath>
39    <DefineConstants>TRACE</DefineConstants>
40    <ErrorReport>prompt</ErrorReport>
41    <WarningLevel>4</WarningLevel>
42    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>bin\Debug\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
54    <OutputPath>bin\x86\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\x64\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>bin\x64\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <ItemGroup>
81    <Reference Include="HeuristicLab.Common-3.3">
82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Core-3.3">
85      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Persistence-3.3">
88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
91      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="System" />
94    <Reference Include="System.Core">
95      <RequiredTargetFramework>3.5</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.DirectoryServices" />
98    <Reference Include="System.IdentityModel" />
99    <Reference Include="System.Runtime.Serialization" />
100    <Reference Include="System.ServiceModel">
101      <RequiredTargetFramework>3.0</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Xml.Linq">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data.DataSetExtensions">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data" />
110    <Reference Include="System.Deployment" />
111    <Reference Include="System.Drawing" />
112    <Reference Include="System.Windows.Forms" />
113    <Reference Include="System.Xml" />
114  </ItemGroup>
115  <ItemGroup>
116    <Compile Include="AddGroup.cs">
117      <SubType>Form</SubType>
118    </Compile>
119    <Compile Include="AddGroup.Designer.cs">
120      <DependentUpon>AddGroup.cs</DependentUpon>
121    </Compile>
122    <Compile Include="AddJobForm.cs">
123      <SubType>Form</SubType>
124    </Compile>
125    <Compile Include="AddJobForm.Designer.cs">
126      <DependentUpon>AddJobForm.cs</DependentUpon>
127    </Compile>
128    <Compile Include="AddProject.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="AddProject.designer.cs">
132      <DependentUpon>AddProject.cs</DependentUpon>
133    </Compile>
134    <Compile Include="CgCalendar.cs">
135      <SubType>Form</SubType>
136    </Compile>
137    <Compile Include="CgCalendar.Designer.cs">
138      <DependentUpon>CgCalendar.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Changes.cs" />
141    <None Include="app.config" />
142    <None Include="HeuristicLabHiveClientConsolePlugin.cs.frame" />
143    <Compile Include="HiveServerConsole.cs">
144      <SubType>Form</SubType>
145    </Compile>
146    <Compile Include="HiveServerConsole.Designer.cs">
147      <DependentUpon>HiveServerConsole.cs</DependentUpon>
148    </Compile>
149    <Compile Include="HeuristicLabHiveClientConsoleApplication.cs" />
150    <Compile Include="HiveServerManagementConsole.cs">
151      <SubType>Form</SubType>
152    </Compile>
153    <Compile Include="HiveServerManagementConsole.Designer.cs">
154      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
155    </Compile>
156    <Compile Include="HeuristicLabHiveClientConsolePlugin.cs" />
157    <Compile Include="JobDataFetcher.cs" />
158    <Compile Include="JobListView.cs">
159      <SubType>Component</SubType>
160    </Compile>
161    <Compile Include="JobListViewControl.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="JobListViewControl.Designer.cs">
165      <DependentUpon>JobListViewControl.cs</DependentUpon>
166    </Compile>
167    <Compile Include="LogonDlg.cs">
168      <SubType>Form</SubType>
169    </Compile>
170    <Compile Include="LogonDlg.Designer.cs">
171      <DependentUpon>LogonDlg.cs</DependentUpon>
172    </Compile>
173    <Compile Include="Properties\AssemblyInfo.cs" />
174    <EmbeddedResource Include="AddGroup.resx">
175      <DependentUpon>AddGroup.cs</DependentUpon>
176    </EmbeddedResource>
177    <EmbeddedResource Include="AddJobForm.resx">
178      <DependentUpon>AddJobForm.cs</DependentUpon>
179      <SubType>Designer</SubType>
180    </EmbeddedResource>
181    <EmbeddedResource Include="AddProject.resx">
182      <DependentUpon>AddProject.cs</DependentUpon>
183    </EmbeddedResource>
184    <EmbeddedResource Include="CgCalendar.resx">
185      <DependentUpon>CgCalendar.cs</DependentUpon>
186    </EmbeddedResource>
187    <EmbeddedResource Include="HiveServerConsole.resx">
188      <DependentUpon>HiveServerConsole.cs</DependentUpon>
189      <SubType>Designer</SubType>
190    </EmbeddedResource>
191    <EmbeddedResource Include="HiveServerManagementConsole.resx">
192      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
193      <SubType>Designer</SubType>
194    </EmbeddedResource>
195    <EmbeddedResource Include="JobListView.resx">
196      <DependentUpon>JobListView.cs</DependentUpon>
197    </EmbeddedResource>
198    <EmbeddedResource Include="JobListViewControl.resx">
199      <DependentUpon>JobListViewControl.cs</DependentUpon>
200    </EmbeddedResource>
201    <EmbeddedResource Include="LogonDlg.resx">
202      <DependentUpon>LogonDlg.cs</DependentUpon>
203    </EmbeddedResource>
204    <EmbeddedResource Include="Properties\Resources.resx">
205      <Generator>ResXFileCodeGenerator</Generator>
206      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
207      <SubType>Designer</SubType>
208    </EmbeddedResource>
209    <EmbeddedResource Include="Recurrence.resx">
210      <DependentUpon>Recurrence.cs</DependentUpon>
211      <SubType>Designer</SubType>
212    </EmbeddedResource>
213    <Compile Include="Properties\Resources.Designer.cs">
214      <AutoGen>True</AutoGen>
215      <DependentUpon>Resources.resx</DependentUpon>
216      <DesignTime>True</DesignTime>
217    </Compile>
218    <None Include="localhost - app.config" />
219    <None Include="services.heuristiclab.com - app.config" />
220    <None Include="HeuristicLab.snk" />
221    <None Include="Properties\AssemblyInfo.cs.frame" />
222    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.AppointmentDto.datasource" />
223    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobDto.datasource" />
224    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobResult.datasource" />
225    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.ProjectDto.datasource" />
226    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SerializedJob.datasource" />
227    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SlaveDto.datasource" />
228    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SlaveGroupDto.datasource" />
229    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.UpTimeStatisticsDto.datasource" />
230    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.Response.datasource" />
231    <None Include="Properties\Settings.settings">
232      <Generator>SettingsSingleFileGenerator</Generator>
233      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
234    </None>
235    <Compile Include="Properties\Settings.Designer.cs">
236      <AutoGen>True</AutoGen>
237      <DependentUpon>Settings.settings</DependentUpon>
238      <DesignTimeSharedInput>True</DesignTimeSharedInput>
239    </Compile>
240    <Compile Include="Recurrence.cs">
241      <SubType>Form</SubType>
242    </Compile>
243    <Compile Include="Recurrence.Designer.cs">
244      <DependentUpon>Recurrence.cs</DependentUpon>
245    </Compile>
246    <Compile Include="ServiceLocator.cs" />
247    <None Include="Tools\RecreateServiceConfig.bat" />
248  </ItemGroup>
249  <ItemGroup>
250    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
251      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
252      <Name>HeuristicLab.Calendar-3.3</Name>
253    </ProjectReference>
254    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
255      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
256      <Name>HeuristicLab.DataAccess-3.3</Name>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
259      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
260      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
263      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
264      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
265    </ProjectReference>
266    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
267      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
268      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
269    </ProjectReference>
270  </ItemGroup>
271  <ItemGroup>
272    <WCFMetadata Include="Service References\" />
273  </ItemGroup>
274  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
275  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
276       Other similar extension points exist, see Microsoft.Common.targets.
277  <Target Name="BeforeBuild">
278  </Target>
279  <Target Name="AfterBuild">
280  </Target>
281  -->
282  <PropertyGroup>
283    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
284set ProjectDir=$(ProjectDir)
285set SolutionDir=$(SolutionDir)
286set Outdir=$(Outdir)
287
288call PreBuildEvent.cmd</PreBuildEvent>
289  </PropertyGroup>
290</Project>
Note: See TracBrowser for help on using the repository browser.