Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.OKB/3.3/HeuristicLab.Services.OKB-3.3.csproj @ 4283

Last change on this file since 4283 was 4283, checked in by swagner, 14 years ago

Renamed HeuristicLab.Services.OKB.AttributeSelector into HeuristicLab.Services.OKB.AttributeSelection (#1166)

File size: 9.8 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>{C9ABB902-C6BD-41E2-B34C-06E5C50C8397}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.OKB</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.OKB-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ApplicationIcon>
16    </ApplicationIcon>
17    <IsWebBootstrapper>false</IsWebBootstrapper>
18    <StartupObject>
19    </StartupObject>
20    <SignAssembly>true</SignAssembly>
21    <FileUpgradeFlags>
22    </FileUpgradeFlags>
23    <OldToolsVersion>3.5</OldToolsVersion>
24    <UpgradeBackupLocation />
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <UseApplicationTrust>false</UseApplicationTrust>
38    <BootstrapperEnabled>true</BootstrapperEnabled>
39    <TargetFrameworkProfile />
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>bin\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>bin\Release\HeuristicLab.Services.OKB-3.3.xml</DocumentationFile>
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    <DocumentationFile>bin\x64\Release\HeuristicLab.Services.OKB-3.3.xml</DocumentationFile>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>bin\x86\Debug\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88  </PropertyGroup>
89  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
90    <OutputPath>bin\x86\Release\</OutputPath>
91    <DefineConstants>TRACE</DefineConstants>
92    <Optimize>true</Optimize>
93    <DebugType>pdbonly</DebugType>
94    <PlatformTarget>x86</PlatformTarget>
95    <ErrorReport>prompt</ErrorReport>
96    <DocumentationFile>bin\x86\Release\HeuristicLab.Services.OKB-3.3.xml</DocumentationFile>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98  </PropertyGroup>
99  <PropertyGroup>
100    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="log4net">
104      <HintPath>libs\debug\log4net.dll</HintPath>
105    </Reference>
106    <Reference Include="System" />
107    <Reference Include="System.Core">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data.Linq">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.IdentityModel">
114      <RequiredTargetFramework>3.0</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Runtime.Serialization">
117      <RequiredTargetFramework>3.0</RequiredTargetFramework>
118    </Reference>
119    <Reference Include="System.ServiceModel">
120      <RequiredTargetFramework>3.0</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.ServiceModel.Activation" />
123    <Reference Include="System.ServiceProcess" />
124    <Reference Include="System.Xml.Linq">
125      <RequiredTargetFramework>3.5</RequiredTargetFramework>
126    </Reference>
127    <Reference Include="System.Data.DataSetExtensions">
128      <RequiredTargetFramework>3.5</RequiredTargetFramework>
129    </Reference>
130    <Reference Include="System.Data" />
131    <Reference Include="System.Xml" />
132  </ItemGroup>
133  <ItemGroup>
134    <Compile Include="AdminService.cs" />
135    <Compile Include="AttributeSelector.cs" />
136    <Compile Include="CertificateServiceHostFactory.cs" />
137    <Compile Include="CustomCertificateValidator.cs" />
138    <Compile Include="CertificateServiceHost.cs" />
139    <Compile Include="DataService.cs" />
140    <Compile Include="Interfaces\IDataService.cs" />
141    <Compile Include="Interfaces\ITableService.cs" />
142    <Compile Include="Interfaces\IQueryService.cs" />
143    <Compile Include="Interfaces\IAdminService.cs" />
144    <Compile Include="Interfaces\IRunnerService.cs" />
145    <Compile Include="Hoster.cs" />
146    <Compile Include="Properties\AssemblyInfo.cs" />
147    <None Include="Properties\AssemblyInfo.frame" />
148    <Compile Include="QueryService.cs" />
149    <Compile Include="RunnerService.cs" />
150    <Compile Include="StarterKit.cs" />
151    <Compile Include="TableService.cs" />
152  </ItemGroup>
153  <ItemGroup>
154    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
155    <Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
156  </ItemGroup>
157  <ItemGroup>
158    <None Include="app.config" />
159    <EmbeddedResource Include="client.cer" />
160    <EmbeddedResource Include="server.pfx" />
161    <None Include="HeuristicLab.snk" />
162  </ItemGroup>
163  <ItemGroup>
164    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
165      <Visible>False</Visible>
166      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
167      <Install>false</Install>
168    </BootstrapperPackage>
169    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
170      <Visible>False</Visible>
171      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
172      <Install>false</Install>
173    </BootstrapperPackage>
174    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
175      <Visible>False</Visible>
176      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
177      <Install>false</Install>
178    </BootstrapperPackage>
179    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
180      <Visible>False</Visible>
181      <ProductName>.NET Framework 3.5</ProductName>
182      <Install>false</Install>
183    </BootstrapperPackage>
184    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
185      <Visible>False</Visible>
186      <ProductName>.NET Framework 3.5 SP1</ProductName>
187      <Install>true</Install>
188    </BootstrapperPackage>
189    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
190      <Visible>False</Visible>
191      <ProductName>Windows Installer 3.1</ProductName>
192      <Install>true</Install>
193    </BootstrapperPackage>
194  </ItemGroup>
195  <ItemGroup>
196    <ProjectReference Include="..\..\HeuristicLab.Services.OKB.AttributeSelection\3.3\HeuristicLab.Services.OKB.AttributeSelection-3.3.csproj">
197      <Project>{E80A68DB-D6E1-4395-ABF0-AFE09E4DEF8B}</Project>
198      <Name>HeuristicLab.Services.OKB.AttributeSelection-3.3</Name>
199    </ProjectReference>
200    <ProjectReference Include="..\..\HeuristicLab.Services.OKB.DataAccess\3.3\HeuristicLab.Services.OKB.DataAccess-3.3.csproj">
201      <Project>{E36BE58F-F3CE-40BB-9AB3-9F9E30AD5CCF}</Project>
202      <Name>HeuristicLab.Services.OKB.DataAccess-3.3</Name>
203    </ProjectReference>
204  </ItemGroup>
205  <ItemGroup>
206    <None Include="libs\debug\log4net.dll" />
207    <None Include="libs\debug\log4net.pdb" />
208    <None Include="libs\debug\log4net.xml" />
209    <None Include="libs\release\log4net.dll" />
210    <None Include="libs\release\log4net.xml" />
211  </ItemGroup>
212  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
213  <PropertyGroup>
214    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
215set ProjectDir=$(ProjectDir)
216set SolutionDir=$(SolutionDir)
217set Outdir=$(Outdir)
218
219call PreBuildEvent.cmd</PreBuildEvent>
220  </PropertyGroup>
221  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
222       Other similar extension points exist, see Microsoft.Common.targets.
223  <Target Name="BeforeBuild">
224  </Target>
225  <Target Name="AfterBuild">
226  </Target>
227  -->
228</Project>
Note: See TracBrowser for help on using the repository browser.