This repository was archived by the owner on Mar 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNative.sln
More file actions
37 lines (37 loc) · 1.95 KB
/
Native.sln
File metadata and controls
37 lines (37 loc) · 1.95 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.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Native.Csharp.Sdk", "Native.Csharp.Sdk\Native.Csharp.Sdk.csproj", "{797EAEBC-4D5B-4EEF-87F4-A508FDA2CB6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Native.Csharp.Tool", "Native.Csharp.Tool\Native.Csharp.Tool.csproj", "{9DB94CBF-6843-4EA3-9241-769124416FE9}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Native.Basic", "Native.Basic\Native.Basic.vbproj", "{B17481D7-F2BE-4E7E-BA47-03039A8E8B21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{797EAEBC-4D5B-4EEF-87F4-A508FDA2CB6A}.Debug|x86.ActiveCfg = Debug|x86
{797EAEBC-4D5B-4EEF-87F4-A508FDA2CB6A}.Debug|x86.Build.0 = Debug|x86
{797EAEBC-4D5B-4EEF-87F4-A508FDA2CB6A}.Release|x86.ActiveCfg = Release|x86
{797EAEBC-4D5B-4EEF-87F4-A508FDA2CB6A}.Release|x86.Build.0 = Release|x86
{9DB94CBF-6843-4EA3-9241-769124416FE9}.Debug|x86.ActiveCfg = Debug|x86
{9DB94CBF-6843-4EA3-9241-769124416FE9}.Debug|x86.Build.0 = Debug|x86
{9DB94CBF-6843-4EA3-9241-769124416FE9}.Release|x86.ActiveCfg = Release|x86
{9DB94CBF-6843-4EA3-9241-769124416FE9}.Release|x86.Build.0 = Release|x86
{B17481D7-F2BE-4E7E-BA47-03039A8E8B21}.Debug|x86.ActiveCfg = Debug|x86
{B17481D7-F2BE-4E7E-BA47-03039A8E8B21}.Debug|x86.Build.0 = Debug|x86
{B17481D7-F2BE-4E7E-BA47-03039A8E8B21}.Release|x86.ActiveCfg = Release|x86
{B17481D7-F2BE-4E7E-BA47-03039A8E8B21}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FB6F172-1C3C-46E9-9A05-67C5665D5291}
EndGlobalSection
EndGlobal