From 4899f3a38e3a107c21645bfb146b034e0f6a047a Mon Sep 17 00:00:00 2001 From: Evgeny Redikultsev Date: Wed, 22 Feb 2023 22:46:23 +0500 Subject: [PATCH] All project work except tests --- FieldVisualizer/FieldVisualizer.csproj | 4 +- .../FieldVisualzerDemo - Backup.csproj | 28 +++++ FiledVisualzerDemo/FieldVisualzerDemo.csproj | 97 ++++------------ .../FieldVisualzerDemo.csproj.bak | 28 +++++ .../FieldVisualzerDemo.csproj.user | 9 ++ StructureHelper.sln | 10 +- StructureHelper/StructureHelper.csproj | 5 +- .../StructureHelperTests.csproj | 109 ++++-------------- .../StructureHelperTests.csproj.bak | 84 +++++--------- TestProject1/TestProject1.csproj | 18 +++ TestProject1/UnitTest1.cs | 11 ++ TestProject1/Usings.cs | 1 + 12 files changed, 175 insertions(+), 229 deletions(-) create mode 100644 FiledVisualzerDemo/FieldVisualzerDemo - Backup.csproj create mode 100644 FiledVisualzerDemo/FieldVisualzerDemo.csproj.bak create mode 100644 FiledVisualzerDemo/FieldVisualzerDemo.csproj.user create mode 100644 TestProject1/TestProject1.csproj create mode 100644 TestProject1/UnitTest1.cs create mode 100644 TestProject1/Usings.cs diff --git a/FieldVisualizer/FieldVisualizer.csproj b/FieldVisualizer/FieldVisualizer.csproj index 529ae38..0a3b622 100644 --- a/FieldVisualizer/FieldVisualizer.csproj +++ b/FieldVisualizer/FieldVisualizer.csproj @@ -1,11 +1,11 @@ - net6.0-windows10.0.18362.0 + net6.0-windows7.0 enable true disable - 10.0.18362.0 + 7.0 diff --git a/FiledVisualzerDemo/FieldVisualzerDemo - Backup.csproj b/FiledVisualzerDemo/FieldVisualzerDemo - Backup.csproj new file mode 100644 index 0000000..147492c --- /dev/null +++ b/FiledVisualzerDemo/FieldVisualzerDemo - Backup.csproj @@ -0,0 +1,28 @@ + + + + WinExe + net6.0-windows10.0.18362.0 + enable + true + disable + 10.0.18362.0 + false + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FiledVisualzerDemo/FieldVisualzerDemo.csproj b/FiledVisualzerDemo/FieldVisualzerDemo.csproj index cd9acb3..b5219a8 100644 --- a/FiledVisualzerDemo/FieldVisualzerDemo.csproj +++ b/FiledVisualzerDemo/FieldVisualzerDemo.csproj @@ -1,85 +1,28 @@ - - - + + - Debug - AnyCPU - {C92A5F2E-567B-48C9-A524-5740DB03509D} WinExe - FiledVisualzerDemo - FiledVisualzerDemo - v4.7.2 - 512 - true - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net6.0-windows7.0 + enable + true + disable + 7.0 + false + - - - - - - - - - - - + + + + + + + + + - - Form - - - DemoForm.cs - - - - - DemoForm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - + - - - - + \ No newline at end of file diff --git a/FiledVisualzerDemo/FieldVisualzerDemo.csproj.bak b/FiledVisualzerDemo/FieldVisualzerDemo.csproj.bak new file mode 100644 index 0000000..41eb963 --- /dev/null +++ b/FiledVisualzerDemo/FieldVisualzerDemo.csproj.bak @@ -0,0 +1,28 @@ + + + + WinExe + net6.0-windows10.0.18362.0 + enable + true + disable + 10.0.18362.0 + false + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FiledVisualzerDemo/FieldVisualzerDemo.csproj.user b/FiledVisualzerDemo/FieldVisualzerDemo.csproj.user new file mode 100644 index 0000000..bfc3e1c --- /dev/null +++ b/FiledVisualzerDemo/FieldVisualzerDemo.csproj.user @@ -0,0 +1,9 @@ + + + + + + Form + + + \ No newline at end of file diff --git a/StructureHelper.sln b/StructureHelper.sln index 5d89334..a23c1c7 100644 --- a/StructureHelper.sln +++ b/StructureHelper.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.2.32630.192 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StructureHelperTests", "StructureHelperTests\StructureHelperTests.csproj", "{7AC480BB-8A34-4913-B7AA-C6A5D7F35509}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructureHelperTests", "StructureHelperTests\StructureHelperTests.csproj", "{7AC480BB-8A34-4913-B7AA-C6A5D7F35509}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldVisualzerDemo", "FiledVisualzerDemo\FieldVisualzerDemo.csproj", "{C92A5F2E-567B-48C9-A524-5740DB03509D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FieldVisualzerDemo", "FiledVisualzerDemo\FieldVisualzerDemo.csproj", "{C92A5F2E-567B-48C9-A524-5740DB03509D}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructureHelper", "StructureHelper\StructureHelper.csproj", "{271311DE-67EE-4EE8-93EA-EA8BFD366EC6}" EndProject @@ -15,6 +15,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StructureHelperLogics", "St EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FieldVisualizer", "FieldVisualizer\FieldVisualizer.csproj", "{6CAC5B83-81F3-47C2-92A1-0F94A58491C2}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject1", "TestProject1\TestProject1.csproj", "{1EEA0FCD-13C6-4B30-B636-B2C06866A40E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -45,6 +47,10 @@ Global {6CAC5B83-81F3-47C2-92A1-0F94A58491C2}.Debug|Any CPU.Build.0 = Debug|Any CPU {6CAC5B83-81F3-47C2-92A1-0F94A58491C2}.Release|Any CPU.ActiveCfg = Release|Any CPU {6CAC5B83-81F3-47C2-92A1-0F94A58491C2}.Release|Any CPU.Build.0 = Release|Any CPU + {1EEA0FCD-13C6-4B30-B636-B2C06866A40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1EEA0FCD-13C6-4B30-B636-B2C06866A40E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1EEA0FCD-13C6-4B30-B636-B2C06866A40E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1EEA0FCD-13C6-4B30-B636-B2C06866A40E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/StructureHelper/StructureHelper.csproj b/StructureHelper/StructureHelper.csproj index 6a99bbb..f54e3d7 100644 --- a/StructureHelper/StructureHelper.csproj +++ b/StructureHelper/StructureHelper.csproj @@ -2,11 +2,11 @@ WinExe - net6.0-windows10.0.18362.0 + net6.0-windows7.0 enable true disable - 10.0.18362.0 + 7.0 false @@ -23,7 +23,6 @@ - diff --git a/StructureHelperTests/StructureHelperTests.csproj b/StructureHelperTests/StructureHelperTests.csproj index 371defd..58647a8 100644 --- a/StructureHelperTests/StructureHelperTests.csproj +++ b/StructureHelperTests/StructureHelperTests.csproj @@ -1,99 +1,32 @@ - - - - + + - Debug - AnyCPU - {7AC480BB-8A34-4913-B7AA-C6A5D7F35509} - Library - Properties - StructureHelperTests - StructureHelperTests - v4.7.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 15.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net6.0-windows + enable + enable + false + false + AnyCPU + - - - - - - - - - - - - + + + + + - - + + + + + - - ..\packages\Castle.Core.5.1.1\lib\net462\Castle.Core.dll - - ..\Libraries\LoaderCalculator.dll - True + ..\StructureHelper\Libraries\LoaderCalculator.dll - - ..\packages\Moq.4.18.4\lib\net462\Moq.dll - - - ..\packages\NUnit.3.13.3\lib\net45\nunit.framework.dll - - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - True - - - ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/StructureHelperTests/StructureHelperTests.csproj.bak b/StructureHelperTests/StructureHelperTests.csproj.bak index 8bbe88a..3d2aec7 100644 --- a/StructureHelperTests/StructureHelperTests.csproj.bak +++ b/StructureHelperTests/StructureHelperTests.csproj.bak @@ -1,64 +1,34 @@ - - + + - Debug - AnyCPU - {7AC480BB-8A34-4913-B7AA-C6A5D7F35509} - Library - Properties - StructureHelperTests - StructureHelperTests - v4.7.2 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 15.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + net6.0-windows7.0 + enable + enable + false + false + AnyCPU + - + + + + + + + - + + + + - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - - - - - - - + + + + ..\StructureHelper\Libraries\LoaderCalculator.dll + + + \ No newline at end of file diff --git a/TestProject1/TestProject1.csproj b/TestProject1/TestProject1.csproj new file mode 100644 index 0000000..867fe32 --- /dev/null +++ b/TestProject1/TestProject1.csproj @@ -0,0 +1,18 @@ + + + + net6.0 + enable + enable + + false + + + + + + + + + + diff --git a/TestProject1/UnitTest1.cs b/TestProject1/UnitTest1.cs new file mode 100644 index 0000000..91d66c4 --- /dev/null +++ b/TestProject1/UnitTest1.cs @@ -0,0 +1,11 @@ +namespace TestProject1 +{ + [TestClass] + public class UnitTest1 + { + [TestMethod] + public void TestMethod1() + { + } + } +} \ No newline at end of file diff --git a/TestProject1/Usings.cs b/TestProject1/Usings.cs new file mode 100644 index 0000000..ab67c7e --- /dev/null +++ b/TestProject1/Usings.cs @@ -0,0 +1 @@ +global using Microsoft.VisualStudio.TestTools.UnitTesting; \ No newline at end of file