-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPAMU_CDS.sln
More file actions
38 lines (38 loc) · 2.18 KB
/
PAMU_CDS.sln
File metadata and controls
38 lines (38 loc) · 2.18 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
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PAMU_CDS", "PAMU_CDS\PAMU_CDS.csproj", "{8AC2F517-2552-4E1E-8727-733700FC7294}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{064667C2-1270-46E4-BCBA-73B6298F2297}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A832071-17C0-4F94-8592-4060E11AB731}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
ReadMe.md = ReadMe.md
Directory.Build.props = Directory.Build.props
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AC2F517-2552-4E1E-8727-733700FC7294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AC2F517-2552-4E1E-8727-733700FC7294}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AC2F517-2552-4E1E-8727-733700FC7294}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AC2F517-2552-4E1E-8727-733700FC7294}.Release|Any CPU.Build.0 = Release|Any CPU
{064667C2-1270-46E4-BCBA-73B6298F2297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{064667C2-1270-46E4-BCBA-73B6298F2297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{064667C2-1270-46E4-BCBA-73B6298F2297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{064667C2-1270-46E4-BCBA-73B6298F2297}.Release|Any CPU.Build.0 = Release|Any CPU
{42E61660-EC88-4321-8377-B0493985F872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42E61660-EC88-4321-8377-B0493985F872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42E61660-EC88-4321-8377-B0493985F872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42E61660-EC88-4321-8377-B0493985F872}.Release|Any CPU.Build.0 = Release|Any CPU
{D3280D74-0EF5-4623-A631-ACFC07DAE59D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3280D74-0EF5-4623-A631-ACFC07DAE59D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3280D74-0EF5-4623-A631-ACFC07DAE59D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3280D74-0EF5-4623-A631-ACFC07DAE59D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal