Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/HeuristicLab.Services.Hive.DataAccess-3.4.csproj @ 5852

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

#1233

  • corrected relative reference paths in csproj-files
  • fixed minor bugs
  • updated binaries
File size: 8.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>{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.4</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  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Services.Hive.DataAccess-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
53    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
57    <OutputPath>bin\x86\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Services.Hive.DataAccess-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="HeuristicLab.Clients.Common-3.3">
74      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Common-3.3">
77      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.Core-3.3">
80      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Persistence-3.3">
83      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
84    </Reference>
85    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
86      <HintPath>C:\Program Files\HeuristicLab 3.3\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    <Compile Include="Convert.cs" />
100    <None Include="HeuristicLabServicesHiveDataAccessPlugin.cs.frame" />
101    <Compile Include="Exceptions\DaoException.cs" />
102    <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" />
103    <Compile Include="HiveDao.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="Interfaces\IHiveDao.cs" />
113    <Compile Include="Properties\AssemblyInfo.cs" />
114    <None Include="Properties\AssemblyInfo.cs.frame" />
115    <Compile Include="Properties\Settings.Designer.cs">
116      <AutoGen>True</AutoGen>
117      <DesignTimeSharedInput>True</DesignTimeSharedInput>
118      <DependentUpon>Settings.settings</DependentUpon>
119    </Compile>
120    <Compile Include="Tools\CreateHiveDatabaseApplication.cs" />
121    <Compile Include="TransactionManager.cs" />
122  </ItemGroup>
123  <ItemGroup>
124    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
125  </ItemGroup>
126  <ItemGroup>
127    <None Include="app.config">
128      <SubType>Designer</SubType>
129    </None>
130    <None Include="HeuristicLab.snk" />
131    <None Include="HiveDataContext.dbml">
132      <Generator>MSLinqToSQLGenerator</Generator>
133      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
134      <SubType>Designer</SubType>
135    </None>
136    <None Include="Properties\Settings.settings">
137      <Generator>SettingsSingleFileGenerator</Generator>
138      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
139    </None>
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="HiveDataContext.dbml.layout">
143      <DependentUpon>HiveDataContext.dbml</DependentUpon>
144    </None>
145  </ItemGroup>
146  <ItemGroup>
147    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
148      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
149      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
150    </ProjectReference>
151  </ItemGroup>
152  <ItemGroup>
153    <Content Include="Tools\cleanHiveDatabase.sql" />
154    <Content Include="Tools\prepareHiveDatabase.sql" />
155  </ItemGroup>
156  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157  <PropertyGroup>
158    <PostBuildEvent>set ProjectName=$(ProjectName)
159set TargetPath=$(TargetPath)
160call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
161  </PropertyGroup>
162  <PropertyGroup>
163    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
164set ProjectDir=$(ProjectDir)
165set SolutionDir=$(SolutionDir)
166set Outdir=$(Outdir)
167
168call PreBuildEvent.cmd</PreBuildEvent>
169  </PropertyGroup>
170  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
171       Other similar extension points exist, see Microsoft.Common.targets.
172  <Target Name="BeforeBuild">
173  </Target>
174  <Target Name="AfterBuild">
175  </Target>
176  -->
177</Project>
Note: See TracBrowser for help on using the repository browser.