-
Notifications
You must be signed in to change notification settings - Fork 2
/
AutoCADLIGUI.sln
31 lines (31 loc) · 1.6 KB
/
AutoCADLIGUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoCADLIGUI", "AutoCADLIGUI\AutoCADLIGUI.csproj", "{A9E474C0-2FFF-4A30-966C-BF427699C129}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoCADLIGUI.Tests", "..\AutoCADLIGUI.Tests\AutoCADLIGUI.Tests\AutoCADLIGUI.Tests.csproj", "{7FB2B655-E5FC-44B3-96FB-A3E12AD79677}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9E474C0-2FFF-4A30-966C-BF427699C129}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9E474C0-2FFF-4A30-966C-BF427699C129}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9E474C0-2FFF-4A30-966C-BF427699C129}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9E474C0-2FFF-4A30-966C-BF427699C129}.Release|Any CPU.Build.0 = Release|Any CPU
{7FB2B655-E5FC-44B3-96FB-A3E12AD79677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FB2B655-E5FC-44B3-96FB-A3E12AD79677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FB2B655-E5FC-44B3-96FB-A3E12AD79677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FB2B655-E5FC-44B3-96FB-A3E12AD79677}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E99B80D5-6FDB-4F3A-9E18-0F599A6D1066}
EndGlobalSection
EndGlobal