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')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{33A16535-A722-4679-BD9F-A78576988519}</ProjectGuid >
84 <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >SimpleTest</RootNamespace >
11- <AssemblyName >SimpleTest</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <NuGetPackageImportStamp >8bfaafb2</NuGetPackageImportStamp >
15- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16- <TargetFrameworkProfile />
17- </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19- <PlatformTarget >AnyCPU</PlatformTarget >
20- <DebugSymbols >true</DebugSymbols >
21- <DebugType >full</DebugType >
22- <Optimize >false</Optimize >
23- <OutputPath >bin\Debug\</OutputPath >
24- <DefineConstants >DEBUG;TRACE</DefineConstants >
25- <ErrorReport >prompt</ErrorReport >
26- <WarningLevel >4</WarningLevel >
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29- <PlatformTarget >AnyCPU</PlatformTarget >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <OutputPath >bin\Release\</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <ErrorReport >prompt</ErrorReport >
35- <WarningLevel >4</WarningLevel >
5+ <TargetFramework >net5.0</TargetFramework >
366 </PropertyGroup >
7+
378 <ItemGroup >
38- <Compile Include =" Program.cs" />
39- <Compile Include =" Properties\AssemblyInfo.cs" />
40- <Compile Include =" Settings.Designer.cs" >
41- <AutoGen >True</AutoGen >
9+ <PackageReference Include =" System.configuration.Configurationmanager" Version =" 5.0.0" />
10+ <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
11+ </ItemGroup >
12+
13+ <ItemGroup >
14+ <ProjectReference Include =" ..\..\Dropbox.Api\Dropbox.Api.csproj" />
15+ </ItemGroup >
16+
17+ <ItemGroup >
18+ <Compile Update =" Settings.Designer.cs" >
4219 <DesignTimeSharedInput >True</DesignTimeSharedInput >
20+ <AutoGen >True</AutoGen >
4321 <DependentUpon >Settings.settings</DependentUpon >
4422 </Compile >
4523 </ItemGroup >
24+
4625 <ItemGroup >
47- <None Include =" App.config" />
48- <None Include =" packages.config" />
49- <None Include =" Settings.settings" >
26+ <None Update =" index.html" >
27+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
28+ </None >
29+ <None Update =" Settings.settings" >
5030 <Generator >SettingsSingleFileGenerator</Generator >
5131 <LastGenOutput >Settings.Designer.cs</LastGenOutput >
5232 </None >
5333 </ItemGroup >
54- <ItemGroup >
55- <Reference Include =" Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
56- <SpecificVersion >False</SpecificVersion >
57- <HintPath >..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath >
58- </Reference >
59- <Reference Include =" Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
60- <SpecificVersion >False</SpecificVersion >
61- <HintPath >..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath >
62- </Reference >
63- <Reference Include =" Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
64- <SpecificVersion >False</SpecificVersion >
65- <HintPath >..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath >
66- </Reference >
67- <Reference Include =" PresentationCore" />
68- <Reference Include =" PresentationFramework" />
69- <Reference Include =" System" />
70- <Reference Include =" System.Net" />
71- <Reference Include =" System.Net.Http" />
72- <Reference Include =" System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
73- <SpecificVersion >False</SpecificVersion >
74- <HintPath >..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath >
75- </Reference >
76- <Reference Include =" System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
77- <SpecificVersion >False</SpecificVersion >
78- <HintPath >..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath >
79- </Reference >
80- <Reference Include =" System.Net.Http.WebRequest" />
81- <Reference Include =" System.Xaml" />
82- <Reference Include =" WindowsBase" />
83- </ItemGroup >
84- <ItemGroup >
85- <ProjectReference Include =" ..\..\Dropbox.Api\Dropbox.Api.csproj" >
86- <Project >{68180b54-4724-4cd1-baa6-ee7bc309797c}</Project >
87- <Name >Dropbox.Api</Name >
88- </ProjectReference >
89- </ItemGroup >
90- <ItemGroup >
91- <Content Include =" index.html" >
92- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
93- </Content >
94- </ItemGroup >
95- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96- <Import Project =" ..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition =" Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
97- <Target Name =" EnsureBclBuildImported" BeforeTargets =" BeforeBuild" Condition =" '$(BclBuildImported)' == ''" >
98- <Error Condition =" !Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" 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=317567." HelpKeyword =" BCLBUILD2001" />
99- <Error Condition =" Exists('..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text =" The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword =" BCLBUILD2002" />
100- </Target >
101- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102- Other similar extension points exist, see Microsoft.Common.targets.
103- <Target Name="BeforeBuild">
104- </Target>
105- <Target Name="AfterBuild">
106- </Target>
107- -->
108- </Project >
34+
35+ </Project >
0 commit comments