[12428] | 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>{2351DBE7-D0E1-44F9-9CE9-2F0F5E580572}</ProjectGuid>
|
---|
| 8 | <OutputType>Library</OutputType>
|
---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 10 | <RootNamespace>HeuristicLab.Services.WebApp.Status</RootNamespace>
|
---|
[12962] | 11 | <AssemblyName>HeuristicLab.Services.WebApp.Status-3.3</AssemblyName>
|
---|
[12428] | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
---|
| 13 | <FileAlignment>512</FileAlignment>
|
---|
| 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
---|
| 15 | <RestorePackages>true</RestorePackages>
|
---|
| 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
| 21 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
| 25 | </PropertyGroup>
|
---|
| 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 27 | <DebugType>none</DebugType>
|
---|
| 28 | <Optimize>true</Optimize>
|
---|
| 29 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 30 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 31 | <ErrorReport>prompt</ErrorReport>
|
---|
| 32 | <WarningLevel>4</WarningLevel>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup>
|
---|
| 35 | <SignAssembly>true</SignAssembly>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup>
|
---|
| 38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 39 | </PropertyGroup>
|
---|
| 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 41 | <DebugSymbols>true</DebugSymbols>
|
---|
| 42 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 43 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 44 | <DebugType>full</DebugType>
|
---|
| 45 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 46 | <ErrorReport>prompt</ErrorReport>
|
---|
| 47 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 48 | </PropertyGroup>
|
---|
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
| 50 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 51 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 52 | <Optimize>true</Optimize>
|
---|
| 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 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 71 | <ErrorReport>prompt</ErrorReport>
|
---|
| 72 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 73 | </PropertyGroup>
|
---|
| 74 | <ItemGroup>
|
---|
[12563] | 75 | <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
---|
| 76 | <SpecificVersion>False</SpecificVersion>
|
---|
| 77 | <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
---|
[12962] | 78 | <Private>False</Private>
|
---|
[12428] | 79 | </Reference>
|
---|
| 80 | <Reference Include="System" />
|
---|
| 81 | <Reference Include="System.Core" />
|
---|
| 82 | <Reference Include="System.Data.Linq" />
|
---|
| 83 | <Reference Include="System.Net.Http" />
|
---|
| 84 | <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 85 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
---|
| 86 | <Private>False</Private>
|
---|
| 87 | </Reference>
|
---|
| 88 | <Reference Include="System.Web.ApplicationServices" />
|
---|
| 89 | <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 90 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
---|
| 91 | <Private>False</Private>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 94 | <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
---|
| 95 | <Private>False</Private>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="System.Xml.Linq" />
|
---|
| 98 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 99 | <Reference Include="Microsoft.CSharp" />
|
---|
| 100 | <Reference Include="System.Data" />
|
---|
| 101 | <Reference Include="System.Xml" />
|
---|
| 102 | </ItemGroup>
|
---|
| 103 | <ItemGroup>
|
---|
| 104 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 105 | <Compile Include="WebApi\DataController.cs" />
|
---|
| 106 | <Compile Include="WebApi\DataTransfer\Slave.cs" />
|
---|
| 107 | <Compile Include="WebApi\DataTransfer\Status.cs" />
|
---|
| 108 | <Compile Include="WebApi\DataTransfer\User.cs" />
|
---|
| 109 | <Compile Include="WebApi\JavascriptUtils.cs" />
|
---|
| 110 | </ItemGroup>
|
---|
| 111 | <ItemGroup>
|
---|
| 112 | <Content Include="status.js">
|
---|
| 113 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 114 | </Content>
|
---|
| 115 | <Content Include="WebApp\services\statusService.js">
|
---|
| 116 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 117 | </Content>
|
---|
| 118 | <Content Include="WebApp\status.css">
|
---|
| 119 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 120 | </Content>
|
---|
| 121 | <None Include="HeuristicLab.snk" />
|
---|
| 122 | <Content Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 123 | <None Include="packages.config" />
|
---|
| 124 | <None Include="WebApp\history\history.cshtml">
|
---|
| 125 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 126 | </None>
|
---|
| 127 | <Content Include="WebApp\history\historyCtrl.js">
|
---|
| 128 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 129 | </Content>
|
---|
| 130 | <Content Include="WebApp\status\statusCtrl.js">
|
---|
| 131 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 132 | </Content>
|
---|
| 133 | </ItemGroup>
|
---|
| 134 | <ItemGroup>
|
---|
| 135 | <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
|
---|
| 136 | <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
|
---|
| 137 | <Name>HeuristicLab.Services.Access-3.3</Name>
|
---|
| 138 | <Private>False</Private>
|
---|
| 139 | </ProjectReference>
|
---|
| 140 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
|
---|
| 141 | <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
|
---|
| 142 | <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
|
---|
| 143 | <Private>False</Private>
|
---|
| 144 | </ProjectReference>
|
---|
| 145 | <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
|
---|
| 146 | <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
|
---|
| 147 | <Name>HeuristicLab.Services.Hive-3.3</Name>
|
---|
| 148 | <Private>False</Private>
|
---|
| 149 | </ProjectReference>
|
---|
| 150 | </ItemGroup>
|
---|
| 151 | <ItemGroup>
|
---|
| 152 | <None Include="WebApp\status\status.cshtml">
|
---|
| 153 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
---|
| 154 | </None>
|
---|
| 155 | </ItemGroup>
|
---|
| 156 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 157 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
---|
| 158 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
---|
| 159 | <PropertyGroup>
|
---|
| 160 | <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>
|
---|
| 161 | </PropertyGroup>
|
---|
| 162 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
---|
| 163 | </Target>
|
---|
| 164 | <PropertyGroup>
|
---|
| 165 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 166 | set ProjectDir=$(ProjectDir)
|
---|
| 167 | set SolutionDir=$(SolutionDir)
|
---|
| 168 | set Outdir=$(Outdir)
|
---|
| 169 |
|
---|
| 170 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 171 | </PropertyGroup>
|
---|
| 172 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 173 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 174 | <Target Name="BeforeBuild">
|
---|
| 175 | </Target>
|
---|
| 176 | <Target Name="AfterBuild">
|
---|
| 177 | </Target>
|
---|
| 178 | -->
|
---|
| 179 | </Project> |
---|