Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Clients.Access/3.3/HeuristicLab.Clients.Access-3.3.csproj @ 9363

Last change on this file since 9363 was 9363, checked in by spimming, 11 years ago

#1888:

  • Merged revisions from trunk
File size: 9.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.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{494F87F4-0F25-4D33-A382-10CDB2174D48}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Access</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Access-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>$(SolutionDir)\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <DocumentationFile>
34    </DocumentationFile>
35    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>$(SolutionDir)\bin\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <ErrorReport>prompt</ErrorReport>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>$(SolutionDir)\bin\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <DocumentationFile>
50    </DocumentationFile>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x86</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>$(SolutionDir)\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x64</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <DocumentationFile>
70    </DocumentationFile>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <PropertyGroup>
78    <SignAssembly>true</SignAssembly>
79  </PropertyGroup>
80  <PropertyGroup>
81    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
82  </PropertyGroup>
83  <ItemGroup>
84    <Reference Include="System" />
85    <Reference Include="System.Core" />
86    <Reference Include="System.Drawing" />
87    <Reference Include="System.Management" />
88    <Reference Include="System.Runtime.Serialization" />
89    <Reference Include="System.ServiceModel" />
90    <Reference Include="System.Windows.Forms" />
91    <Reference Include="System.Xml.Linq" />
92    <Reference Include="System.Data.DataSetExtensions" />
93    <Reference Include="Microsoft.CSharp" />
94    <Reference Include="System.Data" />
95    <Reference Include="System.Xml" />
96  </ItemGroup>
97  <ItemGroup>
98    <Compile Include="AccessClient.cs" />
99    <Compile Include="ClientInformation.cs" />
100    <Compile Include="ClientInformationUtils.cs" />
101    <Compile Include="Plugin.cs" />
102    <Compile Include="Properties\AssemblyInfo.cs" />
103    <Compile Include="ServiceClients\AccessServiceClient.cs" />
104    <Compile Include="ServiceClients\AccessItem.cs" />
105    <Compile Include="ServiceClients\ClientConfiguration.cs" />
106    <Compile Include="ServiceClients\ClientError.cs" />
107    <Compile Include="ServiceClients\ClientGroup.cs" />
108    <Compile Include="ServiceClients\Client.cs" />
109    <Compile Include="ServiceClients\ClientLog.cs" />
110    <Compile Include="ServiceClients\ClientType.cs" />
111    <Compile Include="ServiceClients\Country.cs" />
112    <Compile Include="ServiceClients\OperatingSystem.cs" />
113    <Compile Include="ServiceClients\User.cs" />
114    <Compile Include="ServiceClients\Role.cs" />
115    <Compile Include="ServiceClients\Resource.cs" />
116    <Compile Include="ServiceClients\IAccessItem.cs" />
117    <Compile Include="ServiceClients\LightweightUser.cs" />
118    <Compile Include="ServiceClients\UserGroup.cs" />
119    <Compile Include="ServiceClients\UserGroupBase.cs" />
120    <Compile Include="Settings.Designer.cs">
121      <AutoGen>True</AutoGen>
122      <DesignTimeSharedInput>True</DesignTimeSharedInput>
123      <DependentUpon>Settings.settings</DependentUpon>
124    </Compile>
125    <Compile Include="UserInformation.cs" />
126  </ItemGroup>
127  <ItemGroup>
128    <None Include="app.config">
129      <SubType>Designer</SubType>
130    </None>
131    <None Include="HeuristicLab.snk" />
132    <None Include="Plugin.cs.frame" />
133    <None Include="Properties\AssemblyInfo.cs.frame" />
134    <None Include="ServiceClients\GenerateServiceClients.cmd" />
135    <None Include="Settings.settings">
136      <Generator>SettingsSingleFileGenerator</Generator>
137      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138    </None>
139  </ItemGroup>
140  <ItemGroup>
141    <ProjectReference Include="..\..\HeuristicLab.Algorithms.Benchmarks\3.3\HeuristicLab.Algorithms.Benchmarks-3.3.csproj">
142      <Project>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</Project>
143      <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name>
144      <Private>False</Private>
145    </ProjectReference>
146    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
147      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
148      <Name>HeuristicLab.Clients.Common-3.3</Name>
149      <Private>False</Private>
150    </ProjectReference>
151    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
152      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
153      <Name>HeuristicLab.Collections-3.3</Name>
154      <Private>False</Private>
155    </ProjectReference>
156    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
157      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
158      <Name>HeuristicLab.Common.Resources-3.3</Name>
159      <Private>False</Private>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
162      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
163      <Name>HeuristicLab.Common-3.3</Name>
164      <Private>False</Private>
165    </ProjectReference>
166    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
167      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
168      <Name>HeuristicLab.Core-3.3</Name>
169      <Private>False</Private>
170    </ProjectReference>
171    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
172      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
173      <Name>HeuristicLab.Data-3.3</Name>
174      <Private>False</Private>
175    </ProjectReference>
176    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
177      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
178      <Name>HeuristicLab.Optimization-3.3</Name>
179      <Private>False</Private>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
182      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
183      <Name>HeuristicLab.Persistence-3.3</Name>
184      <Private>False</Private>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
187      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
188      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
189      <Private>False</Private>
190    </ProjectReference>
191  </ItemGroup>
192  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
193  <PropertyGroup>
194   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
195set ProjectDir=$(ProjectDir)
196set SolutionDir=$(SolutionDir)
197set Outdir=$(Outdir)
198call PreBuildEvent.cmd</PreBuildEvent>
199<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
200export ProjectDir=$(ProjectDir)
201export SolutionDir=$(SolutionDir)
202
203$SolutionDir/PreBuildEvent.sh
204</PreBuildEvent>
205  </PropertyGroup>
206  <PropertyGroup>
207    <PostBuildEvent>
208    </PostBuildEvent>
209  </PropertyGroup>
210  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
211       Other similar extension points exist, see Microsoft.Common.targets.
212  <Target Name="BeforeBuild">
213  </Target>
214  <Target Name="AfterBuild">
215  </Target>
216  -->
217</Project>
Note: See TracBrowser for help on using the repository browser.