-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathInstaller.sln
More file actions
52 lines (52 loc) · 3.22 KB
/
Copy pathInstaller.sln
File metadata and controls
52 lines (52 loc) · 3.22 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Installer", "Installer\Installer.csproj", "{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMU.Compression", "framework\Compression\PMU.Compression.csproj", "{496E2A61-21B4-4403-91DB-60B1F7826684}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMU.Core", "framework\Core\PMU.Core.csproj", "{2BD1EB8D-04DB-4C04-9AB8-8965B42E7CF1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PMU.Net", "framework\Net\PMU.Net.csproj", "{1847A683-B574-4236-947E-EA2130C2648A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Debug|x86.ActiveCfg = Debug|x86
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Debug|x86.Build.0 = Debug|x86
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Release|Any CPU.Build.0 = Release|Any CPU
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Release|x86.ActiveCfg = Release|x86
{7D22C34C-FDB7-43B2-8FDB-3FAF0C0EBB24}.Release|x86.Build.0 = Release|x86
{496E2A61-21B4-4403-91DB-60B1F7826684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{496E2A61-21B4-4403-91DB-60B1F7826684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{496E2A61-21B4-4403-91DB-60B1F7826684}.Debug|x86.ActiveCfg = Debug|Any CPU
{496E2A61-21B4-4403-91DB-60B1F7826684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{496E2A61-21B4-4403-91DB-60B1F7826684}.Release|Any CPU.Build.0 = Release|Any CPU
{496E2A61-21B4-4403-91DB-60B1F7826684}.Release|x86.ActiveCfg = Release|Any CPU
{2BD1EB8D-04DB-4C04-9AB8-8965B42E7CF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BD1EB8D-04DB-4C04-9AB8-8965B42E7CF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BD1EB8D-04DB-4C04-9AB8-8965B42E7CF1}.Debug|x86.ActiveCfg = Debug|Any CPU
{2BD1EB8D-04DB-4C04-9AB8-8965B42E7CF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BD1EB8D-04DB-4C04-9AB8-8965B42E7CF1}.Release|Any CPU.Build.0 = Release|Any CPU
{2BD1EB8D-04DB-4C04-9AB8-8965B42E7CF1}.Release|x86.ActiveCfg = Release|Any CPU
{1847A683-B574-4236-947E-EA2130C2648A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1847A683-B574-4236-947E-EA2130C2648A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1847A683-B574-4236-947E-EA2130C2648A}.Debug|x86.ActiveCfg = Debug|Any CPU
{1847A683-B574-4236-947E-EA2130C2648A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1847A683-B574-4236-947E-EA2130C2648A}.Release|Any CPU.Build.0 = Release|Any CPU
{1847A683-B574-4236-947E-EA2130C2648A}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal