Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.LINQDataAccess/3.3/HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj @ 5054

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

fixed frame file ending #1260

File size: 8.1 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.LINQDataAccess</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.LINQDataAccess-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21    <TargetFrameworkProfile />
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24    <DebugSymbols>true</DebugSymbols>
25    <DebugType>full</DebugType>
26    <Optimize>false</Optimize>
27    <OutputPath>bin\Debug\</OutputPath>
28    <DefineConstants>DEBUG;TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31    <PlatformTarget>AnyCPU</PlatformTarget>
32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53    <OutputPath>bin\x86\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <ItemGroup>
80    <Reference Include="HeuristicLab.Common-3.3">
81      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="System" />
87    <Reference Include="System.Core">
88      <RequiredTargetFramework>3.5</RequiredTargetFramework>
89    </Reference>
90    <Reference Include="System.Data.Linq">
91      <RequiredTargetFramework>3.5</RequiredTargetFramework>
92    </Reference>
93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Transactions" />
95    <Reference Include="System.Windows.Forms" />
96    <Reference Include="System.Xml.Linq">
97      <RequiredTargetFramework>3.5</RequiredTargetFramework>
98    </Reference>
99    <Reference Include="System.Data.DataSetExtensions">
100      <RequiredTargetFramework>3.5</RequiredTargetFramework>
101    </Reference>
102    <Reference Include="System.Data" />
103    <Reference Include="System.Xml" />
104  </ItemGroup>
105  <ItemGroup>
106    <Compile Include="BaseDao.cs" />
107    <None Include="HeuristicLabHiveServerLINQDataAccessPlugin.cs.frame" />
108    <Compile Include="HiveExperimentDao.cs" />
109    <Compile Include="SlaveConfigDao.cs" />
110    <Compile Include="SlaveDao.cs" />
111    <Compile Include="SlaveGroupDao.cs" />
112    <Compile Include="ContextFactory.cs" />
113    <Compile Include="HiveDataContext.cs" />
114    <Compile Include="JobDao.cs" />
115    <Compile Include="HeuristicLabHiveServerLINQDataAccessPlugin.cs" />
116    <Compile Include="PluginInfoDao.cs" />
117    <Compile Include="Properties\AssemblyInfo.cs" />
118    <Compile Include="Properties\Settings.Designer.cs">
119      <AutoGen>True</AutoGen>
120      <DesignTimeSharedInput>True</DesignTimeSharedInput>
121      <DependentUpon>Settings.settings</DependentUpon>
122    </Compile>
123    <Compile Include="UptimeCalendarDao.cs" />
124    <Compile Include="VarBinaryStream.cs" />
125  </ItemGroup>
126  <ItemGroup>
127    <None Include="app.config" />
128    <None Include="HeuristicLab.snk" />
129    <None Include="Properties\AssemblyInfo.cs.frame" />
130    <None Include="Scripts\UpdateContext.bat" />
131  </ItemGroup>
132  <ItemGroup>
133    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
134      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
135      <Name>HeuristicLab.DataAccess-3.3</Name>
136    </ProjectReference>
137    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
138      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
139      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
140    </ProjectReference>
141    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.3\HeuristicLab.Hive.Server.DataAccess-3.3.csproj">
142      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
143      <Name>HeuristicLab.Hive.Server.DataAccess-3.3</Name>
144    </ProjectReference>
145    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
146      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
147      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
148    </ProjectReference>
149  </ItemGroup>
150  <ItemGroup>
151    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
152  </ItemGroup>
153  <ItemGroup>
154    <None Include="Properties\Settings.settings">
155      <Generator>SettingsSingleFileGenerator</Generator>
156      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
157    </None>
158  </ItemGroup>
159  <ItemGroup>
160    <None Include="HiveDataContext.dbml">
161      <SubType>Designer</SubType>
162    </None>
163    <Content Include="Scripts\cleanHiveDatabase.sql" />
164    <Content Include="Scripts\prepareHiveDatabase.sql" />
165  </ItemGroup>
166  <ItemGroup>
167    <None Include="HiveDataContext.dbml.layout">
168      <DependentUpon>HiveDataContext.dbml</DependentUpon>
169    </None>
170  </ItemGroup>
171  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
172  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
173       Other similar extension points exist, see Microsoft.Common.targets.
174  <Target Name="BeforeBuild">
175  </Target>
176  <Target Name="AfterBuild">
177  </Target>
178  -->
179  <PropertyGroup>
180    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
181set ProjectDir=$(ProjectDir)
182set SolutionDir=$(SolutionDir)
183set Outdir=$(Outdir)
184
185call PreBuildEvent.cmd</PreBuildEvent>
186  </PropertyGroup>
187</Project>
Note: See TracBrowser for help on using the repository browser.