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')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <LangVersion >9.0</LangVersion >
6
- </PropertyGroup >
7
- <PropertyGroup >
8
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
10
- <ProjectGuid >{69259AD2-5CDE-4047-B7B4-CDE2F1AA5987}</ProjectGuid >
11
4
<OutputType >Exe</OutputType >
12
- <RootNamespace >KeyCheck</RootNamespace >
13
- <AssemblyName >KeyCheck</AssemblyName >
14
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
15
- <FileAlignment >512</FileAlignment >
16
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
17
- <Deterministic >true</Deterministic >
18
- </PropertyGroup >
19
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
- <PlatformTarget >AnyCPU</PlatformTarget >
21
- <DebugSymbols >true</DebugSymbols >
22
- <DebugType >full</DebugType >
23
- <Optimize >false</Optimize >
24
- <OutputPath >bin\Debug\</OutputPath >
25
- <DefineConstants >DEBUG;TRACE</DefineConstants >
26
- <ErrorReport >prompt</ErrorReport >
27
- <WarningLevel >4</WarningLevel >
28
- </PropertyGroup >
29
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
- <PlatformTarget >AnyCPU</PlatformTarget >
31
- <DebugType >pdbonly</DebugType >
32
- <Optimize >true</Optimize >
33
- <OutputPath >bin\Release\</OutputPath >
34
- <DefineConstants >TRACE</DefineConstants >
35
- <ErrorReport >prompt</ErrorReport >
36
- <WarningLevel >4</WarningLevel >
5
+ <TargetFramework >net7.0</TargetFramework >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ <Nullable >enable</Nullable >
37
8
</PropertyGroup >
38
- <ItemGroup >
39
- <Reference Include =" System" />
40
- <Reference Include =" System.Core" />
41
- <Reference Include =" System.Xml.Linq" />
42
- <Reference Include =" System.Data.DataSetExtensions" />
43
- <Reference Include =" Microsoft.CSharp" />
44
- <Reference Include =" System.Data" />
45
- <Reference Include =" System.Net.Http" />
46
- <Reference Include =" System.Xml" />
47
- </ItemGroup >
48
- <ItemGroup >
49
- <Compile Include =" Program.cs" />
50
- <Compile Include =" Properties\AssemblyInfo.cs" />
51
- </ItemGroup >
52
- <ItemGroup >
53
- <None Include =" App.config" />
54
- </ItemGroup >
55
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56
- </Project >
9
+
10
+ </Project >
0 commit comments