This repository has been archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAutomaticSharp.sln
44 lines (44 loc) · 2.36 KB
/
AutomaticSharp.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
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomaticSharp", "AutomaticSharp\AutomaticSharp.csproj", "{676ECFFD-04F0-48C5-8FBB-7DC0C0FB5C02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomaticSharp.Auth", "AutomaticSharp.Auth\AutomaticSharp.Auth.csproj", "{55398FBA-9DC4-4473-B693-33DA922FB260}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomaticSharp.Demo", "AutomaticSharp.Demo\AutomaticSharp.Demo.csproj", "{40CFEAFB-2AF1-4165-B8DC-A188CC36E907}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBDA0E55-7960-47D9-9A8D-B9358E472587}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{676ECFFD-04F0-48C5-8FBB-7DC0C0FB5C02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676ECFFD-04F0-48C5-8FBB-7DC0C0FB5C02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676ECFFD-04F0-48C5-8FBB-7DC0C0FB5C02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676ECFFD-04F0-48C5-8FBB-7DC0C0FB5C02}.Release|Any CPU.Build.0 = Release|Any CPU
{55398FBA-9DC4-4473-B693-33DA922FB260}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55398FBA-9DC4-4473-B693-33DA922FB260}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55398FBA-9DC4-4473-B693-33DA922FB260}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55398FBA-9DC4-4473-B693-33DA922FB260}.Release|Any CPU.Build.0 = Release|Any CPU
{40CFEAFB-2AF1-4165-B8DC-A188CC36E907}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40CFEAFB-2AF1-4165-B8DC-A188CC36E907}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40CFEAFB-2AF1-4165-B8DC-A188CC36E907}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40CFEAFB-2AF1-4165-B8DC-A188CC36E907}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67B695F2-BA57-4034-829B-C7E4D908EBDC}
EndGlobalSection
EndGlobal