-
Notifications
You must be signed in to change notification settings - Fork 65
/
Rosin.sln
executable file
·43 lines (43 loc) · 2.18 KB
/
Rosin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rosin", "Rosin\Rosin.csproj", "{9FE5ADBE-9534-458C-92C7-BCFC6A8D9935}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonViewer", "JsonViewer\JsonViewer.csproj", "{3AE264FB-52DC-4295-A37F-CE63CAF54930}"
EndProject
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "Fiddler", "D:\Program Files (x86)\Fiddler2\Fiddler.exe", "{FC894A4C-C18E-47CA-844C-784C5E731A30}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = D:\Program Files (x86)\Fiddler2\Fiddler.exe
RemoteMachine = YUNSHENGLI-PC0
StartingDirectory = D:\Program Files (x86)\Fiddler2
Environment = 默认值
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FE5ADBE-9534-458C-92C7-BCFC6A8D9935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE5ADBE-9534-458C-92C7-BCFC6A8D9935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE5ADBE-9534-458C-92C7-BCFC6A8D9935}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9FE5ADBE-9534-458C-92C7-BCFC6A8D9935}.Release|Any CPU.Build.0 = Debug|Any CPU
{3AE264FB-52DC-4295-A37F-CE63CAF54930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AE264FB-52DC-4295-A37F-CE63CAF54930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AE264FB-52DC-4295-A37F-CE63CAF54930}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{3AE264FB-52DC-4295-A37F-CE63CAF54930}.Release|Any CPU.Build.0 = Debug|Any CPU
{FC894A4C-C18E-47CA-844C-784C5E731A30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC894A4C-C18E-47CA-844C-784C5E731A30}.Release|Any CPU.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal