-
Notifications
You must be signed in to change notification settings - Fork 14
/
Putty.sln
40 lines (40 loc) · 2.04 KB
/
Putty.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Brazen", "Brazen\Brazen.csproj", "{D2B50FD2-F4FA-472B-A3F3-5464299A5B3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protos", "Protos\Protos.csproj", "{C88AE548-451F-4D22-977F-69EF55594662}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{642302BF-97B6-4BB8-A521-0BA29410D46A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Eve", "Eve\Eve.pyproj", "{7B277655-816A-4454-BEC6-D0CC75996CF6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2B50FD2-F4FA-472B-A3F3-5464299A5B3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2B50FD2-F4FA-472B-A3F3-5464299A5B3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2B50FD2-F4FA-472B-A3F3-5464299A5B3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2B50FD2-F4FA-472B-A3F3-5464299A5B3A}.Release|Any CPU.Build.0 = Release|Any CPU
{C88AE548-451F-4D22-977F-69EF55594662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C88AE548-451F-4D22-977F-69EF55594662}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C88AE548-451F-4D22-977F-69EF55594662}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C88AE548-451F-4D22-977F-69EF55594662}.Release|Any CPU.Build.0 = Release|Any CPU
{7B277655-816A-4454-BEC6-D0CC75996CF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B277655-816A-4454-BEC6-D0CC75996CF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AA7D7F6-D18A-4498-AF7A-C81A5D206E0F}
EndGlobalSection
EndGlobal