Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2743: cleaned up

  • updated app configs
  • updated settings
File size: 7.3 KB
RevLine 
[4065]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3084]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>
[11623]15    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[7010]16    <TargetFrameworkProfile>
17    </TargetFrameworkProfile>
[3084]18    <SignAssembly>true</SignAssembly>
19    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]20    <FileUpgradeFlags>
21    </FileUpgradeFlags>
22    <OldToolsVersion>3.5</OldToolsVersion>
23    <UpgradeBackupLocation />
[3084]24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26    <DebugSymbols>true</DebugSymbols>
27    <DebugType>full</DebugType>
28    <Optimize>false</Optimize>
[7155]29    <OutputPath>bin\Debug\</OutputPath>
[3084]30    <DefineConstants>DEBUG;TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
[4065]33    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]34    <Prefer32Bit>false</Prefer32Bit>
[3084]35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37    <DebugType>pdbonly</DebugType>
38    <Optimize>true</Optimize>
[7155]39    <OutputPath>bin\Release\</OutputPath>
[3084]40    <DefineConstants>TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
[4065]43    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]44    <Prefer32Bit>false</Prefer32Bit>
[3084]45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
47    <DebugSymbols>true</DebugSymbols>
[7155]48    <OutputPath>bin\Debug\</OutputPath>
[3084]49    <DefineConstants>DEBUG;TRACE</DefineConstants>
50    <DebugType>full</DebugType>
51    <PlatformTarget>x86</PlatformTarget>
52    <ErrorReport>prompt</ErrorReport>
[4065]53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]54    <Prefer32Bit>false</Prefer32Bit>
[3084]55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[7155]57    <OutputPath>bin\Release\</OutputPath>
[3084]58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <ErrorReport>prompt</ErrorReport>
[4065]63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]64    <Prefer32Bit>false</Prefer32Bit>
[3084]65  </PropertyGroup>
66  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
67    <DebugSymbols>true</DebugSymbols>
[7155]68    <OutputPath>bin\Debug\</OutputPath>
[3084]69    <DefineConstants>DEBUG;TRACE</DefineConstants>
70    <DebugType>full</DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
[4065]73    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]74    <Prefer32Bit>false</Prefer32Bit>
[3084]75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[7155]77    <OutputPath>bin\Release\</OutputPath>
[3084]78    <DefineConstants>TRACE</DefineConstants>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x64</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
[4065]83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]84    <Prefer32Bit>false</Prefer32Bit>
[3084]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>
[4494]108    <Compile Include="AdminService.cs" />
109    <Compile Include="IAdminService.cs" />
110    <Compile Include="IUpdateService.cs" />
[3084]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>
[4494]120    <Compile Include="UpdateService.cs" />
[3084]121  </ItemGroup>
122  <ItemGroup>
[14748]123    <None Include="app.config" />
[3084]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>
[14748]132    <None Include="Web.config" />
[3084]133    <None Include="HeuristicLab.snk" />
[7010]134    <None Include="Properties\AssemblyInfo.cs.frame" />
[3084]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>
[7010]144      <Private>False</Private>
145    </ProjectReference>
[3084]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>
[4307]159          <AutoStart>False</AutoStart>
[3084]160        </WcfProjectProperties>
161      </FlavorProperties>
162    </VisualStudio>
163  </ProjectExtensions>
164  <PropertyGroup>
[11623]165    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3084]166set ProjectDir=$(ProjectDir)
167set SolutionDir=$(SolutionDir)
168set Outdir=$(Outdir)
169
170call PreBuildEvent.cmd</PreBuildEvent>
[11623]171    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]172export ProjectDir=$(ProjectDir)
173export SolutionDir=$(SolutionDir)
174
175$SolutionDir/PreBuildEvent.sh
176</PreBuildEvent>
[3084]177  </PropertyGroup>
178</Project>
Note: See TracBrowser for help on using the repository browser.