Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-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: 7.0 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>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Deployment</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Deployment</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16    <TargetFrameworkProfile>
17    </TargetFrameworkProfile>
18    <SignAssembly>true</SignAssembly>
19    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
20    <FileUpgradeFlags>
21    </FileUpgradeFlags>
22    <OldToolsVersion>3.5</OldToolsVersion>
23    <UpgradeBackupLocation />
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26    <DebugSymbols>true</DebugSymbols>
27    <DebugType>full</DebugType>
28    <Optimize>false</Optimize>
29    <OutputPath>bin\Debug\</OutputPath>
30    <DefineConstants>DEBUG;TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36    <DebugType>pdbonly</DebugType>
37    <Optimize>true</Optimize>
38    <OutputPath>bin\Release\</OutputPath>
39    <DefineConstants>TRACE</DefineConstants>
40    <ErrorReport>prompt</ErrorReport>
41    <WarningLevel>4</WarningLevel>
42    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>bin\Debug\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
54    <OutputPath>bin\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>bin\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <ItemGroup>
81    <Reference Include="System" />
82    <Reference Include="System.Core">
83      <RequiredTargetFramework>3.5</RequiredTargetFramework>
84    </Reference>
85    <Reference Include="System.Data" />
86    <Reference Include="System.Data.Linq">
87      <RequiredTargetFramework>3.5</RequiredTargetFramework>
88    </Reference>
89    <Reference Include="System.Runtime.Serialization">
90      <RequiredTargetFramework>3.0</RequiredTargetFramework>
91    </Reference>
92    <Reference Include="System.ServiceModel">
93      <RequiredTargetFramework>3.0</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Transactions" />
96    <Reference Include="System.Xml" />
97    <Reference Include="System.Xml.Linq">
98      <RequiredTargetFramework>3.5</RequiredTargetFramework>
99    </Reference>
100  </ItemGroup>
101  <ItemGroup>
102    <Compile Include="AdminService.cs" />
103    <Compile Include="IAdminService.cs" />
104    <Compile Include="IUpdateService.cs" />
105    <Compile Include="PluginDescription.cs" />
106    <Compile Include="PluginStore.cs" />
107    <Compile Include="ProductDescription.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <Compile Include="Properties\Settings.Designer.cs">
110      <AutoGen>True</AutoGen>
111      <DesignTimeSharedInput>True</DesignTimeSharedInput>
112      <DependentUpon>Settings.settings</DependentUpon>
113    </Compile>
114    <Compile Include="UpdateService.cs" />
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="App.config" />
118  </ItemGroup>
119  <ItemGroup>
120    <WCFMetadata Include="Service References\" />
121  </ItemGroup>
122  <ItemGroup>
123    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
124  </ItemGroup>
125  <ItemGroup>
126    <None Include="HeuristicLab.snk" />
127    <None Include="Properties\AssemblyInfo.cs.frame" />
128    <None Include="Properties\Settings.settings">
129      <Generator>SettingsSingleFileGenerator</Generator>
130      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
131    </None>
132  </ItemGroup>
133  <ItemGroup>
134    <ProjectReference Include="..\..\HeuristicLab.Services.Deployment.DataAccess\3.3\HeuristicLab.Services.Deployment.DataAccess-3.3.csproj">
135      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
136      <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139  </ItemGroup>
140  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
141  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142       Other similar extension points exist, see Microsoft.Common.targets.
143  <Target Name="BeforeBuild">
144  </Target>
145  <Target Name="AfterBuild">
146  </Target>
147  -->
148  <ProjectExtensions>
149    <VisualStudio>
150      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
151        <WcfProjectProperties>
152          <AutoStart>False</AutoStart>
153        </WcfProjectProperties>
154      </FlavorProperties>
155    </VisualStudio>
156  </ProjectExtensions>
157  <PropertyGroup>
158   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
159set ProjectDir=$(ProjectDir)
160set SolutionDir=$(SolutionDir)
161set Outdir=$(Outdir)
162
163call PreBuildEvent.cmd</PreBuildEvent>
164<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
165export ProjectDir=$(ProjectDir)
166export SolutionDir=$(SolutionDir)
167
168$SolutionDir/PreBuildEvent.sh
169</PreBuildEvent>
170  </PropertyGroup>
171</Project>
Note: See TracBrowser for help on using the repository browser.