-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRobit.sln
More file actions
30 lines (30 loc) · 1.28 KB
/
Copy pathRobit.sln
File metadata and controls
30 lines (30 loc) · 1.28 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Robit", "Robit\Robit.csproj", "{CE0C162D-8F51-4729-A3B4-5DA28C902D7B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49B35F71-6EA8-44EF-8C06-F70B1D9C7795}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE0C162D-8F51-4729-A3B4-5DA28C902D7B}.Debug|Any CPU.ActiveCfg = Debug|x64
{CE0C162D-8F51-4729-A3B4-5DA28C902D7B}.Debug|Any CPU.Build.0 = Debug|x64
{CE0C162D-8F51-4729-A3B4-5DA28C902D7B}.Release|Any CPU.ActiveCfg = Release|x64
{CE0C162D-8F51-4729-A3B4-5DA28C902D7B}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03E36ACB-1C92-4DAB-BCB2-F6317D5A3794}
EndGlobalSection
EndGlobal