-
Notifications
You must be signed in to change notification settings - Fork 1
/
CAM.sln
40 lines (40 loc) · 2.2 KB
/
CAM.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 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{125CB3C7-8DDE-456C-BD3D-FC0B77E16F29}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAM", "CAM\CAM.csproj", "{AE7074CB-B13C-421E-8C91-C41BA532656F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAM.Core", "CAM.Core\CAM.Core.csproj", "{E09D0BB8-82C8-42DC-A10F-271669807762}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "CAM.Db", "CAM.Db\CAM.Db.sqlproj", "{C1816954-4B16-4A3B-A90E-C7B123A44884}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE7074CB-B13C-421E-8C91-C41BA532656F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE7074CB-B13C-421E-8C91-C41BA532656F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE7074CB-B13C-421E-8C91-C41BA532656F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE7074CB-B13C-421E-8C91-C41BA532656F}.Release|Any CPU.Build.0 = Release|Any CPU
{E09D0BB8-82C8-42DC-A10F-271669807762}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E09D0BB8-82C8-42DC-A10F-271669807762}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E09D0BB8-82C8-42DC-A10F-271669807762}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E09D0BB8-82C8-42DC-A10F-271669807762}.Release|Any CPU.Build.0 = Release|Any CPU
{C1816954-4B16-4A3B-A90E-C7B123A44884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1816954-4B16-4A3B-A90E-C7B123A44884}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1816954-4B16-4A3B-A90E-C7B123A44884}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C1816954-4B16-4A3B-A90E-C7B123A44884}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1816954-4B16-4A3B-A90E-C7B123A44884}.Release|Any CPU.Build.0 = Release|Any CPU
{C1816954-4B16-4A3B-A90E-C7B123A44884}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal