-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSLNTools.sln
108 lines (108 loc) · 6.89 KB
/
SLNTools.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C77F0FB-37BF-4870-8B40-8A9853FDCCAD}"
ProjectSection(SolutionItems) = preProject
AssemblyInfoCommon.cs = AssemblyInfoCommon.cs
ReadMe.txt = ReadMe.txt
SLNTools.BuildReleaseVersion.cmd = SLNTools.BuildReleaseVersion.cmd
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CWDev.SLNTools.Core.dll", "CWDev.SLNTools.Core.dll\CWDev.SLNTools.Core.dll.csproj", "{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CWDev.SLNTools.UIKit.dll", "CWDev.SLNTools.UIKit.dll\CWDev.SLNTools.UIKit.dll.csproj", "{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SLNTools.exe", "SLNTools.exe\SLNTools.exe.csproj", "{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SLNTools.msi", "SLNTools.msi\SLNTools.msi.wixproj", "{90671C26-71A1-4596-9103-904D420E755C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildTools", "BuildTools\BuildTools.csproj", "{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 6
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs10
SccLocalPath0 = .
SccProjectUniqueName1 = CWDev.SLNTools.Core.dll\\CWDev.SLNTools.Core.dll.csproj
SccProjectName1 = CWDev.SLNTools.Core.dll
SccLocalPath1 = CWDev.SLNTools.Core.dll
SccProjectUniqueName2 = CWDev.SLNTools.UIKit.dll\\CWDev.SLNTools.UIKit.dll.csproj
SccProjectName2 = CWDev.SLNTools.UIKit.dll
SccLocalPath2 = CWDev.SLNTools.UIKit.dll
SccProjectUniqueName3 = SLNTools.exe\\SLNTools.exe.csproj
SccProjectName3 = SLNTools.exe
SccLocalPath3 = SLNTools.exe
SccProjectUniqueName4 = SLNTools.msi\\SLNTools.msi.wixproj
SccProjectName4 = SLNTools.msi
SccLocalPath4 = SLNTools.msi
SccProjectUniqueName5 = BuildTools\\BuildTools.csproj
SccProjectName5 = BuildTools
SccLocalPath5 = BuildTools
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Debug|x86.ActiveCfg = Debug|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Release|Any CPU.Build.0 = Release|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{055CF73F-58D6-4E8F-89B0-3FDDC5CC57F5}.Release|x86.ActiveCfg = Release|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Debug|x86.ActiveCfg = Debug|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|Any CPU.Build.0 = Release|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{71CBD77B-D29A-42F6-B0F1-D0EFFE095CCC}.Release|x86.ActiveCfg = Release|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Debug|x86.ActiveCfg = Debug|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Release|Any CPU.Build.0 = Release|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{00082D4F-899D-4A3B-B8C6-E9A25244E2B3}.Release|x86.ActiveCfg = Release|Any CPU
{90671C26-71A1-4596-9103-904D420E755C}.Debug|Any CPU.ActiveCfg = Debug|x86
{90671C26-71A1-4596-9103-904D420E755C}.Debug|Any CPU.Build.0 = Debug|x86
{90671C26-71A1-4596-9103-904D420E755C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{90671C26-71A1-4596-9103-904D420E755C}.Debug|Mixed Platforms.Build.0 = Debug|x86
{90671C26-71A1-4596-9103-904D420E755C}.Debug|x86.ActiveCfg = Debug|x86
{90671C26-71A1-4596-9103-904D420E755C}.Debug|x86.Build.0 = Debug|x86
{90671C26-71A1-4596-9103-904D420E755C}.Release|Any CPU.ActiveCfg = Release|x86
{90671C26-71A1-4596-9103-904D420E755C}.Release|Any CPU.Build.0 = Release|x86
{90671C26-71A1-4596-9103-904D420E755C}.Release|Mixed Platforms.ActiveCfg = Release|x86
{90671C26-71A1-4596-9103-904D420E755C}.Release|Mixed Platforms.Build.0 = Release|x86
{90671C26-71A1-4596-9103-904D420E755C}.Release|x86.ActiveCfg = Release|x86
{90671C26-71A1-4596-9103-904D420E755C}.Release|x86.Build.0 = Release|x86
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Debug|x86.ActiveCfg = Debug|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Release|Any CPU.Build.0 = Release|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F1F9F4B2-1AEB-4B1F-BBD2-17471CEC6809}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal