forked from tjscience/RoboSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RoboSharp.sln
45 lines (45 loc) · 2.37 KB
/
RoboSharp.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
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32002.261
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoboSharp.BackupApp", "RoboSharp.BackupApp\RoboSharp.BackupApp.csproj", "{5DB0CD4C-E049-4257-ABBB-C61F11413A0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF485B88-3933-485E-AE14-B4880D2CF250}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
license = license
README.md = README.md
robosharp.png = robosharp.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RoboSharp", "RoboSharp\RoboSharp.csproj", "{8185F775-00EF-4F28-98BC-6B3F8944C23A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoboSharpUnitTesting", "RoboSharpUnitTesting\RoboSharpUnitTesting.csproj", "{A62C4662-1861-4D57-B6ED-1BED42DE11F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DB0CD4C-E049-4257-ABBB-C61F11413A0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DB0CD4C-E049-4257-ABBB-C61F11413A0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DB0CD4C-E049-4257-ABBB-C61F11413A0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DB0CD4C-E049-4257-ABBB-C61F11413A0E}.Release|Any CPU.Build.0 = Release|Any CPU
{8185F775-00EF-4F28-98BC-6B3F8944C23A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8185F775-00EF-4F28-98BC-6B3F8944C23A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8185F775-00EF-4F28-98BC-6B3F8944C23A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8185F775-00EF-4F28-98BC-6B3F8944C23A}.Release|Any CPU.Build.0 = Release|Any CPU
{A62C4662-1861-4D57-B6ED-1BED42DE11F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A62C4662-1861-4D57-B6ED-1BED42DE11F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A62C4662-1861-4D57-B6ED-1BED42DE11F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A62C4662-1861-4D57-B6ED-1BED42DE11F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC998BF7-A005-4C8F-9CB8-209E504029C9}
EndGlobalSection
EndGlobal