-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathAutoCADIOUtil.sln
28 lines (28 loc) · 1.31 KB
/
AutoCADIOUtil.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoCADIOUtil", "AutoCADIOUtil\AutoCADIOUtil.csproj", "{E97747E1-F96C-496F-BE5C-E77B5434B1F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Debug|Win32.ActiveCfg = Debug|Any CPU
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Debug|x64.ActiveCfg = Debug|Any CPU
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Release|Any CPU.Build.0 = Release|Any CPU
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Release|Win32.ActiveCfg = Release|Any CPU
{E97747E1-F96C-496F-BE5C-E77B5434B1F7}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal