Add Tests Project
This commit is contained in:
@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csp
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viewer", "Viewer\Viewer.csproj", "{25C86DF8-EC1A-4D4B-AD4E-6561174824B9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{B67FB8C4-402E-4D53-90A6-90F6FDB9D082}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@ -30,5 +32,9 @@ Global
|
||||
{25C86DF8-EC1A-4D4B-AD4E-6561174824B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{25C86DF8-EC1A-4D4B-AD4E-6561174824B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{25C86DF8-EC1A-4D4B-AD4E-6561174824B9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{B67FB8C4-402E-4D53-90A6-90F6FDB9D082}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B67FB8C4-402E-4D53-90A6-90F6FDB9D082}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B67FB8C4-402E-4D53-90A6-90F6FDB9D082}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B67FB8C4-402E-4D53-90A6-90F6FDB9D082}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
Reference in New Issue
Block a user