添加单元测试项目
This commit is contained in:
parent
4ce29a1036
commit
086d53f54d
@ -13,14 +13,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetManager.API", "AssetMa
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetManager.Infrastructure", "AssetManager.Infrastructure\AssetManager.Infrastructure.csproj", "{C9A27497-10A6-463C-8243-CE127835A173}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssetManager.Tests", "AssetManager.Tests\AssetManager.Tests.csproj", "{4086C3B1-D5F8-028A-E461-7F5B885AE0ED}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{40AB29CC-0BB5-46B5-AE04-2A4E3451E616}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{40AB29CC-0BB5-46B5-AE04-2A4E3451E616}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
@ -42,5 +41,12 @@ Global
|
||||
{C9A27497-10A6-463C-8243-CE127835A173}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C9A27497-10A6-463C-8243-CE127835A173}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C9A27497-10A6-463C-8243-CE127835A173}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4086C3B1-D5F8-028A-E461-7F5B885AE0ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4086C3B1-D5F8-028A-E461-7F5B885AE0ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4086C3B1-D5F8-028A-E461-7F5B885AE0ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4086C3B1-D5F8-028A-E461-7F5B885AE0ED}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Loading…
Reference in New Issue
Block a user