-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNSSAG.sln
More file actions
37 lines (37 loc) · 1.99 KB
/
NSSAG.sln
File metadata and controls
37 lines (37 loc) · 1.99 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 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSSAG", "NSSAG.csproj", "{F7E534D0-6E82-4C29-8A96-7986E518BFF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotNSGDX", "..\dotNSGDX\dotNSGDX.csproj", "{CCA2973E-EB67-4A66-801A-8CE0CF07F363}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotNSASM", "..\dotNSASM\dotNSASM.csproj", "{4A23769A-3437-43A4-B57A-D843DB1825E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7E534D0-6E82-4C29-8A96-7986E518BFF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7E534D0-6E82-4C29-8A96-7986E518BFF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7E534D0-6E82-4C29-8A96-7986E518BFF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7E534D0-6E82-4C29-8A96-7986E518BFF0}.Release|Any CPU.Build.0 = Release|Any CPU
{CCA2973E-EB67-4A66-801A-8CE0CF07F363}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCA2973E-EB67-4A66-801A-8CE0CF07F363}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCA2973E-EB67-4A66-801A-8CE0CF07F363}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCA2973E-EB67-4A66-801A-8CE0CF07F363}.Release|Any CPU.Build.0 = Release|Any CPU
{4A23769A-3437-43A4-B57A-D843DB1825E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A23769A-3437-43A4-B57A-D843DB1825E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A23769A-3437-43A4-B57A-D843DB1825E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A23769A-3437-43A4-B57A-D843DB1825E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF52A1BD-8C01-48AD-9A64-564B7FF807BF}
EndGlobalSection
EndGlobal