Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4065 was 4065, checked in by swagner, 14 years ago

Migrated solution and projects to Visual Studio 2010 (#1093)

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