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- <Import Project =" ..\..\sign.thirdparty.props" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" ..\..\SdkProjects.props" />
53 <PropertyGroup >
6- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8- <ProjectGuid >{8EE102B9-DA4E-4FDF-B6FD-FB12E6584DD7}</ProjectGuid >
4+ <TargetFramework >net472</TargetFramework >
95 <OutputType >Exe</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
116 <RootNamespace >NuGetGallery.AccountDeleter</RootNamespace >
12- <AssemblyName >AccountDeleter</AssemblyName >
13- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <Deterministic >true</Deterministic >
16- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
177 </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- <Prefer32Bit >false</Prefer32Bit >
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29- <DebugType >pdbonly</DebugType >
30- <Optimize >true</Optimize >
31- <OutputPath >bin\Release\</OutputPath >
32- <DefineConstants >TRACE</DefineConstants >
33- <ErrorReport >prompt</ErrorReport >
34- <WarningLevel >4</WarningLevel >
35- <Prefer32Bit >false</Prefer32Bit >
36- </PropertyGroup >
37- <PropertyGroup >
38- <StartupObject />
39- </PropertyGroup >
40- <ItemGroup >
41- <Reference Include =" System" />
42- <Reference Include =" System.Core" />
43- <Reference Include =" System.Xml.Linq" />
44- <Reference Include =" System.Data.DataSetExtensions" />
45- <Reference Include =" Microsoft.CSharp" />
46- <Reference Include =" System.Data" />
47- <Reference Include =" System.Xml" />
48- </ItemGroup >
49- <ItemGroup >
50- <Compile Include =" AccountDeleteMessageHandler.cs" />
51- <Compile Include =" Configuration\AccountDeleteConfiguration.cs" />
52- <Compile Include =" Configuration\CoreMessageServiceConfiguration.cs" />
53- <Compile Include =" Configuration\EmailConfiguration.cs" />
54- <Compile Include =" Configuration\GalleryConfiguration.cs" />
55- <Compile Include =" Configuration\MailTemplateConfiguration.cs" />
56- <Compile Include =" Configuration\SourceConfiguration.cs" />
57- <Compile Include =" EmptyFeatureFlagService.cs" />
58- <Compile Include =" EmptyIndexingService.cs" />
59- <Compile Include =" Evaluators\AccountConfirmedEvaluator.cs" />
60- <Compile Include =" Evaluators\AggregateEvaluator.cs" />
61- <Compile Include =" Evaluators\AlwaysAllowEvaluator.cs" />
62- <Compile Include =" Evaluators\BaseUserEvaluator.cs" />
63- <Compile Include =" Evaluators\EvaluatorKey.cs" />
64- <Compile Include =" Evaluators\NuGetDeleteEvaluator.cs" />
65- <Compile Include =" Evaluators\IUserEvaluatorFactory.cs" />
66- <Compile Include =" Evaluators\UserEvaluatorComparer.cs" />
67- <Compile Include =" Evaluators\UserEvaluatorFactory.cs" />
68- <Compile Include =" Exceptions\UnknownEvaluatorException.cs" />
69- <Compile Include =" Exceptions\UnknownSourceException.cs" />
70- <Compile Include =" Exceptions\UserNotFoundException.cs" />
71- <Compile Include =" Messaging\AccountDeleteEmailBuilder.cs" />
72- <Compile Include =" Messaging\DisposableEmailBuilder.cs" />
73- <Compile Include =" Messaging\EmailBuilderFactory.cs" />
74- <Compile Include =" EmptyDeleteAccountService.cs" />
75- <Compile Include =" Messaging\DebugMessageService.cs" />
76- <Compile Include =" EmptyUserService.cs" />
77- <Compile Include =" Evaluators\AlwaysRejectEvaluator.cs" />
78- <Compile Include =" GalleryAccountManager.cs" />
79- <Compile Include =" IAccountManager.cs" />
80- <Compile Include =" Messaging\IEmailBuilderFactory.cs" />
81- <Compile Include =" Evaluators\IUserEvaluator.cs" />
82- <Compile Include =" Job.cs" />
83- <Compile Include =" AccountDeleteUserService.cs" />
84- <Compile Include =" Program.cs" />
85- <Compile Include =" Properties\AssemblyInfo.cs" />
86- <Compile Include =" Properties\AssemblyInfo.*.cs" />
87- <Compile Include =" Providers\AccountDeleteUrlHelper.cs" />
88- <Compile Include =" Telemetry\IAccountDeleteTelemetryService.cs" />
89- <Compile Include =" Telemetry\AccountDeleteTelemetryService.cs" />
90- </ItemGroup >
918 <ItemGroup >
92- <ProjectReference Include =" ..\NuGet.Services.Entities\NuGet.Services.Entities.csproj" >
93- <Project >{6262f4fc-29be-4226-b676-db391c89d396}</Project >
94- <Name >NuGet.Services.Entities</Name >
95- </ProjectReference >
96- <ProjectReference Include =" ..\NuGetGallery.Core\NuGetGallery.Core.csproj" >
97- <Project >{097b2cdd-9623-4c34-93c2-d373d51f5b4e}</Project >
98- <Name >NuGetGallery.Core</Name >
99- </ProjectReference >
100- <ProjectReference Include =" ..\NuGetGallery.Services\NuGetGallery.Services.csproj" >
101- <Project >{c7d5e850-33fa-4ec5-8d7f-b1c8dd5d48f9}</Project >
102- <Name >NuGetGallery.Services</Name >
103- </ProjectReference >
9+ <ProjectReference Include =" ..\NuGetGallery.Services\NuGetGallery.Services.csproj" />
10410 </ItemGroup >
10511 <ItemGroup >
106- <PackageReference Include =" MicroBuild.Core" >
107- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
108- <PrivateAssets >all</PrivateAssets >
109- </PackageReference >
11012 <PackageReference Include =" NuGet.Services.Validation.Common.Job" />
11113 </ItemGroup >
11214 <ItemGroup >
113- <None Include =" App.config" />
114- <None Include =" Scripts\Functions.ps1" />
115- <None Include =" Scripts\PostDeploy.ps1" />
116- <None Include =" Scripts\PreDeploy.ps1" />
11715 <Content Include =" Scripts\nssm.exe" />
11816 </ItemGroup >
119- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
120- <PropertyGroup >
121- <SignPath >..\..\build</SignPath >
122- <SignPath Condition =" '$(BUILD_SOURCESDIRECTORY)' != ''" >$(BUILD_SOURCESDIRECTORY)\build</SignPath >
123- <SignPath Condition =" '$(NuGetBuildPath)' != ''" >$(NuGetBuildPath)</SignPath >
124- <SignType Condition =" '$(SignType)' == ''" >none</SignType >
125- </PropertyGroup >
126- <Import Project =" $(SignPath)\sign.targets" Condition =" Exists('$(SignPath)\sign.targets')" />
127- <Import Project =" $(SignPath)\sign.microbuild.targets" Condition =" Exists('$(SignPath)\sign.microbuild.targets')" />
128- <Import Project =" $(NuGetBuildExtensions)" Condition =" '$(NuGetBuildExtensions)' != '' And Exists('$(NuGetBuildExtensions)')" />
12917</Project >
0 commit comments