forked from AHepker-HOB/CADtest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCADtest.sln
43 lines (43 loc) · 2.61 KB
/
CADtest.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CADtest-CS", "CADtest-CS\CADtest-CS.csproj", "{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CADtest-VB", "CADtest-VB\CADtest-VB.vbproj", "{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3D9200B6-0DAD-4D0C-B3D2-494848BA4613}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Core Console|Any CPU = Debug Core Console|Any CPU
Debug|Any CPU = Debug|Any CPU
Release Core Console|Any CPU = Release Core Console|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Debug Core Console|Any CPU.ActiveCfg = Debug Core Console|Any CPU
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Debug Core Console|Any CPU.Build.0 = Debug Core Console|Any CPU
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Release Core Console|Any CPU.ActiveCfg = Release Core Console|Any CPU
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Release Core Console|Any CPU.Build.0 = Release Core Console|Any CPU
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D392C8-2C76-4764-9ADE-1AEF6EB1943D}.Release|Any CPU.Build.0 = Release|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Debug Core Console|Any CPU.ActiveCfg = Debug Core Console|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Debug Core Console|Any CPU.Build.0 = Debug Core Console|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Release Core Console|Any CPU.ActiveCfg = Release Core Console|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Release Core Console|Any CPU.Build.0 = Release Core Console|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E466AA6E-66E2-44D9-BD55-F523B3FC82F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal