update project structure
This commit is contained in:
parent
7fbb35bb73
commit
527d7fc704
@ -1,7 +1,7 @@
|
||||
namespace dopt.EKF.Tests
|
||||
{
|
||||
[TestClass]
|
||||
public sealed class Test1
|
||||
public sealed class Tests
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod1()
|
||||
|
||||
@ -5,6 +5,8 @@ VisualStudioVersion = 17.14.36616.10
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dopt.EKF", "dopt.EKF\dopt.EKF.csproj", "{DB4C079D-6935-4CC0-A53B-2079D8E7AF2E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dopt.EKF.Tests", "dopt.EKF.Tests\dopt.EKF.Tests.csproj", "{424E3774-A3C3-4084-A8D3-AF0FEC433BB8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
@ -15,6 +17,10 @@ Global
|
||||
{DB4C079D-6935-4CC0-A53B-2079D8E7AF2E}.Debug|x64.Build.0 = Debug|x64
|
||||
{DB4C079D-6935-4CC0-A53B-2079D8E7AF2E}.Release|x64.ActiveCfg = Release|x64
|
||||
{DB4C079D-6935-4CC0-A53B-2079D8E7AF2E}.Release|x64.Build.0 = Release|x64
|
||||
{424E3774-A3C3-4084-A8D3-AF0FEC433BB8}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{424E3774-A3C3-4084-A8D3-AF0FEC433BB8}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{424E3774-A3C3-4084-A8D3-AF0FEC433BB8}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{424E3774-A3C3-4084-A8D3-AF0FEC433BB8}.Release|x64.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user