Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6765 was 6743, checked in by ascheibe, 13 years ago

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File size: 7.7 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  </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.PluginInfrastructure-3.3">
74      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
75    </Reference>
76    <Reference Include="System" />
77    <Reference Include="System.Core" />
78    <Reference Include="System.Data.Linq" />
79    <Reference Include="System.Transactions" />
80    <Reference Include="System.Windows.Forms" />
81    <Reference Include="System.Xml.Linq" />
82    <Reference Include="System.Data.DataSetExtensions" />
83    <Reference Include="System.Data" />
84    <Reference Include="System.Xml" />
85  </ItemGroup>
86  <ItemGroup>
87    <None Include="HeuristicLabServicesHiveDataAccessPlugin.cs.frame" />
88    <Compile Include="Enums\Command.cs" />
89    <Compile Include="Enums\CpuArchitecture.cs" />
90    <Compile Include="HeuristicLabServicesHiveDataAccessPlugin.cs" />
91    <Compile Include="HiveDataContext.cs">
92      <DependentUpon>HiveDataContext.dbml</DependentUpon>
93    </Compile>
94    <Compile Include="HiveDataContext.designer.cs">
95      <AutoGen>True</AutoGen>
96      <DesignTime>True</DesignTime>
97      <DependentUpon>HiveDataContext.dbml</DependentUpon>
98    </Compile>
99    <Compile Include="ITransactionManager.cs" />
100    <Compile Include="Enums\TaskState.cs" />
101    <Compile Include="Logger.cs" />
102    <Compile Include="Enums\Permission.cs" />
103    <Compile Include="Properties\AssemblyInfo.cs" />
104    <None Include="Properties\AssemblyInfo.cs.frame" />
105    <Compile Include="Settings.Designer.cs">
106      <AutoGen>True</AutoGen>
107      <DesignTimeSharedInput>True</DesignTimeSharedInput>
108      <DependentUpon>Settings.settings</DependentUpon>
109    </Compile>
110    <Compile Include="Enums\SlaveState.cs" />
111    <Compile Include="TransactionManager.cs" />
112  </ItemGroup>
113  <ItemGroup>
114    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="app.config">
118      <SubType>Designer</SubType>
119    </None>
120    <None Include="HeuristicLab.snk" />
121    <None Include="HiveDataContext.dbml">
122      <Generator>MSLinqToSQLGenerator</Generator>
123      <LastGenOutput>HiveDataContext.designer.cs</LastGenOutput>
124      <SubType>Designer</SubType>
125    </None>
126    <None Include="Settings.settings">
127      <Generator>PublicSettingsSingleFileGenerator</Generator>
128      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
129    </None>
130  </ItemGroup>
131  <ItemGroup>
132    <None Include="HiveDataContext.dbml.layout">
133      <DependentUpon>HiveDataContext.dbml</DependentUpon>
134    </None>
135  </ItemGroup>
136  <ItemGroup>
137    <Content Include="SQL Scripts\Query Daily Statistics.sql" />
138    <Content Include="SQL Scripts\Query Statistics.sql" />
139    <Content Include="SQL Scripts\Query Jobs.sql" />
140    <Content Include="SQL Scripts\Initialize Hive Database.sql" />
141    <Content Include="SQL Scripts\Prepare Hive Database.sql" />
142  </ItemGroup>
143  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
144  <PropertyGroup>
145    <PostBuildEvent>set ProjectName=$(ProjectName)
146set TargetPath=$(TargetPath)
147call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
148  </PropertyGroup>
149  <PropertyGroup>
150    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
151set ProjectDir=$(ProjectDir)
152set SolutionDir=$(SolutionDir)
153set Outdir=$(Outdir)
154
155call PreBuildEvent.cmd</PreBuildEvent>
156  </PropertyGroup>
157  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
158       Other similar extension points exist, see Microsoft.Common.targets.
159  <Target Name="BeforeBuild">
160  </Target>
161  <Target Name="AfterBuild">
162  </Target>
163  -->
164</Project>
Note: See TracBrowser for help on using the repository browser.