This repository was archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBlep.sln
41 lines (41 loc) · 2.03 KB
/
Blep.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Blep", "BlepOutLinx\Blep.csproj", "{CACC6F55-E518-4600-AA91-71739C5C73D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A573182F-8EA2-46C2-BA60-6B527A61668D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AntiBlep", "AntiBlep\AntiBlep.csproj", "{0F3C4446-3BEA-4D71-B38C-42AB29FD5990}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Forms", "Forms", "{3A15FA7C-758C-41AD-AD4C-58F70F61B6DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CACC6F55-E518-4600-AA91-71739C5C73D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CACC6F55-E518-4600-AA91-71739C5C73D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CACC6F55-E518-4600-AA91-71739C5C73D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CACC6F55-E518-4600-AA91-71739C5C73D7}.Release|Any CPU.Build.0 = Release|Any CPU
{0F3C4446-3BEA-4D71-B38C-42AB29FD5990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F3C4446-3BEA-4D71-B38C-42AB29FD5990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F3C4446-3BEA-4D71-B38C-42AB29FD5990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F3C4446-3BEA-4D71-B38C-42AB29FD5990}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3A15FA7C-758C-41AD-AD4C-58F70F61B6DB} = {A573182F-8EA2-46C2-BA60-6B527A61668D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA07080C-3622-4AB4-AD2B-FC1B7F129998}
EndGlobalSection
EndGlobal