-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoupe.Samples.sln
More file actions
109 lines (109 loc) · 6.88 KB
/
Loupe.Samples.sln
File metadata and controls
109 lines (109 loc) · 6.88 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
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
109
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2037
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceMonitorDynamicBindingSample", "src\TraceMonitorDynamicBindingSample\TraceMonitorDynamicBindingSample.csproj", "{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceMonitorStaticBindingSample", "src\TraceMonitorStaticBindingSample\TraceMonitorStaticBindingSample.csproj", "{E344B9B5-6C27-4A74-90D2-406451AED0B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddInSample", "src\AddIn\AddInSample.csproj", "{9E0031B1-9891-48DF-B0B3-0CD49A77CA63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddIn.FogBugz", "src\AddIn.FogBugz\AddIn.FogBugz.csproj", "{7834B04E-C669-4DB1-8931-011B1BB61FBD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPFSample", "src\WpfSample\WPFSample.csproj", "{F7453126-C51A-4220-A14F-1298E3F04746}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencies", "{545C6930-727E-4753-88D5-1E6E459A3E31}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Caliper", "src\Caliper\Caliper.csproj", "{8C2C8855-2D66-49AD-9C1B-5E47836BD02F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddIn.Export", "src\AddIn.Export\AddIn.Export.csproj", "{F8DE3DDB-7CD3-472D-8D3D-B297214926E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A8E5498F-C3DC-4540-BBC0-67DB752003F6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddIn.FindByUser", "src\AddIn.FindByUser\AddIn.FindByUser.csproj", "{6724697A-49DC-4505-85A6-30FE112DB5C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loupe.Export", "src\Loupe.Export\Loupe.Export.csproj", "{96711976-A49F-4EDF-856C-F835A4633D23}"
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Loupe.API(1)", "src\Loupe.API\", "{1B12E20F-B4D4-4690-B08E-166816FD111C}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6.1"
Debug.AspNetCompiler.VirtualPath = "/localhost_62582"
Debug.AspNetCompiler.PhysicalPath = "src\Loupe.API\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62582\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_62582"
Release.AspNetCompiler.PhysicalPath = "src\Loupe.API\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_62582\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "62582"
SlnRelativePath = "src\Loupe.API\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDB284BF-D0C3-4F82-B08D-C5A752AD8603}.Release|Any CPU.Build.0 = Release|Any CPU
{E344B9B5-6C27-4A74-90D2-406451AED0B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E344B9B5-6C27-4A74-90D2-406451AED0B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E344B9B5-6C27-4A74-90D2-406451AED0B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E344B9B5-6C27-4A74-90D2-406451AED0B7}.Release|Any CPU.Build.0 = Release|Any CPU
{9E0031B1-9891-48DF-B0B3-0CD49A77CA63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E0031B1-9891-48DF-B0B3-0CD49A77CA63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E0031B1-9891-48DF-B0B3-0CD49A77CA63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E0031B1-9891-48DF-B0B3-0CD49A77CA63}.Release|Any CPU.Build.0 = Release|Any CPU
{7834B04E-C669-4DB1-8931-011B1BB61FBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7834B04E-C669-4DB1-8931-011B1BB61FBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7834B04E-C669-4DB1-8931-011B1BB61FBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7834B04E-C669-4DB1-8931-011B1BB61FBD}.Release|Any CPU.Build.0 = Release|Any CPU
{F7453126-C51A-4220-A14F-1298E3F04746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7453126-C51A-4220-A14F-1298E3F04746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7453126-C51A-4220-A14F-1298E3F04746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7453126-C51A-4220-A14F-1298E3F04746}.Release|Any CPU.Build.0 = Release|Any CPU
{8C2C8855-2D66-49AD-9C1B-5E47836BD02F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C2C8855-2D66-49AD-9C1B-5E47836BD02F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C2C8855-2D66-49AD-9C1B-5E47836BD02F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C2C8855-2D66-49AD-9C1B-5E47836BD02F}.Release|Any CPU.Build.0 = Release|Any CPU
{F8DE3DDB-7CD3-472D-8D3D-B297214926E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8DE3DDB-7CD3-472D-8D3D-B297214926E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8DE3DDB-7CD3-472D-8D3D-B297214926E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8DE3DDB-7CD3-472D-8D3D-B297214926E4}.Release|Any CPU.Build.0 = Release|Any CPU
{6724697A-49DC-4505-85A6-30FE112DB5C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6724697A-49DC-4505-85A6-30FE112DB5C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6724697A-49DC-4505-85A6-30FE112DB5C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6724697A-49DC-4505-85A6-30FE112DB5C6}.Release|Any CPU.Build.0 = Release|Any CPU
{96711976-A49F-4EDF-856C-F835A4633D23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96711976-A49F-4EDF-856C-F835A4633D23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96711976-A49F-4EDF-856C-F835A4633D23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96711976-A49F-4EDF-856C-F835A4633D23}.Release|Any CPU.Build.0 = Release|Any CPU
{1B12E20F-B4D4-4690-B08E-166816FD111C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B12E20F-B4D4-4690-B08E-166816FD111C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B12E20F-B4D4-4690-B08E-166816FD111C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{1B12E20F-B4D4-4690-B08E-166816FD111C}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCA325D2-0C05-4813-9656-83CC350AAFAF}
SolutionGuid = {BFFEECEA-3303-4F69-85BC-F098804219DD}
EndGlobalSection
EndGlobal