-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNotBasic.sln
More file actions
39 lines (39 loc) · 2.16 KB
/
NotBasic.sln
File metadata and controls
39 lines (39 loc) · 2.16 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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NotBasic", "NotBasic\NotBasic.vbproj", "{686313E5-4937-47A7-A8D8-B8FEA72150EE}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NotBasic.UnitTests", "NotBasic.UnitTests\NotBasic.UnitTests.vbproj", "{4A75D892-F44E-41D0-BD3B-21A39CD3577B}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NotBasic.Console", "NotBasic.Console\NotBasic.Console.vbproj", "{2038EEBC-0963-4A7A-9132-8A2B73E0265A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2E0EA555-DDD5-4AF3-A1C8-3743856AD3D6}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\nuget.exe = .nuget\nuget.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{686313E5-4937-47A7-A8D8-B8FEA72150EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{686313E5-4937-47A7-A8D8-B8FEA72150EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{686313E5-4937-47A7-A8D8-B8FEA72150EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{686313E5-4937-47A7-A8D8-B8FEA72150EE}.Release|Any CPU.Build.0 = Release|Any CPU
{4A75D892-F44E-41D0-BD3B-21A39CD3577B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A75D892-F44E-41D0-BD3B-21A39CD3577B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A75D892-F44E-41D0-BD3B-21A39CD3577B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A75D892-F44E-41D0-BD3B-21A39CD3577B}.Release|Any CPU.Build.0 = Release|Any CPU
{2038EEBC-0963-4A7A-9132-8A2B73E0265A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2038EEBC-0963-4A7A-9132-8A2B73E0265A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2038EEBC-0963-4A7A-9132-8A2B73E0265A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2038EEBC-0963-4A7A-9132-8A2B73E0265A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal