Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj @ 16147

Last change on this file since 16147 was 16147, checked in by jkarder, 6 years ago

#2924: reapplied changes from r16143

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