Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj @ 6983

Last change on this file since 6983 was 6983, checked in by ascheibe, 12 years ago

#1672

  • added the Hive Services and Slave projects
  • added missing svn ignores
File size: 6.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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>bin\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>
51    </DocumentationFile>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>bin\Debug\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>bin\Release\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>
71    </DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup>
79    <SignAssembly>true</SignAssembly>
80  </PropertyGroup>
81  <PropertyGroup>
82    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
86      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Data.Linq" />
91    <Reference Include="System.Transactions" />
92    <Reference Include="System.Windows.Forms" />
93    <Reference Include="System.Xml.Linq" />
94    <Reference Include="System.Data.DataSetExtensions" />
95    <Reference Include="System.Data" />
96    <Reference Include="System.Xml" />
97  </ItemGroup>
98  <ItemGroup>
99    <None Include="Plugin.cs.frame" />
100    <Compile Include="Enums\Command.cs" />
101    <Compile Include="Enums\CpuArchitecture.cs" />
102    <Compile Include="Plugin.cs" />
103    <Compile Include="HiveDataContext.cs">
104      <DependentUpon>HiveDataContext.dbml</DependentUpon>
105    </Compile>
106    <Compile Include="HiveDataContext.designer.cs">
107      <AutoGen>True</AutoGen>
108      <DesignTime>True</DesignTime>
109      <DependentUpon>HiveDataContext.dbml</DependentUpon>
110    </Compile>
111    <Compile Include="ITransactionManager.cs" />
112    <Compile Include="Enums\TaskState.cs" />
113    <Compile Include="Logger.cs" />
114    <Compile Include="Enums\Permission.cs" />
115    <Compile Include="Properties\AssemblyInfo.cs" />
116    <None Include="Properties\AssemblyInfo.cs.frame" />
117    <Compile Include="Settings.Designer.cs">
118      <AutoGen>True</AutoGen>
119      <DesignTimeSharedInput>True</DesignTimeSharedInput>
120      <DependentUpon>Settings.settings</DependentUpon>
121    </Compile>
122    <Compile Include="Enums\SlaveState.cs" />
123    <Compile Include="TransactionManager.cs" />
124  </ItemGroup>
125  <ItemGroup>
126    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
127  </ItemGroup>
128  <ItemGroup>
129    <None Include="app.config">
130      <SubType>Designer</SubType>
131    </None>
132    <None Include="HeuristicLab.snk" />
133    <None Include="HiveDataContext.dbml">
134      <Generator>MSLinqToSQLGenerator</Generator>
135      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
136      <SubType>Designer</SubType>
137    </None>
138    <None Include="Settings.settings">
139      <Generator>PublicSettingsSingleFileGenerator</Generator>
140      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
141    </None>
142  </ItemGroup>
143  <ItemGroup>
144    <None Include="HiveDataContext.dbml.layout">
145      <DependentUpon>HiveDataContext.dbml</DependentUpon>
146    </None>
147  </ItemGroup>
148  <ItemGroup>
149    <Content Include="SQL Scripts\Initialize Hive Database.sql" />
150    <Content Include="SQL Scripts\Prepare Hive Database.sql" />
151  </ItemGroup>
152  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
153  <PropertyGroup>
154    <PostBuildEvent>
155    </PostBuildEvent>
156  </PropertyGroup>
157  <PropertyGroup>
158    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
159set ProjectDir=$(ProjectDir)
160set SolutionDir=$(SolutionDir)
161set Outdir=$(Outdir)
162
163call PreBuildEvent.cmd</PreBuildEvent>
164  </PropertyGroup>
165  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
166       Other similar extension points exist, see Microsoft.Common.targets.
167  <Target Name="BeforeBuild">
168  </Target>
169  <Target Name="AfterBuild">
170  </Target>
171  -->
172</Project>
Note: See TracBrowser for help on using the repository browser.