[12761] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
---|
| 4 | <PropertyGroup>
|
---|
| 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 7 | <ProjectGuid>{3F22B7DA-FDDB-48F0-8BB7-0ABA5120FC87}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Services.WebApp.Maintenance</RootNamespace>
|
---|
| 11 | <AssemblyName>HeuristicLab.Services.WebApp.Maintenance-3.3</AssemblyName>
|
---|
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
---|
| 15 | </PropertyGroup>
|
---|
| 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 17 | <DebugSymbols>true</DebugSymbols>
|
---|
| 18 | <DebugType>full</DebugType>
|
---|
| 19 | <Optimize>false</Optimize>
|
---|
| 20 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 22 | <ErrorReport>prompt</ErrorReport>
|
---|
| 23 | <WarningLevel>4</WarningLevel>
|
---|
| 24 | </PropertyGroup>
|
---|
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 26 | <DebugType>pdbonly</DebugType>
|
---|
| 27 | <Optimize>true</Optimize>
|
---|
| 28 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 29 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 30 | <ErrorReport>prompt</ErrorReport>
|
---|
| 31 | <WarningLevel>4</WarningLevel>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup>
|
---|
| 34 | <SignAssembly>true</SignAssembly>
|
---|
| 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 38 | </PropertyGroup>
|
---|
[12775] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 40 | <DebugSymbols>true</DebugSymbols>
|
---|
| 41 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 43 | <DebugType>full</DebugType>
|
---|
| 44 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 45 | <ErrorReport>prompt</ErrorReport>
|
---|
| 46 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 47 | </PropertyGroup>
|
---|
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 49 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 50 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 51 | <Optimize>true</Optimize>
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
---|
| 55 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 56 | </PropertyGroup>
|
---|
| 57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 58 | <DebugSymbols>true</DebugSymbols>
|
---|
| 59 | <OutputPath>bin\x86\Debug\</OutputPath>
|
---|
| 60 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 61 | <DebugType>full</DebugType>
|
---|
| 62 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 63 | <ErrorReport>prompt</ErrorReport>
|
---|
| 64 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 65 | </PropertyGroup>
|
---|
| 66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
| 67 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 68 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 69 | <Optimize>true</Optimize>
|
---|
| 70 | <DebugType>pdbonly</DebugType>
|
---|
| 71 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 72 | <ErrorReport>prompt</ErrorReport>
|
---|
| 73 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 74 | </PropertyGroup>
|
---|
[12761] | 75 | <ItemGroup>
|
---|
| 76 | <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
---|
| 77 | <SpecificVersion>False</SpecificVersion>
|
---|
[12767] | 78 | <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
---|
[12761] | 79 | <Private>False</Private>
|
---|
| 80 | </Reference>
|
---|
[12767] | 81 | <Reference Include="System">
|
---|
| 82 | <Private>False</Private>
|
---|
| 83 | </Reference>
|
---|
| 84 | <Reference Include="System.Core">
|
---|
| 85 | <Private>False</Private>
|
---|
| 86 | </Reference>
|
---|
| 87 | <Reference Include="System.Net.Http">
|
---|
| 88 | <Private>False</Private>
|
---|
| 89 | </Reference>
|
---|
[12761] | 90 | <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 91 | <SpecificVersion>False</SpecificVersion>
|
---|
[12767] | 92 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
---|
[12761] | 93 | <Private>False</Private>
|
---|
| 94 | </Reference>
|
---|
| 95 | <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 96 | <SpecificVersion>False</SpecificVersion>
|
---|
[12767] | 97 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
---|
[12761] | 98 | <Private>False</Private>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 101 | <SpecificVersion>False</SpecificVersion>
|
---|
[12767] | 102 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
---|
[12761] | 103 | <Private>False</Private>
|
---|
| 104 | </Reference>
|
---|
[12767] | 105 | <Reference Include="System.Xml.Linq">
|
---|
| 106 | <Private>False</Private>
|
---|
| 107 | </Reference>
|
---|
| 108 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 109 | <Private>False</Private>
|
---|
| 110 | </Reference>
|
---|
| 111 | <Reference Include="Microsoft.CSharp">
|
---|
| 112 | <Private>False</Private>
|
---|
| 113 | </Reference>
|
---|
| 114 | <Reference Include="System.Data">
|
---|
| 115 | <Private>False</Private>
|
---|
| 116 | </Reference>
|
---|
| 117 | <Reference Include="System.Xml">
|
---|
| 118 | <Private>False</Private>
|
---|
| 119 | </Reference>
|
---|
[12761] | 120 | </ItemGroup>
|
---|
| 121 | <ItemGroup>
|
---|
| 122 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 123 | <Compile Include="WebApi\DataTransfer\FactClientInfo.cs" />
|
---|
| 124 | <Compile Include="WebApi\DataTransfer\Job.cs" />
|
---|
| 125 | <Compile Include="WebApi\DataTransfer\JobPage.cs" />
|
---|
| 126 | <Compile Include="WebApi\DataTransfer\Plugin.cs" />
|
---|
| 127 | <Compile Include="WebApi\DataTransfer\PluginPage.cs" />
|
---|
| 128 | <Compile Include="WebApi\DataTransfer\TableInformation.cs" />
|
---|
| 129 | <Compile Include="WebApi\FactClientInfoController.cs" />
|
---|
| 130 | <Compile Include="WebApi\FactTaskController.cs" />
|
---|
| 131 | <Compile Include="WebApi\PluginController.cs" />
|
---|
| 132 | <Compile Include="WebApi\SpaceUsageController.cs" />
|
---|
| 133 | </ItemGroup>
|
---|
| 134 | <ItemGroup>
|
---|
| 135 | <None Include="app.config" />
|
---|
| 136 | <None Include="HeuristicLab.snk" />
|
---|
| 137 | <Content Include="WebApp\factclientinfo\factclientinfoCtrl.js">
|
---|
| 138 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 139 | </Content>
|
---|
| 140 | <Content Include="WebApp\facttask\facttaskCtrl.js">
|
---|
| 141 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 142 | </Content>
|
---|
| 143 | <Content Include="WebApp\plugin\plugin.cshtml">
|
---|
| 144 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 145 | </Content>
|
---|
[12767] | 146 | <None Include="packages.config" />
|
---|
| 147 | <Content Include="Web.config">
|
---|
| 148 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 149 | </Content>
|
---|
[12775] | 150 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[12761] | 151 | <None Include="WebApp\factclientinfo\factclientinfo.cshtml">
|
---|
| 152 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 153 | </None>
|
---|
| 154 | <None Include="WebApp\facttask\facttask.cshtml">
|
---|
| 155 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 156 | </None>
|
---|
| 157 | <None Include="WebApp\spaceUsage\spaceUsage.cshtml">
|
---|
| 158 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 159 | </None>
|
---|
| 160 | </ItemGroup>
|
---|
| 161 | <ItemGroup>
|
---|
| 162 | <Content Include="maintenance.js">
|
---|
| 163 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 164 | </Content>
|
---|
| 165 | <Content Include="WebApp\plugin\pluginCtrl.js">
|
---|
| 166 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 167 | </Content>
|
---|
| 168 | <Content Include="WebApp\services\factclientinfoService.js">
|
---|
| 169 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 170 | </Content>
|
---|
| 171 | <Content Include="WebApp\services\facttaskService.js">
|
---|
| 172 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 173 | </Content>
|
---|
| 174 | <Content Include="WebApp\services\pluginService.js">
|
---|
| 175 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 176 | </Content>
|
---|
| 177 | <Content Include="WebApp\services\spaceUsageService.js">
|
---|
| 178 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 179 | </Content>
|
---|
| 180 | <Content Include="WebApp\spaceUsage\spaceUsageCtrl.js">
|
---|
| 181 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 182 | </Content>
|
---|
| 183 | </ItemGroup>
|
---|
| 184 | <ItemGroup />
|
---|
| 185 | <ItemGroup>
|
---|
| 186 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
|
---|
| 187 | <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
|
---|
| 188 | <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
|
---|
| 189 | <Private>False</Private>
|
---|
| 190 | </ProjectReference>
|
---|
| 191 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
|
---|
| 192 | <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
|
---|
| 193 | <Name>HeuristicLab.Services.Hive-3.3</Name>
|
---|
| 194 | <Private>False</Private>
|
---|
| 195 | </ProjectReference>
|
---|
| 196 | </ItemGroup>
|
---|
| 197 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 198 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
---|
| 199 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
---|
| 200 | <PropertyGroup>
|
---|
| 201 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
---|
| 202 | </PropertyGroup>
|
---|
| 203 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
---|
| 204 | </Target>
|
---|
[12879] | 205 | <PropertyGroup>
|
---|
| 206 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 207 | set ProjectDir=$(ProjectDir)
|
---|
| 208 | set SolutionDir=$(SolutionDir)
|
---|
| 209 | set Outdir=$(Outdir)
|
---|
| 210 |
|
---|
| 211 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 212 | </PropertyGroup>
|
---|
[12761] | 213 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 214 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 215 | <Target Name="BeforeBuild">
|
---|
| 216 | </Target>
|
---|
| 217 | <Target Name="AfterBuild">
|
---|
| 218 | </Target>
|
---|
| 219 | -->
|
---|
| 220 | </Project> |
---|