-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathKeyvanSafe.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
KeyvanSafe.sln
File metadata and controls
37 lines (37 loc) · 2.07 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.5.33326.253
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyvanSafe.Server", "KeyvanSafe\KeyvanSafe.Server.csproj", "{117B347D-A0E3-4860-9077-F07E2BBA2EDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyvanSafe.Shared", "KeyvanSafe.Shared\KeyvanSafe.Shared.csproj", "{233B0A02-F991-4C94-BD12-11A0ABB7E17B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyvanSafe.Domain", "KeyvanSafe.Domain\KeyvanSafe.Domain.csproj", "{D24D1730-E124-4C3E-B9D3-B5822B8CBCAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{117B347D-A0E3-4860-9077-F07E2BBA2EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{117B347D-A0E3-4860-9077-F07E2BBA2EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{117B347D-A0E3-4860-9077-F07E2BBA2EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{117B347D-A0E3-4860-9077-F07E2BBA2EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{233B0A02-F991-4C94-BD12-11A0ABB7E17B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{233B0A02-F991-4C94-BD12-11A0ABB7E17B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{233B0A02-F991-4C94-BD12-11A0ABB7E17B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{233B0A02-F991-4C94-BD12-11A0ABB7E17B}.Release|Any CPU.Build.0 = Release|Any CPU
{D24D1730-E124-4C3E-B9D3-B5822B8CBCAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D24D1730-E124-4C3E-B9D3-B5822B8CBCAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D24D1730-E124-4C3E-B9D3-B5822B8CBCAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D24D1730-E124-4C3E-B9D3-B5822B8CBCAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88D56207-A08D-4F25-97F1-544DB7A6BCA3}
EndGlobalSection
EndGlobal