[3084] | 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="System" />
|
---|
| 69 | <Reference Include="System.Core">
|
---|
| 70 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 71 | </Reference>
|
---|
| 72 | <Reference Include="System.Data" />
|
---|
| 73 | <Reference Include="System.Data.Linq">
|
---|
| 74 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 75 | </Reference>
|
---|
| 76 | <Reference Include="System.Runtime.Serialization">
|
---|
| 77 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 78 | </Reference>
|
---|
| 79 | <Reference Include="System.ServiceModel">
|
---|
| 80 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 81 | </Reference>
|
---|
| 82 | <Reference Include="System.Transactions" />
|
---|
| 83 | <Reference Include="System.Xml" />
|
---|
| 84 | <Reference Include="System.Xml.Linq">
|
---|
| 85 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 86 | </Reference>
|
---|
| 87 | </ItemGroup>
|
---|
| 88 | <ItemGroup>
|
---|
| 89 | <Compile Include="Admin.cs" />
|
---|
| 90 | <Compile Include="IAdmin.cs" />
|
---|
| 91 | <Compile Include="IUpdate.cs" />
|
---|
| 92 | <Compile Include="PluginDescription.cs" />
|
---|
| 93 | <Compile Include="PluginStore.cs" />
|
---|
| 94 | <Compile Include="ProductDescription.cs" />
|
---|
| 95 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 96 | <Compile Include="Properties\Settings.Designer.cs">
|
---|
| 97 | <AutoGen>True</AutoGen>
|
---|
| 98 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
---|
| 99 | <DependentUpon>Settings.settings</DependentUpon>
|
---|
| 100 | </Compile>
|
---|
| 101 | <Compile Include="Update.cs" />
|
---|
| 102 | </ItemGroup>
|
---|
| 103 | <ItemGroup>
|
---|
| 104 | <None Include="App.config" />
|
---|
| 105 | </ItemGroup>
|
---|
| 106 | <ItemGroup>
|
---|
| 107 | <WCFMetadata Include="Service References\" />
|
---|
| 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
| 110 | <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
|
---|
| 111 | </ItemGroup>
|
---|
| 112 | <ItemGroup>
|
---|
| 113 | <None Include="HeuristicLab.snk" />
|
---|
| 114 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 115 | <None Include="Properties\Settings.settings">
|
---|
| 116 | <Generator>SettingsSingleFileGenerator</Generator>
|
---|
| 117 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
---|
| 118 | </None>
|
---|
| 119 | </ItemGroup>
|
---|
| 120 | <ItemGroup>
|
---|
| 121 | <ProjectReference Include="..\..\HeuristicLab.Services.Deployment.DataAccess\3.3\HeuristicLab.Services.Deployment.DataAccess-3.3.csproj">
|
---|
| 122 | <Project>{EBEBA863-DD05-4331-BE25-5758B15F7407}</Project>
|
---|
| 123 | <Name>HeuristicLab.Services.Deployment.DataAccess-3.3</Name>
|
---|
| 124 | </ProjectReference>
|
---|
| 125 | </ItemGroup>
|
---|
| 126 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 127 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 128 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 129 | <Target Name="BeforeBuild">
|
---|
| 130 | </Target>
|
---|
| 131 | <Target Name="AfterBuild">
|
---|
| 132 | </Target>
|
---|
| 133 | -->
|
---|
| 134 | <ProjectExtensions>
|
---|
| 135 | <VisualStudio>
|
---|
| 136 | <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
|
---|
| 137 | <WcfProjectProperties>
|
---|
| 138 | <AutoStart>True</AutoStart>
|
---|
| 139 | </WcfProjectProperties>
|
---|
| 140 | </FlavorProperties>
|
---|
| 141 | </VisualStudio>
|
---|
| 142 | </ProjectExtensions>
|
---|
| 143 | <PropertyGroup>
|
---|
| 144 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 145 | set ProjectDir=$(ProjectDir)
|
---|
| 146 | set SolutionDir=$(SolutionDir)
|
---|
| 147 | set Outdir=$(Outdir)
|
---|
| 148 |
|
---|
| 149 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 150 | </PropertyGroup>
|
---|
| 151 | </Project> |
---|