This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathN-Sharp.sln
37 lines (37 loc) · 1.82 KB
/
N-Sharp.sln
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.32413.511
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "N-Sharp", "N-Sharp\N-Sharp.vcxproj", "{28280380-FCE0-4593-8885-2D4579CF4834}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "N-Sharp Installer", "N-Sharp Installer\N-Sharp Installer.vdproj", "{D96EC1D1-C1A1-470D-B8CB-8B13C47D14AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28280380-FCE0-4593-8885-2D4579CF4834}.Debug|x64.ActiveCfg = Debug|x64
{28280380-FCE0-4593-8885-2D4579CF4834}.Debug|x64.Build.0 = Debug|x64
{28280380-FCE0-4593-8885-2D4579CF4834}.Debug|x86.ActiveCfg = Debug|Win32
{28280380-FCE0-4593-8885-2D4579CF4834}.Debug|x86.Build.0 = Debug|Win32
{28280380-FCE0-4593-8885-2D4579CF4834}.Release|x64.ActiveCfg = Release|x64
{28280380-FCE0-4593-8885-2D4579CF4834}.Release|x64.Build.0 = Release|x64
{28280380-FCE0-4593-8885-2D4579CF4834}.Release|x86.ActiveCfg = Release|Win32
{28280380-FCE0-4593-8885-2D4579CF4834}.Release|x86.Build.0 = Release|Win32
{D96EC1D1-C1A1-470D-B8CB-8B13C47D14AC}.Debug|x64.ActiveCfg = Debug
{D96EC1D1-C1A1-470D-B8CB-8B13C47D14AC}.Debug|x86.ActiveCfg = Debug
{D96EC1D1-C1A1-470D-B8CB-8B13C47D14AC}.Release|x64.ActiveCfg = Release
{D96EC1D1-C1A1-470D-B8CB-8B13C47D14AC}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {109C4CBD-7881-4D39-9780-EEAC58B2CD80}
EndGlobalSection
EndGlobal