Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj @ 18210

Last change on this file since 18210 was 18210, checked in by gkronber, 2 years ago

#3017: upgraded all projects to use .NET Framework 4.7.2 and the default language version C# 7.3

File size: 7.3 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.7.2</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    <Prefer32Bit>false</Prefer32Bit>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37    <DebugType>pdbonly</DebugType>
38    <Optimize>true</Optimize>
39    <OutputPath>bin\Release\</OutputPath>
40    <DefineConstants>TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
44    <Prefer32Bit>false</Prefer32Bit>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
47    <DebugSymbols>true</DebugSymbols>
48    <OutputPath>bin\Debug\</OutputPath>
49    <DefineConstants>DEBUG;TRACE</DefineConstants>
50    <DebugType>full</DebugType>
51    <PlatformTarget>x86</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54    <Prefer32Bit>false</Prefer32Bit>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
57    <OutputPath>bin\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64    <Prefer32Bit>false</Prefer32Bit>
65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
67    <DebugSymbols>true</DebugSymbols>
68    <OutputPath>bin\Debug\</OutputPath>
69    <DefineConstants>DEBUG;TRACE</DefineConstants>
70    <DebugType>full</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
74    <Prefer32Bit>false</Prefer32Bit>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
77    <OutputPath>bin\Release\</OutputPath>
78    <DefineConstants>TRACE</DefineConstants>
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  <ItemGroup>
87    <Reference Include="System" />
88    <Reference Include="System.Core">
89      <RequiredTargetFramework>3.5</RequiredTargetFramework>
90    </Reference>
91    <Reference Include="System.Data" />
92    <Reference Include="System.Data.Linq">
93      <RequiredTargetFramework>3.5</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Runtime.Serialization">
96      <RequiredTargetFramework>3.0</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.ServiceModel">
99      <RequiredTargetFramework>3.0</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Transactions" />
102    <Reference Include="System.Xml" />
103    <Reference Include="System.Xml.Linq">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="AdminService.cs" />
109    <Compile Include="IAdminService.cs" />
110    <Compile Include="IUpdateService.cs" />
111    <Compile Include="PluginDescription.cs" />
112    <Compile Include="PluginStore.cs" />
113    <Compile Include="ProductDescription.cs" />
114    <Compile Include="Properties\AssemblyInfo.cs" />
115    <Compile Include="Properties\Settings.Designer.cs">
116      <AutoGen>True</AutoGen>
117      <DesignTimeSharedInput>True</DesignTimeSharedInput>
118      <DependentUpon>Settings.settings</DependentUpon>
119    </Compile>
120    <Compile Include="UpdateService.cs" />
121  </ItemGroup>
122  <ItemGroup>
123    <None Include="app.config" />
124  </ItemGroup>
125  <ItemGroup>
126    <WCFMetadata Include="Service References\" />
127  </ItemGroup>
128  <ItemGroup>
129    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
130  </ItemGroup>
131  <ItemGroup>
132    <None Include="Web.config" />
133    <None Include="HeuristicLab.snk" />
134    <None Include="Properties\AssemblyInfo.cs.frame" />
135    <None Include="Properties\Settings.settings">
136      <Generator>SettingsSingleFileGenerator</Generator>
137      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
138    </None>
139  </ItemGroup>
140  <ItemGroup>
141    <ProjectReference Include="..\..\HeuristicLab.Services.Deployment.DataAccess\3.3\HeuristicLab.Services.Deployment.DataAccess-3.3.csproj">
142      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
143      <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
144      <Private>False</Private>
145    </ProjectReference>
146  </ItemGroup>
147  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149       Other similar extension points exist, see Microsoft.Common.targets.
150  <Target Name="BeforeBuild">
151  </Target>
152  <Target Name="AfterBuild">
153  </Target>
154  -->
155  <ProjectExtensions>
156    <VisualStudio>
157      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
158        <WcfProjectProperties>
159          <AutoStart>False</AutoStart>
160        </WcfProjectProperties>
161      </FlavorProperties>
162    </VisualStudio>
163  </ProjectExtensions>
164  <PropertyGroup>
165    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
166set ProjectDir=$(ProjectDir)
167set SolutionDir=$(SolutionDir)
168set Outdir=$(Outdir)
169
170call PreBuildEvent.cmd</PreBuildEvent>
171    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
172export ProjectDir=$(ProjectDir)
173export SolutionDir=$(SolutionDir)
174
175$SolutionDir/PreBuildEvent.sh
176</PreBuildEvent>
177  </PropertyGroup>
178</Project>
Note: See TracBrowser for help on using the repository browser.