Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.Access/3.3/HeuristicLab.Services.Access-3.3.csproj @ 14748

Last change on this file since 14748 was 14748, checked in by jkarder, 7 years ago

#2743: cleaned up

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