2019-11-19 05:10:07 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{BDC9A094-D235-47CD-83CA-44199B60AB20}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>Wabbajack.CacheServer</RootNamespace>
|
|
|
|
|
<AssemblyName>Wabbajack.CacheServer</AssemblyName>
|
2019-11-23 15:50:54 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
2019-11-23 15:50:54 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
2019-11-19 05:10:07 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2019-12-14 05:46:20 +00:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2019-12-04 00:59:53 +00:00
|
|
|
|
<NoWarn>CS1998</NoWarn>
|
|
|
|
|
<WarningsAsErrors>CS4014</WarningsAsErrors>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2019-12-04 00:59:53 +00:00
|
|
|
|
<NoWarn>CS1998</NoWarn>
|
|
|
|
|
<WarningsAsErrors>CS4014</WarningsAsErrors>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Windows" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-12-30 04:35:54 +00:00
|
|
|
|
<Compile Include="DTOs\JobQueue\AJobPayload.cs" />
|
|
|
|
|
<Compile Include="DTOs\JobQueue\Job.cs" />
|
2019-12-29 22:57:01 +00:00
|
|
|
|
<Compile Include="DTOs\Metric.cs" />
|
|
|
|
|
<Compile Include="DTOs\ModListStatus.cs" />
|
|
|
|
|
<Compile Include="DTOs\MongoDoc.cs" />
|
|
|
|
|
<Compile Include="DTOs\SerializerSettings.cs" />
|
2019-12-30 04:35:54 +00:00
|
|
|
|
<Compile Include="Extensions.cs" />
|
|
|
|
|
<Compile Include="JobQueueEndpoints.cs" />
|
2019-12-14 05:46:20 +00:00
|
|
|
|
<Compile Include="ListValidationService.cs" />
|
2019-12-15 04:33:48 +00:00
|
|
|
|
<Compile Include="Metrics.cs" />
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<Compile Include="NexusCacheModule.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Server.cs" />
|
2019-12-24 15:01:06 +00:00
|
|
|
|
<Compile Include="Heartbeat.cs" />
|
2019-12-29 22:57:01 +00:00
|
|
|
|
<Compile Include="ServerConfig\BuildServerConfig.cs" />
|
|
|
|
|
<Compile Include="ServerConfig\MongoConfig.cs" />
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<Compile Include="TestingEndpoints.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
2019-12-29 22:57:01 +00:00
|
|
|
|
<None Include="config.yaml">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj">
|
|
|
|
|
<Project>{B3F3FB6E-B9EB-4F49-9875-D78578BC7AE5}</Project>
|
|
|
|
|
<Name>Wabbajack.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\Wabbajack.Lib\Wabbajack.Lib.csproj">
|
|
|
|
|
<Project>{0a820830-a298-497d-85e0-e9a89efef5fe}</Project>
|
|
|
|
|
<Name>Wabbajack.Lib</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-12-29 22:57:01 +00:00
|
|
|
|
<PackageReference Include="MongoDB.Driver">
|
|
|
|
|
<Version>2.10.0</Version>
|
|
|
|
|
</PackageReference>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<PackageReference Include="Nancy.Hosting.Self">
|
|
|
|
|
<Version>2.0.0</Version>
|
|
|
|
|
</PackageReference>
|
2019-12-30 04:35:54 +00:00
|
|
|
|
<PackageReference Include="Nettle">
|
|
|
|
|
<Version>1.3.0</Version>
|
|
|
|
|
</PackageReference>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
|
|
|
<Version>12.0.3</Version>
|
|
|
|
|
</PackageReference>
|
2019-12-13 00:40:21 +00:00
|
|
|
|
<PackageReference Include="ReactiveUI">
|
2019-12-26 16:47:10 +00:00
|
|
|
|
<Version>11.0.6</Version>
|
2019-12-13 00:40:21 +00:00
|
|
|
|
</PackageReference>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<PackageReference Include="System.Reactive">
|
2019-12-26 20:00:48 +00:00
|
|
|
|
<Version>4.3.2</Version>
|
2019-11-19 05:10:07 +00:00
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2019-12-29 22:57:01 +00:00
|
|
|
|
<ItemGroup />
|
2019-11-19 05:10:07 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|