forked from Michael-F-Bryan/gcodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGcode.sln
More file actions
39 lines (39 loc) · 2.13 KB
/
Copy pathGcode.sln
File metadata and controls
39 lines (39 loc) · 2.13 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
31
32
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gcodes", "Gcodes\Gcodes.csproj", "{196C59DA-B880-465D-A1BB-C114067CA838}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gcodes.Test", "Gcodes.Test\Gcodes.Test.csproj", "{8EB51AC3-86B9-462E-AA48-1CC48E3D6129}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gcodes.Console", "Gcodes.Console\Gcodes.Console.csproj", "{BC78987C-B98A-4CD1-A44F-D6CE48A265F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{EB3C21A7-B8AC-43C5-9FBC-F8F5C0A43FBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{196C59DA-B880-465D-A1BB-C114067CA838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{196C59DA-B880-465D-A1BB-C114067CA838}.Debug|Any CPU.Build.0 = Debug|Any CPU
{196C59DA-B880-465D-A1BB-C114067CA838}.Release|Any CPU.ActiveCfg = Release|Any CPU
{196C59DA-B880-465D-A1BB-C114067CA838}.Release|Any CPU.Build.0 = Release|Any CPU
{8EB51AC3-86B9-462E-AA48-1CC48E3D6129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB51AC3-86B9-462E-AA48-1CC48E3D6129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB51AC3-86B9-462E-AA48-1CC48E3D6129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB51AC3-86B9-462E-AA48-1CC48E3D6129}.Release|Any CPU.Build.0 = Release|Any CPU
{BC78987C-B98A-4CD1-A44F-D6CE48A265F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC78987C-B98A-4CD1-A44F-D6CE48A265F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC78987C-B98A-4CD1-A44F-D6CE48A265F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC78987C-B98A-4CD1-A44F-D6CE48A265F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE73C900-280E-4705-8B8C-3A1CC7E4931E}
EndGlobalSection
EndGlobal