This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCrowbar.sln
34 lines (34 loc) · 1.65 KB
/
Crowbar.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Crowbar", "Crowbar\Crowbar.vbproj", "{632B4ABC-9AF3-480D-8640-FDA6FB637AD7}"
ProjectSection(ProjectDependencies) = postProject
{8ED62942-7349-4076-89AD-4EEFF224800B} = {8ED62942-7349-4076-89AD-4EEFF224800B}
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CrowbarSteamPipe", "CrowbarSteamPipe\CrowbarSteamPipe.vbproj", "{8ED62942-7349-4076-89AD-4EEFF224800B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{632B4ABC-9AF3-480D-8640-FDA6FB637AD7}.Debug|x86.ActiveCfg = Debug|x86
{632B4ABC-9AF3-480D-8640-FDA6FB637AD7}.Debug|x86.Build.0 = Debug|x86
{632B4ABC-9AF3-480D-8640-FDA6FB637AD7}.Release|x86.ActiveCfg = Release|x86
{632B4ABC-9AF3-480D-8640-FDA6FB637AD7}.Release|x86.Build.0 = Release|x86
{8ED62942-7349-4076-89AD-4EEFF224800B}.Debug|x86.ActiveCfg = Debug|x86
{8ED62942-7349-4076-89AD-4EEFF224800B}.Debug|x86.Build.0 = Debug|x86
{8ED62942-7349-4076-89AD-4EEFF224800B}.Release|x86.ActiveCfg = Release|x86
{8ED62942-7349-4076-89AD-4EEFF224800B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {554572F2-842E-44A4-9F56-F1684B016632}
EndGlobalSection
EndGlobal