Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj @ 11170

Last change on this file since 11170 was 9700, checked in by ascheibe, 11 years ago

#2030 merged r9665,r9666,r9675 into the stable branch

File size: 7.2 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\DowntimeType.cs" />
102    <Compile Include="Enums\CpuArchitecture.cs" />
103    <Compile Include="Plugin.cs" />
104    <Compile Include="HiveDataContext.cs">
105      <DependentUpon>HiveDataContext.dbml</DependentUpon>
106    </Compile>
107    <Compile Include="HiveDataContext.designer.cs">
108      <AutoGen>True</AutoGen>
109      <DesignTime>True</DesignTime>
110      <DependentUpon>HiveDataContext.dbml</DependentUpon>
111    </Compile>
112    <Compile Include="ITransactionManager.cs" />
113    <Compile Include="Enums\TaskState.cs" />
114    <Compile Include="Logger.cs" />
115    <Compile Include="Enums\Permission.cs" />
116    <Compile Include="Properties\AssemblyInfo.cs" />
117    <None Include="Properties\AssemblyInfo.cs.frame" />
118    <Compile Include="Settings.Designer.cs">
119      <AutoGen>True</AutoGen>
120      <DesignTimeSharedInput>True</DesignTimeSharedInput>
121      <DependentUpon>Settings.settings</DependentUpon>
122    </Compile>
123    <Compile Include="Enums\SlaveState.cs" />
124    <Compile Include="TransactionManager.cs" />
125  </ItemGroup>
126  <ItemGroup>
127    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
128  </ItemGroup>
129  <ItemGroup>
130    <None Include="app.config">
131      <SubType>Designer</SubType>
132    </None>
133    <None Include="HeuristicLab.snk" />
134    <None Include="HiveDataContext.dbml">
135      <Generator>MSLinqToSQLGenerator</Generator>
136      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
137      <SubType>Designer</SubType>
138    </None>
139    <None Include="Settings.settings">
140      <Generator>PublicSettingsSingleFileGenerator</Generator>
141      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
142    </None>
143  </ItemGroup>
144  <ItemGroup>
145    <None Include="HiveDataContext.dbml.layout">
146      <DependentUpon>HiveDataContext.dbml</DependentUpon>
147    </None>
148  </ItemGroup>
149  <ItemGroup>
150    <Content Include="SQL Scripts\Initialize Hive Database.sql" />
151    <Content Include="SQL Scripts\Migrate to Filestream.sql" />
152    <Content Include="SQL Scripts\Prepare Hive Database.sql" />
153  </ItemGroup>
154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155  <PropertyGroup>
156    <PostBuildEvent>
157    </PostBuildEvent>
158  </PropertyGroup>
159  <PropertyGroup>
160    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
161set ProjectDir=$(ProjectDir)
162set SolutionDir=$(SolutionDir)
163set Outdir=$(Outdir)
164
165call PreBuildEvent.cmd</PreBuildEvent>
166    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
167export ProjectDir=$(ProjectDir)
168export SolutionDir=$(SolutionDir)
169
170$SolutionDir/PreBuildEvent.sh
171</PreBuildEvent>
172  </PropertyGroup>
173  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174       Other similar extension points exist, see Microsoft.Common.targets.
175  <Target Name="BeforeBuild">
176  </Target>
177  <Target Name="AfterBuild">
178  </Target>
179  -->
180</Project>
Note: See TracBrowser for help on using the repository browser.