-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDitchingJavaScript.sln
More file actions
37 lines (37 loc) · 2.14 KB
/
DitchingJavaScript.sln
File metadata and controls
37 lines (37 loc) · 2.14 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 16
VisualStudioVersion = 16.0.29021.104
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DitchingJavaScript.Web", "DitchingJavaScript.Web\DitchingJavaScript.Web.csproj", "{1E120BB1-3A65-4045-A749-FC80836CA3DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DitchingJavaScript.Data", "DitchingJavaScript.Data\DitchingJavaScript.Data.csproj", "{9F06D0FD-B435-4490-A688-1C2031CC459C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DitchingJavaScript.Shared", "DitchingJavaScript.Shared\DitchingJavaScript.Shared.csproj", "{92F7CEB9-7EAB-49A7-8E72-F04ED7DF53CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E120BB1-3A65-4045-A749-FC80836CA3DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E120BB1-3A65-4045-A749-FC80836CA3DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E120BB1-3A65-4045-A749-FC80836CA3DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E120BB1-3A65-4045-A749-FC80836CA3DF}.Release|Any CPU.Build.0 = Release|Any CPU
{9F06D0FD-B435-4490-A688-1C2031CC459C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F06D0FD-B435-4490-A688-1C2031CC459C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F06D0FD-B435-4490-A688-1C2031CC459C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F06D0FD-B435-4490-A688-1C2031CC459C}.Release|Any CPU.Build.0 = Release|Any CPU
{92F7CEB9-7EAB-49A7-8E72-F04ED7DF53CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92F7CEB9-7EAB-49A7-8E72-F04ED7DF53CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92F7CEB9-7EAB-49A7-8E72-F04ED7DF53CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F7CEB9-7EAB-49A7-8E72-F04ED7DF53CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6070F7A6-E673-4274-AE66-9A2A88D6820B}
EndGlobalSection
EndGlobal