diff --git a/Netch.sln b/Netch.sln index 9b857d1a..fe35ecd3 100644 --- a/Netch.sln +++ b/Netch.sln @@ -11,10 +11,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AdditionalFiles", "Addition ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig .gitignore = .gitignore + common.props = common.props + global.json = global.json LICENSE = LICENSE README.md = README.md - global.json = global.json - common.props = common.props EndProjectSection EndProject Global @@ -27,8 +27,8 @@ Global {4B041B91-5790-4571-8C58-C63FFE4BC9F8}.Debug|x64.Build.0 = Debug|x64 {4B041B91-5790-4571-8C58-C63FFE4BC9F8}.Release|x64.ActiveCfg = Release|x64 {4B041B91-5790-4571-8C58-C63FFE4BC9F8}.Release|x64.Build.0 = Release|x64 - {38240783-9AD2-4A01-84C1-1A3E5F05720F}.Debug|x64.ActiveCfg = Debug|Any CPU - {38240783-9AD2-4A01-84C1-1A3E5F05720F}.Debug|x64.Build.0 = Debug|Any CPU + {38240783-9AD2-4A01-84C1-1A3E5F05720F}.Debug|x64.ActiveCfg = Debug|x64 + {38240783-9AD2-4A01-84C1-1A3E5F05720F}.Debug|x64.Build.0 = Debug|x64 {38240783-9AD2-4A01-84C1-1A3E5F05720F}.Release|x64.ActiveCfg = Release|Any CPU {38240783-9AD2-4A01-84C1-1A3E5F05720F}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection diff --git a/UnitTest/UnitTest.csproj b/UnitTest/UnitTest.csproj index ff5e819d..24f35ed2 100644 --- a/UnitTest/UnitTest.csproj +++ b/UnitTest/UnitTest.csproj @@ -1,8 +1,8 @@ + + - net5.0-windows - false