[4065] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[3216] | 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>{421D9CCA-5A48-4813-AB9C-ED7025F9CC35}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Services.Deployment_3._3.Tests</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Services.Deployment_3._3.Tests</AssemblyName>
|
---|
[4065] | 13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
[3216] | 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
[4065] | 16 | <FileUpgradeFlags>
|
---|
| 17 | </FileUpgradeFlags>
|
---|
| 18 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 19 | <UpgradeBackupLocation />
|
---|
| 20 | <PublishUrl>publish\</PublishUrl>
|
---|
| 21 | <Install>true</Install>
|
---|
| 22 | <InstallFrom>Disk</InstallFrom>
|
---|
| 23 | <UpdateEnabled>false</UpdateEnabled>
|
---|
| 24 | <UpdateMode>Foreground</UpdateMode>
|
---|
| 25 | <UpdateInterval>7</UpdateInterval>
|
---|
| 26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
---|
| 27 | <UpdatePeriodically>false</UpdatePeriodically>
|
---|
| 28 | <UpdateRequired>false</UpdateRequired>
|
---|
| 29 | <MapFileExtensions>true</MapFileExtensions>
|
---|
| 30 | <ApplicationRevision>0</ApplicationRevision>
|
---|
| 31 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
---|
| 32 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
---|
| 33 | <UseApplicationTrust>false</UseApplicationTrust>
|
---|
| 34 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
---|
[3216] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 37 | <DebugSymbols>true</DebugSymbols>
|
---|
| 38 | <DebugType>full</DebugType>
|
---|
| 39 | <Optimize>false</Optimize>
|
---|
[6842] | 40 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3216] | 41 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 42 | <ErrorReport>prompt</ErrorReport>
|
---|
| 43 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 44 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3216] | 45 | </PropertyGroup>
|
---|
| 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 47 | <DebugType>pdbonly</DebugType>
|
---|
| 48 | <Optimize>true</Optimize>
|
---|
| 49 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <WarningLevel>4</WarningLevel>
|
---|
[4065] | 53 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3216] | 54 | </PropertyGroup>
|
---|
| 55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 56 | <DebugSymbols>true</DebugSymbols>
|
---|
[6842] | 57 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3216] | 58 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 59 | <DebugType>full</DebugType>
|
---|
| 60 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 61 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 62 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3216] | 63 | </PropertyGroup>
|
---|
| 64 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
[6842] | 65 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3216] | 66 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 67 | <Optimize>true</Optimize>
|
---|
| 68 | <DebugType>pdbonly</DebugType>
|
---|
| 69 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 70 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 71 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3216] | 72 | </PropertyGroup>
|
---|
| 73 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 74 | <DebugSymbols>true</DebugSymbols>
|
---|
[6842] | 75 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3216] | 76 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 77 | <DebugType>full</DebugType>
|
---|
| 78 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 79 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 80 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3216] | 81 | </PropertyGroup>
|
---|
| 82 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
[6842] | 83 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[3216] | 84 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 85 | <Optimize>true</Optimize>
|
---|
| 86 | <DebugType>pdbonly</DebugType>
|
---|
| 87 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 88 | <ErrorReport>prompt</ErrorReport>
|
---|
[4065] | 89 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
[3216] | 90 | </PropertyGroup>
|
---|
| 91 | <ItemGroup>
|
---|
[4065] | 92 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
---|
[3216] | 93 | <Reference Include="System" />
|
---|
| 94 | <Reference Include="System.Core">
|
---|
| 95 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 96 | </Reference>
|
---|
| 97 | </ItemGroup>
|
---|
| 98 | <ItemGroup>
|
---|
| 99 | <Compile Include="PluginStoreTest.cs" />
|
---|
| 100 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 101 | </ItemGroup>
|
---|
| 102 | <ItemGroup>
|
---|
| 103 | <ProjectReference Include="..\..\..\HeuristicLab.Services.Deployment.DataAccess\3.3\HeuristicLab.Services.Deployment.DataAccess-3.3.csproj">
|
---|
| 104 | <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
|
---|
| 105 | <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
|
---|
[6832] | 106 | <Private>False</Private></ProjectReference>
|
---|
[3216] | 107 | <ProjectReference Include="..\HeuristicLab.Services.Deployment-3.3.csproj">
|
---|
| 108 | <Project>{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}</Project>
|
---|
| 109 | <Name>HeuristicLab.Services.Deployment-3.3</Name>
|
---|
[6832] | 110 | <Private>False</Private></ProjectReference>
|
---|
[3216] | 111 | </ItemGroup>
|
---|
[4065] | 112 | <ItemGroup>
|
---|
| 113 | <BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
---|
| 114 | <Visible>False</Visible>
|
---|
| 115 | <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
---|
| 116 | <Install>true</Install>
|
---|
| 117 | </BootstrapperPackage>
|
---|
| 118 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 119 | <Visible>False</Visible>
|
---|
| 120 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 121 | <Install>false</Install>
|
---|
| 122 | </BootstrapperPackage>
|
---|
| 123 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 124 | <Visible>False</Visible>
|
---|
| 125 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 126 | <Install>false</Install>
|
---|
| 127 | </BootstrapperPackage>
|
---|
| 128 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 129 | <Visible>False</Visible>
|
---|
| 130 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 131 | <Install>true</Install>
|
---|
| 132 | </BootstrapperPackage>
|
---|
| 133 | </ItemGroup>
|
---|
[3216] | 134 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 135 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 136 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 137 | <Target Name="BeforeBuild">
|
---|
| 138 | </Target>
|
---|
| 139 | <Target Name="AfterBuild">
|
---|
| 140 | </Target>
|
---|
| 141 | -->
|
---|
| 142 | </Project> |
---|