Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-MoveOperators/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj @ 8660

Last change on this file since 8660 was 8660, checked in by gkronber, 12 years ago

#1847 merged r8205:8635 from trunk into branch

File size: 9.4 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>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive-3.3</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <TargetFrameworkProfile />
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>bin\Debug\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <DocumentationFile>
52    </DocumentationFile>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>bin\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <DocumentationFile>
72    </DocumentationFile>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <PropertyGroup>
80    <SignAssembly>true</SignAssembly>
81  </PropertyGroup>
82  <PropertyGroup>
83    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
84  </PropertyGroup>
85  <ItemGroup>
86    <Reference Include="HeuristicLab.Common-3.3">
87      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Core-3.3">
90      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Persistence-3.3">
93      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
96      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="System" />
99    <Reference Include="System.Core" />
100    <Reference Include="System.Data.Linq" />
101    <Reference Include="System.Drawing" />
102    <Reference Include="System.Runtime.Serialization" />
103    <Reference Include="System.ServiceModel" />
104    <Reference Include="System.Transactions" />
105    <Reference Include="System.Web" />
106    <Reference Include="System.Web.ApplicationServices" />
107    <Reference Include="System.Windows.Forms" />
108    <Reference Include="System.Xml.Linq" />
109    <Reference Include="System.Data.DataSetExtensions" />
110    <Reference Include="System.Data" />
111    <Reference Include="System.Xml" />
112  </ItemGroup>
113  <ItemGroup>
114    <Compile Include="Convert.cs" />
115    <Compile Include="DataTransfer\Command.cs" />
116    <Compile Include="DataTransfer\ResourcePermission.cs" />
117    <Compile Include="DataTransfer\Downtime.cs" />
118    <Compile Include="DataTransfer\Heartbeat.cs" />
119    <Compile Include="DataTransfer\Job.cs" />
120    <Compile Include="DataTransfer\JobPermission.cs" />
121    <Compile Include="DataTransfer\HiveItem.cs" />
122    <Compile Include="DataTransfer\Task.cs" />
123    <Compile Include="DataTransfer\TaskData.cs" />
124    <Compile Include="DataTransfer\TaskState.cs" />
125    <Compile Include="DataTransfer\LightweightTask.cs" />
126    <Compile Include="DataTransfer\NamedHiveItem.cs" />
127    <Compile Include="DataTransfer\Permission.cs" />
128    <Compile Include="DataTransfer\Plugin.cs" />
129    <Compile Include="DataTransfer\PluginData.cs" />
130    <Compile Include="DataTransfer\Resource.cs" />
131    <Compile Include="DataTransfer\Slave.cs" />
132    <Compile Include="DataTransfer\SlaveGroup.cs" />
133    <Compile Include="DataTransfer\SlaveState.cs" />
134    <Compile Include="DataTransfer\SlaveStatistics.cs" />
135    <Compile Include="DataTransfer\StateLog.cs" />
136    <Compile Include="DataTransfer\Statistics.cs" />
137    <Compile Include="DataTransfer\UserStatistics.cs" />
138    <Compile Include="HiveDao.cs" />
139    <Compile Include="HiveJanitor.cs" />
140    <Compile Include="Interfaces\IHiveDao.cs" />
141    <Compile Include="Settings.cs" />
142    <None Include="app.config" />
143    <None Include="Plugin.cs.frame" />
144    <None Include="Properties\AssemblyInfo.cs.frame" />
145    <Compile Include="Manager\HeartbeatManager.cs" />
146    <Compile Include="Interfaces\IEventManager.cs" />
147    <Compile Include="Interfaces\IServiceLocator.cs" />
148    <Compile Include="Manager\AuthorizationManager.cs" />
149    <Compile Include="Plugin.cs" />
150    <Compile Include="Manager\EventManager.cs" />
151    <Compile Include="HiveRoles.cs" />
152    <Compile Include="HiveService.cs" />
153    <Compile Include="Interfaces\IAuthorizationManager.cs" />
154    <Compile Include="MessageContainer.cs" />
155    <Compile Include="Properties\AssemblyInfo.cs" />
156    <Compile Include="Properties\Settings.Designer.cs">
157      <DependentUpon>Settings.settings</DependentUpon>
158      <AutoGen>True</AutoGen>
159      <DesignTimeSharedInput>True</DesignTimeSharedInput>
160    </Compile>
161    <Compile Include="ServiceContracts\IHiveService.cs" />
162    <Compile Include="ServiceFaults\PluginAlreadyExistsFault.cs" />
163    <Compile Include="ServiceLocator.cs" />
164    <None Include="Properties\Settings.settings">
165      <Generator>PublicSettingsSingleFileGenerator</Generator>
166      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
167    </None>
168  </ItemGroup>
169  <ItemGroup>
170    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
171      <Project>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</Project>
172      <Name>HeuristicLab.Services.Access-3.3</Name>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
175      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
176      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
177    </ProjectReference>
178  </ItemGroup>
179  <ItemGroup>
180    <None Include="HeuristicLab.snk" />
181  </ItemGroup>
182  <ItemGroup />
183  <Import Project="$(MSBuildToolsPath)\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  <PropertyGroup>
194    <PostBuildEvent>
195    </PostBuildEvent>
196  </PropertyGroup>
197  <PropertyGroup>
198   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
199set ProjectDir=$(ProjectDir)
200set SolutionDir=$(SolutionDir)
201set Outdir=$(Outdir)
202
203call PreBuildEvent.cmd</PreBuildEvent>
204<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
205export ProjectDir=$(ProjectDir)
206export SolutionDir=$(SolutionDir)
207
208$SolutionDir/PreBuildEvent.sh
209</PreBuildEvent>
210  </PropertyGroup>
211  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
212       Other similar extension points exist, see Microsoft.Common.targets.
213  <Target Name="BeforeBuild">
214  </Target>
215  <Target Name="AfterBuild">
216  </Target>
217  -->
218</Project>
Note: See TracBrowser for help on using the repository browser.