1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" 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 >{EFF021CA-1BF4-4C09-BFB8-D314EAAD24D2}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >Gallery.Maintenance</RootNamespace >
10+ <AssemblyName >Gallery.Maintenance</AssemblyName >
11+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ </PropertyGroup >
14+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15+ <PlatformTarget >AnyCPU</PlatformTarget >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <PlatformTarget >AnyCPU</PlatformTarget >
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+ <ItemGroup >
34+ <Reference Include =" Microsoft.ApplicationInsights, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
35+ <HintPath >..\..\packages\Microsoft.ApplicationInsights.2.1.0\lib\net45\Microsoft.ApplicationInsights.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
38+ <HintPath >..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" Microsoft.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
41+ <HintPath >..\..\packages\Microsoft.Extensions.Logging.1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Microsoft.Extensions.Logging.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
44+ <HintPath >..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" NuGet.Services.Logging, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
47+ <HintPath >..\..\packages\NuGet.Services.Logging.2.1.0\lib\net452\NuGet.Services.Logging.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
50+ <HintPath >..\..\packages\Serilog.2.0.0\lib\net45\Serilog.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Serilog.Enrichers.Environment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
53+ <HintPath >..\..\packages\Serilog.Enrichers.Environment.2.1.0\lib\net45\Serilog.Enrichers.Environment.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" Serilog.Enrichers.Process, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
56+ <HintPath >..\..\packages\Serilog.Enrichers.Process.2.0.0\lib\net45\Serilog.Enrichers.Process.dll</HintPath >
57+ </Reference >
58+ <Reference Include =" Serilog.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
59+ <HintPath >..\..\packages\Serilog.Extensions.Logging.1.2.0\lib\net45\Serilog.Extensions.Logging.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" Serilog.Sinks.ApplicationInsights, Version=2.2.1.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
62+ <HintPath >..\..\packages\Serilog.Sinks.ApplicationInsights.2.2.1\lib\net45\Serilog.Sinks.ApplicationInsights.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" Serilog.Sinks.ColoredConsole, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
65+ <HintPath >..\..\packages\Serilog.Sinks.ColoredConsole.2.0.0\lib\net45\Serilog.Sinks.ColoredConsole.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" SerilogTraceListener, Version=2.0.0.0, Culture=neutral, PublicKeyToken=9398e41289d9b801, processorArchitecture=MSIL" >
68+ <HintPath >..\..\packages\SerilogTraceListener.2.0.10027\lib\net45\SerilogTraceListener.dll</HintPath >
69+ </Reference >
70+ <Reference Include =" System" />
71+ <Reference Include =" System.Core" />
72+ <Reference Include =" System.Xml.Linq" />
73+ <Reference Include =" System.Data.DataSetExtensions" />
74+ <Reference Include =" Microsoft.CSharp" />
75+ <Reference Include =" System.Data" />
76+ <Reference Include =" System.Net.Http" />
77+ <Reference Include =" System.Xml" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <Compile Include =" DeleteExpiredVerificationKeysTask.cs" />
81+ <Compile Include =" IMaintenanceTask.cs" />
82+ <Compile Include =" Job.cs" />
83+ <Compile Include =" LogEvents.cs" />
84+ <Compile Include =" Models\PackageVerificationKey.cs" />
85+ <Compile Include =" Program.cs" />
86+ <Compile Include =" Properties\AssemblyInfo.cs" />
87+ </ItemGroup >
88+ <ItemGroup >
89+ <None Include =" App.config" />
90+ <None Include =" project.json" />
91+ <None Include =" Scripts\Functions.ps1" />
92+ <None Include =" Scripts\Gallery.Maintenance.cmd" />
93+ <None Include =" Scripts\PostDeploy.ps1" />
94+ <None Include =" Scripts\PreDeploy.ps1" />
95+ </ItemGroup >
96+ <ItemGroup >
97+ <ProjectReference Include =" ..\NuGet.Jobs.Common\NuGet.Jobs.Common.csproj" >
98+ <Project >{4b4b1efb-8f33-42e6-b79f-54e7f3293d31}</Project >
99+ <Name >NuGet.Jobs.Common</Name >
100+ </ProjectReference >
101+ </ItemGroup >
102+ <ItemGroup >
103+ <Content Include =" Scripts\nssm.exe" />
104+ </ItemGroup >
105+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106+ <Import Project =" ..\..\build\sign.targets" Condition =" Exists('..\..\build\sign.targets')" />
107+ </Project >
0 commit comments