Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 3088 was 3088, checked in by gkronber, 14 years ago

copied unit test cases for class PluginStore of the deployment service from the feature development branch. #918 (Integrate deployment service into trunk and HL3.3 solution file)

File size: 6.4 KB
Line 
1<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Services.Deployment</RootNamespace>
11    <AssemblyName>HeuristicLab.Services.Deployment</AssemblyName>
12    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13    <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36    <DebugSymbols>true</DebugSymbols>
37    <OutputPath>bin\x86\Debug\</OutputPath>
38    <DefineConstants>DEBUG;TRACE</DefineConstants>
39    <DebugType>full</DebugType>
40    <PlatformTarget>x86</PlatformTarget>
41    <ErrorReport>prompt</ErrorReport>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44    <OutputPath>bin\x86\Release\</OutputPath>
45    <DefineConstants>TRACE</DefineConstants>
46    <Optimize>true</Optimize>
47    <DebugType>pdbonly</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>bin\x64\Debug\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
60    <OutputPath>bin\x64\Release\</OutputPath>
61    <DefineConstants>TRACE</DefineConstants>
62    <Optimize>true</Optimize>
63    <DebugType>pdbonly</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
69    <Reference Include="System" />
70    <Reference Include="System.Core">
71      <RequiredTargetFramework>3.5</RequiredTargetFramework>
72    </Reference>
73    <Reference Include="System.Data" />
74    <Reference Include="System.Data.Linq">
75      <RequiredTargetFramework>3.5</RequiredTargetFramework>
76    </Reference>
77    <Reference Include="System.Runtime.Serialization">
78      <RequiredTargetFramework>3.0</RequiredTargetFramework>
79    </Reference>
80    <Reference Include="System.ServiceModel">
81      <RequiredTargetFramework>3.0</RequiredTargetFramework>
82    </Reference>
83    <Reference Include="System.Transactions" />
84    <Reference Include="System.Xml" />
85    <Reference Include="System.Xml.Linq">
86      <RequiredTargetFramework>3.5</RequiredTargetFramework>
87    </Reference>
88  </ItemGroup>
89  <ItemGroup>
90    <Compile Include="Admin.cs" />
91    <Compile Include="IAdmin.cs" />
92    <Compile Include="IUpdate.cs" />
93    <Compile Include="PluginDescription.cs" />
94    <Compile Include="PluginStore.cs" />
95    <Compile Include="ProductDescription.cs" />
96    <Compile Include="Properties\AssemblyInfo.cs" />
97    <Compile Include="Properties\Settings.Designer.cs">
98      <AutoGen>True</AutoGen>
99      <DesignTimeSharedInput>True</DesignTimeSharedInput>
100      <DependentUpon>Settings.settings</DependentUpon>
101    </Compile>
102    <Compile Include="Tests\PluginStoreTest.cs" />
103    <Compile Include="Update.cs" />
104  </ItemGroup>
105  <ItemGroup>
106    <None Include="App.config" />
107  </ItemGroup>
108  <ItemGroup>
109    <WCFMetadata Include="Service References\" />
110  </ItemGroup>
111  <ItemGroup>
112    <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
113  </ItemGroup>
114  <ItemGroup>
115    <None Include="HeuristicLab.snk" />
116    <None Include="Properties\AssemblyInfo.frame" />
117    <None Include="Properties\Settings.settings">
118      <Generator>SettingsSingleFileGenerator</Generator>
119      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
120    </None>
121  </ItemGroup>
122  <ItemGroup>
123    <ProjectReference Include="..\..\HeuristicLab.Services.Deployment.DataAccess\3.3\HeuristicLab.Services.Deployment.DataAccess-3.3.csproj">
124      <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
125      <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
126    </ProjectReference>
127  </ItemGroup>
128  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
129  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130       Other similar extension points exist, see Microsoft.Common.targets.
131  <Target Name="BeforeBuild">
132  </Target>
133  <Target Name="AfterBuild">
134  </Target>
135  -->
136  <ProjectExtensions>
137    <VisualStudio>
138      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
139        <WcfProjectProperties>
140          <AutoStart>True</AutoStart>
141        </WcfProjectProperties>
142      </FlavorProperties>
143    </VisualStudio>
144  </ProjectExtensions>
145  <PropertyGroup>
146    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
147set ProjectDir=$(ProjectDir)
148set SolutionDir=$(SolutionDir)
149set Outdir=$(Outdir)
150
151call PreBuildEvent.cmd</PreBuildEvent>
152  </PropertyGroup>
153</Project>
Note: See TracBrowser for help on using the repository browser.