-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathOffice365FiddlerExtension.sln
31 lines (31 loc) · 1.67 KB
/
Office365FiddlerExtension.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Office365FiddlerExtension", "Office365FiddlerExtension\Office365FiddlerExtension.csproj", "{5D9F84F0-77F3-45F5-8DA9-C89DB69BD643}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Office365FiddlerExtensionRuleset", "Office365FiddlerExtensionRuleset\Office365FiddlerExtensionRuleset.csproj", "{B024808A-9ACB-4FDB-B3CA-7A5D78973B7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D9F84F0-77F3-45F5-8DA9-C89DB69BD643}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{5D9F84F0-77F3-45F5-8DA9-C89DB69BD643}.Debug|Any CPU.Build.0 = Release|Any CPU
{5D9F84F0-77F3-45F5-8DA9-C89DB69BD643}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D9F84F0-77F3-45F5-8DA9-C89DB69BD643}.Release|Any CPU.Build.0 = Release|Any CPU
{B024808A-9ACB-4FDB-B3CA-7A5D78973B7D}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{B024808A-9ACB-4FDB-B3CA-7A5D78973B7D}.Debug|Any CPU.Build.0 = Release|Any CPU
{B024808A-9ACB-4FDB-B3CA-7A5D78973B7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B024808A-9ACB-4FDB-B3CA-7A5D78973B7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0E98F08-5699-4E57-A6FE-C720BEA7DC13}
EndGlobalSection
EndGlobal