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 >{DCED7162-A24C-4579-96C8-544BFAF4C305}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >DatabaseMigrationTools</RootNamespace >
10+ <AssemblyName >DatabaseMigrationTools</AssemblyName >
11+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
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+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" System" />
37+ <Reference Include =" System.Core" />
38+ <Reference Include =" System.Xml.Linq" />
39+ <Reference Include =" System.Data.DataSetExtensions" />
40+ <Reference Include =" Microsoft.CSharp" />
41+ <Reference Include =" System.Data" />
42+ <Reference Include =" System.Net.Http" />
43+ <Reference Include =" System.Xml" />
44+ </ItemGroup >
45+ <ItemGroup >
46+ <Compile Include =" MigrationTargetDatabaseArgumentNames.cs" />
47+ <Compile Include =" SupportRequestDbMigrationContext.cs" />
48+ <Compile Include =" GalleryDbMigrationContext.cs" />
49+ <Compile Include =" MigrationContextFactory.cs" />
50+ <Compile Include =" Program.cs" />
51+ <Compile Include =" Properties\AssemblyInfo.cs" />
52+ <Compile Include =" ValidationDbMigrationContext.cs" />
53+ </ItemGroup >
54+ <ItemGroup >
55+ <None Include =" App.config" />
56+ </ItemGroup >
57+ <ItemGroup >
58+ <PackageReference Include =" Autofac.Extensions.DependencyInjection" >
59+ <Version >4.2.0</Version >
60+ </PackageReference >
61+ <PackageReference Include =" EntityFramework" >
62+ <Version >6.2.0</Version >
63+ </PackageReference >
64+ <PackageReference Include =" MicroBuild.Core" >
65+ <Version >0.3.0</Version >
66+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
67+ <PrivateAssets >all</PrivateAssets >
68+ </PackageReference >
69+ <PackageReference Include =" Microsoft.Extensions.Configuration" >
70+ <Version >1.1.2</Version >
71+ </PackageReference >
72+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" >
73+ <Version >1.1.2</Version >
74+ </PackageReference >
75+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" >
76+ <Version >1.1.2</Version >
77+ </PackageReference >
78+ <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" >
79+ <Version >1.1.2</Version >
80+ </PackageReference >
81+ <PackageReference Include =" Microsoft.Extensions.Configuration.FileExtensions" >
82+ <Version >1.1.2</Version >
83+ </PackageReference >
84+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" >
85+ <Version >1.1.2</Version >
86+ </PackageReference >
87+ <PackageReference Include =" Microsoft.Extensions.Logging" >
88+ <Version >1.0.0</Version >
89+ </PackageReference >
90+ <PackageReference Include =" Microsoft.Extensions.Options" >
91+ <Version >1.1.2</Version >
92+ </PackageReference >
93+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" >
94+ <Version >1.1.2</Version >
95+ </PackageReference >
96+ <PackageReference Include =" NuGet.Jobs.Common" >
97+ <Version >4.1.0-master-2602271</Version >
98+ </PackageReference >
99+ <PackageReference Include =" NuGet.Services.Configuration" >
100+ <Version >2.46.0</Version >
101+ </PackageReference >
102+ <PackageReference Include =" NuGet.Services.Validation" >
103+ <Version >2.47.0-master-2652814</Version >
104+ </PackageReference >
105+ </ItemGroup >
106+ <ItemGroup >
107+ <ProjectReference Include =" ..\NuGet.Services.DatabaseMigration\NuGet.Services.DatabaseMigration.csproj" >
108+ <Project >{f4c8c34f-72a9-4773-a315-8fa3f2d5ce4e}</Project >
109+ <Name >NuGet.Services.DatabaseMigration</Name >
110+ </ProjectReference >
111+ <ProjectReference Include =" ..\NuGetGallery.Core\NuGetGallery.Core.csproj" >
112+ <Project >{097b2cdd-9623-4c34-93c2-d373d51f5b4e}</Project >
113+ <Name >NuGetGallery.Core</Name >
114+ </ProjectReference >
115+ <ProjectReference Include =" ..\NuGetGallery\NuGetGallery.csproj" >
116+ <Project >{1dacf781-5cd0-4123-8bac-cd385d864be5}</Project >
117+ <Name >NuGetGallery</Name >
118+ </ProjectReference >
119+ </ItemGroup >
120+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
121+ <PropertyGroup >
122+ <SignPath >..\..\build</SignPath >
123+ <SignPath Condition =" '$(BUILD_SOURCESDIRECTORY)' != ''" >$(BUILD_SOURCESDIRECTORY)\build</SignPath >
124+ <SignPath Condition =" '$(NuGetBuildPath)' != ''" >$(NuGetBuildPath)</SignPath >
125+ <SignType Condition =" '$(SignType)' == ''" >none</SignType >
126+ </PropertyGroup >
127+ <Import Project =" $(SignPath)\sign.targets" Condition =" Exists('$(SignPath)\sign.targets')" />
128+ <Import Project =" $(SignPath)\sign.microbuild.targets" Condition =" Exists('$(SignPath)\sign.microbuild.targets')" />
129+ </Project >
0 commit comments