forked from arturandre/INACITY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINACITY_solution.sln
More file actions
34 lines (34 loc) · 1.72 KB
/
INACITY_solution.sln
File metadata and controls
34 lines (34 loc) · 1.72 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "django_website", "django_website\django_website.pyproj", "{D098C9BD-C349-482F-AD99-D7C9D7149837}"
ProjectSection(ProjectDependencies) = postProject
{CF784EB3-0EC0-4065-81D4-CA5A2D9DCA10} = {CF784EB3-0EC0-4065-81D4-CA5A2D9DCA10}
EndProjectSection
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "INACITY_nodejs", "INACITY_nodejs\INACITY_nodejs.njsproj", "{CF784EB3-0EC0-4065-81D4-CA5A2D9DCA10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D098C9BD-C349-482F-AD99-D7C9D7149837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D098C9BD-C349-482F-AD99-D7C9D7149837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D098C9BD-C349-482F-AD99-D7C9D7149837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D098C9BD-C349-482F-AD99-D7C9D7149837}.Release|Any CPU.Build.0 = Release|Any CPU
{CF784EB3-0EC0-4065-81D4-CA5A2D9DCA10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF784EB3-0EC0-4065-81D4-CA5A2D9DCA10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF784EB3-0EC0-4065-81D4-CA5A2D9DCA10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF784EB3-0EC0-4065-81D4-CA5A2D9DCA10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08CD1930-8A5E-4B65-93E8-C0B715C33D2C}
EndGlobalSection
EndGlobal