-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlibPSARC.sln
More file actions
55 lines (55 loc) · 3.09 KB
/
libPSARC.sln
File metadata and controls
55 lines (55 loc) · 3.09 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libPSARC-DLL", "libPSARC-DLL\libPSARC-DLL.csproj", "{64965A38-701B-4780-B72D-2AB2461CA6E6}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "libPSARC-Static", "libPSARC-Static\libPSARC-Static.shproj", "{0DAF63E1-088F-4360-9BEF-89F373BB3D80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cliPSARC", "cliPSARC\cliPSARC.csproj", "{1586FE0D-6A84-4065-A37F-B59E819EDD0C}"
ProjectSection(ProjectDependencies) = postProject
{64965A38-701B-4780-B72D-2AB2461CA6E6} = {64965A38-701B-4780-B72D-2AB2461CA6E6}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7E94B01-A239-4AF7-899E-8F61E1B26EE4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Documentation", "Documentation\Documentation.csproj", "{804F32D4-83A4-42C2-8E82-12790035FBE6}"
ProjectSection(ProjectDependencies) = postProject
{64965A38-701B-4780-B72D-2AB2461CA6E6} = {64965A38-701B-4780-B72D-2AB2461CA6E6}
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
libPSARC-Static\libPSARC-Static.projitems*{0daf63e1-088f-4360-9bef-89f373bb3d80}*SharedItemsImports = 13
libPSARC-Static\libPSARC-Static.projitems*{1586fe0d-6a84-4065-a37f-b59e819edd0c}*SharedItemsImports = 4
libPSARC-Static\libPSARC-Static.projitems*{64965a38-701b-4780-b72d-2ab2461ca6e6}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64965A38-701B-4780-B72D-2AB2461CA6E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64965A38-701B-4780-B72D-2AB2461CA6E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64965A38-701B-4780-B72D-2AB2461CA6E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64965A38-701B-4780-B72D-2AB2461CA6E6}.Release|Any CPU.Build.0 = Release|Any CPU
{1586FE0D-6A84-4065-A37F-B59E819EDD0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1586FE0D-6A84-4065-A37F-B59E819EDD0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1586FE0D-6A84-4065-A37F-B59E819EDD0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1586FE0D-6A84-4065-A37F-B59E819EDD0C}.Release|Any CPU.Build.0 = Release|Any CPU
{804F32D4-83A4-42C2-8E82-12790035FBE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{804F32D4-83A4-42C2-8E82-12790035FBE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{804F32D4-83A4-42C2-8E82-12790035FBE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{804F32D4-83A4-42C2-8E82-12790035FBE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C764B200-6363-49B2-9E62-5CD25D42BDCF}
EndGlobalSection
EndGlobal