-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentmanager.sln
More file actions
37 lines (37 loc) · 2.12 KB
/
documentmanager.sln
File metadata and controls
37 lines (37 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Documentmanager.Core", "Documentmanager.Core\Documentmanager.Core.csproj", "{A19215C4-0DD9-4071-B583-68BF87D06976}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Documentmanager.Api", "Documentmanager.Api\Documentmanager.Api.csproj", "{E18177FC-8BC9-4383-ACDE-BDD10C40A7FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Documentmanager.Api.Test", "Documentmanager.Api.Test\Documentmanager.Api.Test.csproj", "{2F172E33-8870-4F82-8A6C-F1B9DB789985}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A19215C4-0DD9-4071-B583-68BF87D06976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A19215C4-0DD9-4071-B583-68BF87D06976}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A19215C4-0DD9-4071-B583-68BF87D06976}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A19215C4-0DD9-4071-B583-68BF87D06976}.Release|Any CPU.Build.0 = Release|Any CPU
{E18177FC-8BC9-4383-ACDE-BDD10C40A7FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E18177FC-8BC9-4383-ACDE-BDD10C40A7FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E18177FC-8BC9-4383-ACDE-BDD10C40A7FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E18177FC-8BC9-4383-ACDE-BDD10C40A7FA}.Release|Any CPU.Build.0 = Release|Any CPU
{2F172E33-8870-4F82-8A6C-F1B9DB789985}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F172E33-8870-4F82-8A6C-F1B9DB789985}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F172E33-8870-4F82-8A6C-F1B9DB789985}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F172E33-8870-4F82-8A6C-F1B9DB789985}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B7785D3-F195-4DD0-B954-046AC0F99F9D}
EndGlobalSection
EndGlobal