Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj @ 11577

Last change on this file since 11577 was 11577, checked in by swagner, 9 years ago

#2205: Restructured solution and projects and switched all projects to .NET 4.5

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.50727</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{9FAC0B23-2730-452A-9BA0-D7CA1746C541}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Access</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Access</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
15    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
16    <TargetFrameworkProfile>
17    </TargetFrameworkProfile>
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36    <DocumentationFile>
37    </DocumentationFile>
38    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>bin\Release\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>
53    </DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
70    <OutputPath>bin\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <DocumentationFile>
73    </DocumentationFile>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <PropertyGroup>
81    <SignAssembly>true</SignAssembly>
82  </PropertyGroup>
83  <PropertyGroup>
84    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
85  </PropertyGroup>
86  <ItemGroup>
87    <Reference Include="Microsoft.CSharp" />
88    <Reference Include="System" />
89    <Reference Include="System.Core" />
90    <Reference Include="System.Data" />
91    <Reference Include="System.Data.Linq" />
92    <Reference Include="System.Runtime.Serialization" />
93    <Reference Include="System.ServiceModel" />
94    <Reference Include="System.Web" />
95    <Reference Include="System.Web.ApplicationServices" />
96    <Reference Include="System.Xml" />
97    <Reference Include="System.Xml.Linq" />
98  </ItemGroup>
99  <ItemGroup>
100    <Compile Include="AccessServiceLocator.cs" />
101    <Compile Include="AccessServiceRoles.cs" />
102    <Compile Include="Convert.cs" />
103    <Compile Include="DataTransfer\Client.cs" />
104    <Compile Include="DataTransfer\ClientConfiguration.cs" />
105    <Compile Include="DataTransfer\ClientError.cs" />
106    <Compile Include="DataTransfer\ClientGroupMapping.cs" />
107    <Compile Include="DataTransfer\ClientLog.cs" />
108    <Compile Include="DataTransfer\AccessItem.cs" />
109    <Compile Include="DataTransfer\ClientGroup.cs" />
110    <Compile Include="DataTransfer\ClientType.cs" />
111    <Compile Include="DataTransfer\Country.cs" />
112    <Compile Include="DataTransfer\LightweightUser.cs" />
113    <Compile Include="DataTransfer\OperatingSystem.cs" />
114    <Compile Include="DataTransfer\Plugin.cs" />
115    <Compile Include="DataTransfer\Resource.cs" />
116    <Compile Include="DataTransfer\Role.cs" />
117    <Compile Include="DataTransfer\User.cs" />
118    <Compile Include="DataTransfer\UserGroup.cs" />
119    <Compile Include="DataTransfer\UserGroupBase.cs" />
120    <Compile Include="DataTransfer\UserGroupMapping.cs" />
121    <Compile Include="IAccessService.cs" />
122    <Compile Include="Interfaces\IAccessServiceLocator.cs" />
123    <Compile Include="Interfaces\IRoleVerifier.cs" />
124    <Compile Include="Interfaces\IUserManager.cs" />
125    <Compile Include="Properties\AssemblyInfo.cs" />
126    <Compile Include="AccessService.cs" />
127    <Compile Include="RoleVerifier.cs" />
128    <Compile Include="UserManager.cs" />
129  </ItemGroup>
130  <ItemGroup>
131    <None Include="App.config" />
132    <None Include="HeuristicLab.snk" />
133    <None Include="Properties\AssemblyInfo.cs.frame" />
134    <None Include="Web.config" />
135  </ItemGroup>
136  <ItemGroup>
137    <ProjectReference Include="..\..\HeuristicLab.GeoIP\1.12\HeuristicLab.GeoIP.csproj">
138      <Project>{BE9B0229-9150-49A4-AEA6-BB58E055992F}</Project>
139      <Name>HeuristicLab.GeoIP</Name>
140      <Private>True</Private>
141    </ProjectReference>
142    <ProjectReference Include="..\..\HeuristicLab.Services.Access.DataAccess\3.3\HeuristicLab.Services.Access.DataAccess-3.3.csproj">
143      <Project>{0F652437-998A-4EAB-8BF1-444B5FE8CE97}</Project>
144      <Name>HeuristicLab.Services.Access.DataAccess-3.3</Name>
145      <Private>True</Private>
146    </ProjectReference>
147  </ItemGroup>
148  <ItemGroup>
149    <Content Include="AccessService.svc" />
150  </ItemGroup>
151  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
152  <ProjectExtensions>
153    <VisualStudio>
154      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
155        <WcfProjectProperties>
156          <AutoStart>True</AutoStart>
157        </WcfProjectProperties>
158      </FlavorProperties>
159    </VisualStudio>
160  </ProjectExtensions>
161  <PropertyGroup>
162   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
163set ProjectDir=$(ProjectDir)
164set SolutionDir=$(SolutionDir)
165set Outdir=$(Outdir)
166
167call PreBuildEvent.cmd</PreBuildEvent>
168<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
169export ProjectDir=$(ProjectDir)
170export SolutionDir=$(SolutionDir)
171
172$SolutionDir/PreBuildEvent.sh
173</PreBuildEvent>
174  </PropertyGroup>
175  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
176       Other similar extension points exist, see Microsoft.Common.targets.
177  <Target Name="BeforeBuild">
178  </Target>
179  <Target Name="AfterBuild">
180  </Target>
181  -->
182</Project>
Note: See TracBrowser for help on using the repository browser.