-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCNCController.sln
40 lines (40 loc) · 2.4 KB
/
CNCController.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CNCController", "CNCController\CNCController.csproj", "{9F58D044-4412-4F45-8FA6-0841BA6472CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{4B5AD6D3-5BB8-431E-A091-9105E7FE4054}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CNCController.Tests", "CNCController.Tests\CNCController.Tests.csproj", "{3B7224AF-2B8E-4DC8-81FC-0A79D420283E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CNCController.Wpf", "CNCController.Wpf\CNCController.Wpf.csproj", "{F764BBF2-B402-42B9-BA1B-B39302BFEF83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F58D044-4412-4F45-8FA6-0841BA6472CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F58D044-4412-4F45-8FA6-0841BA6472CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F58D044-4412-4F45-8FA6-0841BA6472CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F58D044-4412-4F45-8FA6-0841BA6472CC}.Release|Any CPU.Build.0 = Release|Any CPU
{4B5AD6D3-5BB8-431E-A091-9105E7FE4054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B5AD6D3-5BB8-431E-A091-9105E7FE4054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B5AD6D3-5BB8-431E-A091-9105E7FE4054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B5AD6D3-5BB8-431E-A091-9105E7FE4054}.Release|Any CPU.Build.0 = Release|Any CPU
{3B7224AF-2B8E-4DC8-81FC-0A79D420283E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B7224AF-2B8E-4DC8-81FC-0A79D420283E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B7224AF-2B8E-4DC8-81FC-0A79D420283E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B7224AF-2B8E-4DC8-81FC-0A79D420283E}.Release|Any CPU.Build.0 = Release|Any CPU
{F764BBF2-B402-42B9-BA1B-B39302BFEF83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F764BBF2-B402-42B9-BA1B-B39302BFEF83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F764BBF2-B402-42B9-BA1B-B39302BFEF83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F764BBF2-B402-42B9-BA1B-B39302BFEF83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal