1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.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" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{755BC9EF-A095-48DC-BBF6-AF39F8C3363E}</ProjectGuid >
83 <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
4+ <TargetFramework >net452</TargetFramework >
5+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
106 <RootNamespace >ManagedClientConsoleAppSample</RootNamespace >
117 <AssemblyName >ManagedClientConsoleAppSample</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
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- <PropertyGroup >
36- <StartupObject >ManagedClientConsoleAppSample.Program</StartupObject >
378 </PropertyGroup >
389 <ItemGroup >
10+ <PackageReference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory" Version =" 3.13.8" />
11+ <PackageReference Include =" Microsoft.VisualStudio.Services.InteractiveClient" Version =" 15.112.1" />
12+ <PackageReference Include =" Newtonsoft.Json" Version =" 9.0.1" />
13+ </ItemGroup >
14+ <ItemGroup >
15+ <Reference Include =" Microsoft.CSharp" />
3916 <Reference Include =" System" />
4017 <Reference Include =" System.Core" />
41- <Reference Include =" System.Runtime.Serialization" />
42- <Reference Include =" System.ServiceModel" />
43- <Reference Include =" System.Xml.Linq" />
44- <Reference Include =" System.Data.DataSetExtensions" />
45- <Reference Include =" Microsoft.CSharp" />
4618 <Reference Include =" System.Data" />
19+ <Reference Include =" System.Data.DataSetExtensions" />
4720 <Reference Include =" System.Net.Http" />
21+ <Reference Include =" System.Runtime.Serialization" />
22+ <Reference Include =" System.ServiceModel" />
4823 <Reference Include =" System.Xml" />
49- </ItemGroup >
50- <ItemGroup >
51- <Compile Include =" Program.cs" />
52- <Compile Include =" Properties\AssemblyInfo.cs" />
53- </ItemGroup >
54- <ItemGroup >
55- <None Include =" App.config" >
56- <SubType >Designer</SubType >
57- </None >
58- </ItemGroup >
59- <ItemGroup >
60- <PackageReference Include =" Microsoft.IdentityModel.Clients.ActiveDirectory" >
61- <Version >3.13.8</Version >
62- </PackageReference >
63- <PackageReference Include =" Microsoft.VisualStudio.Services.InteractiveClient" >
64- <Version >15.112.1</Version >
65- </PackageReference >
66- <PackageReference Include =" Newtonsoft.Json" >
67- <Version >9.0.1</Version >
68- </PackageReference >
69- </ItemGroup >
70- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72- Other similar extension points exist, see Microsoft.Common.targets.
73- <Target Name="BeforeBuild">
74- </Target>
75- <Target Name="AfterBuild">
76- </Target>
77- -->
24+ <Reference Include =" System.Xml.Linq" />
25+ </ItemGroup >
7826</Project >
0 commit comments