-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathVictorFrye.MicrosoftGraveyard.sln
41 lines (41 loc) · 2.01 KB
/
VictorFrye.MicrosoftGraveyard.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 17
VisualStudioVersion = 17.13.35723.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppHost", "src\AppHost\AppHost.csproj", "{24DB0F57-F36F-F07F-27A9-6E03BD1DAF2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "WebClient", "src\WebClient\WebClient.esproj", "{BE951FF3-6287-61AC-3D5C-30A33C302D25}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24DB0F57-F36F-F07F-27A9-6E03BD1DAF2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24DB0F57-F36F-F07F-27A9-6E03BD1DAF2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24DB0F57-F36F-F07F-27A9-6E03BD1DAF2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24DB0F57-F36F-F07F-27A9-6E03BD1DAF2A}.Release|Any CPU.Build.0 = Release|Any CPU
{BE951FF3-6287-61AC-3D5C-30A33C302D25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE951FF3-6287-61AC-3D5C-30A33C302D25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE951FF3-6287-61AC-3D5C-30A33C302D25}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BE951FF3-6287-61AC-3D5C-30A33C302D25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE951FF3-6287-61AC-3D5C-30A33C302D25}.Release|Any CPU.Build.0 = Release|Any CPU
{BE951FF3-6287-61AC-3D5C-30A33C302D25}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFD3918B-0270-4412-9751-D2D88A6AA479}
EndGlobalSection
EndGlobal