Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/HeuristicLab.Hive.Slave.Core-3.3.csproj @ 4932

Last change on this file since 4932 was 4932, checked in by cneumuel, 13 years ago

#1260

  • addes frames for plugin-files
  • automated the way SubWCRev is called for .cs.frame files (PreBuildEvent.cmd now automatically processes all *.cs.frame files)
File size: 9.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>{5010BD86-23B7-4F8C-888A-76D21AD5266A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Slave.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Slave.Core-3.3</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
22    <TargetFrameworkProfile />
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\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.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
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.PluginInfrastructure-3.3">
88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="System" />
91    <Reference Include="System.Core">
92      <RequiredTargetFramework>3.5</RequiredTargetFramework>
93    </Reference>
94    <Reference Include="System.Runtime.Serialization">
95      <RequiredTargetFramework>3.0</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.ServiceModel">
98      <RequiredTargetFramework>3.0</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <None Include="HeuristicLabHiveSlaveCorePlugin.cs.frame" />
111    <Compile Include="Logger.cs" />
112    <Compile Include="SlaveConsoleService\SlaveConsoleCommunicator.cs" />
113    <Compile Include="SlaveConsoleService\SlaveConsoleServer.cs" />
114    <Compile Include="SlaveConsoleService\Interfaces\ISlaveConsoleCommunicator.cs" />
115    <Compile Include="SlaveConsoleService\TransferObjects\ConnectionContainer.cs" />
116    <Compile Include="SlaveConsoleService\TransferObjects\JobStatus.cs" />
117    <Compile Include="SlaveConsoleService\TransferObjects\StatusCommons.cs" />
118    <Compile Include="ConfigurationManager\AppointmentContainer.cs" />
119    <Compile Include="ConfigurationManager\SlaveStatusInfo.cs" />
120    <Compile Include="ConfigurationManager\ConfigManager.cs" />
121    <Compile Include="ConfigurationManager\UptimeManager.cs" />
122    <Compile Include="Core.cs" />
123    <Compile Include="HeuristicLabHiveSlaveCoreApplication.cs" />
124    <Compile Include="HeuristicLabHiveSlaveCorePlugin.cs" />
125    <Compile Include="HeartbeatManager.cs" />
126    <Compile Include="JobStorage\JobStorageInfo.cs" />
127    <Compile Include="JobStorage\JobStorageManager.cs" />
128    <Compile Include="PluginCache.cs" />
129    <Compile Include="Properties\AssemblyInfo.cs" />
130    <Compile Include="Properties\Settings.Designer.cs">
131      <AutoGen>True</AutoGen>
132      <DesignTimeSharedInput>True</DesignTimeSharedInput>
133      <DependentUpon>Settings.settings</DependentUpon>
134    </Compile>
135    <Compile Include="Settings.cs" />
136  </ItemGroup>
137  <ItemGroup>
138    <None Include="app.config" />
139    <None Include="HeuristicLab.snk" />
140    <None Include="Properties\AssemblyInfo.frame" />
141    <None Include="Properties\Settings.settings">
142      <Generator>PublicSettingsSingleFileGenerator</Generator>
143      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
144    </None>
145  </ItemGroup>
146  <ItemGroup>
147    <WCFMetadata Include="Service References\" />
148  </ItemGroup>
149  <ItemGroup>
150    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
151      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
152      <Name>HeuristicLab.Calendar-3.3</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
155      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
156      <Name>HeuristicLab.DataAccess-3.3</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
159      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
160      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
161    </ProjectReference>
162    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
163      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
164      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
167      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
168      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
169    </ProjectReference>
170    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Communication\3.3\HeuristicLab.Hive.Slave.Communication-3.3.csproj">
171      <Project>{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}</Project>
172      <Name>HeuristicLab.Hive.Slave.Communication-3.3</Name>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.ExecutionEngine\3.3\HeuristicLab.Hive.Slave.ExecutionEngine-3.3.csproj">
175      <Project>{1605256A-1CB3-44AB-AAFF-577093EE5789}</Project>
176      <Name>HeuristicLab.Hive.Slave.ExecutionEngine-3.3</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
179      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
180      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
181    </ProjectReference>
182  </ItemGroup>
183  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
184  <ProjectExtensions>
185    <VisualStudio>
186      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
187        <WcfProjectProperties>
188          <AutoStart>False</AutoStart>
189        </WcfProjectProperties>
190      </FlavorProperties>
191    </VisualStudio>
192  </ProjectExtensions>
193  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
194       Other similar extension points exist, see Microsoft.Common.targets.
195  <Target Name="BeforeBuild">
196  </Target>
197  <Target Name="AfterBuild">
198  </Target>
199  -->
200  <PropertyGroup>
201    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
202set ProjectDir=$(ProjectDir)
203set SolutionDir=$(SolutionDir)
204set Outdir=$(Outdir)
205
206call PreBuildEvent.cmd</PreBuildEvent>
207  </PropertyGroup>
208</Project>
Note: See TracBrowser for help on using the repository browser.