This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnull-mono.sln
46 lines (46 loc) · 2.39 KB
/
null-mono.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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null-mono", "null-mono.vcxproj", "{F3718118-087F-4369-9EC7-AAB0EB997D12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "third-party", "third-party", "{A1C9AC17-C262-40E1-9598-C2D9046079A5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "null-sdk", "third-party\null-sdk\null-sdk.vcxproj", "{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}"
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
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x64.ActiveCfg = debug|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x64.Build.0 = debug|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x86.ActiveCfg = debug|Win32
{F3718118-087F-4369-9EC7-AAB0EB997D12}.debug|x86.Build.0 = debug|Win32
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x64.ActiveCfg = release|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x64.Build.0 = release|x64
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x86.ActiveCfg = release|Win32
{F3718118-087F-4369-9EC7-AAB0EB997D12}.release|x86.Build.0 = release|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x64.ActiveCfg = debug|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x64.Build.0 = debug|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x86.ActiveCfg = debug|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.debug|x86.Build.0 = debug|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x64.ActiveCfg = release|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x64.Build.0 = release|x64
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x86.ActiveCfg = release|Win32
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1}.release|x86.Build.0 = release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7A10A5C-0FAE-424B-8F2B-6CC4E4D898D1} = {A1C9AC17-C262-40E1-9598-C2D9046079A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55EB9A03-BD70-403B-905F-0B098EF513A2}
EndGlobalSection
EndGlobal