forked from vildar82/AcadLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAcadLib.sln
More file actions
33 lines (33 loc) · 1.72 KB
/
Copy pathAcadLib.sln
File metadata and controls
33 lines (33 loc) · 1.72 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AcadLib", "AcadLib\AcadLib.csproj", "{2008AE5D-550A-4478-A9B5-297832058377}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AcadUtilsEditUsers", "UtilsEditUsers\AcadUtilsEditUsers.csproj", "{947F1AD7-062A-4830-8A47-38F3A9DC0CD1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseLocal|Any CPU = ReleaseLocal|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2008AE5D-550A-4478-A9B5-297832058377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2008AE5D-550A-4478-A9B5-297832058377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2008AE5D-550A-4478-A9B5-297832058377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2008AE5D-550A-4478-A9B5-297832058377}.Release|Any CPU.Build.0 = Release|Any CPU
{2008AE5D-550A-4478-A9B5-297832058377}.ReleaseLocal|Any CPU.ActiveCfg = ReleaseLocal|Any CPU
{2008AE5D-550A-4478-A9B5-297832058377}.ReleaseLocal|Any CPU.Build.0 = ReleaseLocal|Any CPU
{947F1AD7-062A-4830-8A47-38F3A9DC0CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{947F1AD7-062A-4830-8A47-38F3A9DC0CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{947F1AD7-062A-4830-8A47-38F3A9DC0CD1}.ReleaseLocal|Any CPU.ActiveCfg = ReleaseLocal|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19CACA41-18C5-4B46-905F-94B584F2C342}
EndGlobalSection
EndGlobal