-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmtanksl.ActionMessageFormat.sln
More file actions
43 lines (43 loc) · 2.76 KB
/
Copy pathmtanksl.ActionMessageFormat.sln
File metadata and controls
43 lines (43 loc) · 2.76 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mtanksl.ActionMessageFormat", "mtanksl.ActionMessageFormat\mtanksl.ActionMessageFormat.csproj", "{C52414C6-5154-4CB3-B85B-EE27C0F935AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mtanksl.ActionMessageFormat.Tests", "mtanksl.ActionMessageFormat.Tests\mtanksl.ActionMessageFormat.Tests.csproj", "{C040E79E-4187-407D-BB30-E6269B62D58D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mtanksl.ActionMessageFormat.Viewer", "mtranksl.ActionMessageFormat.Viewer\mtanksl.ActionMessageFormat.Viewer.csproj", "{2816E187-7BD8-4361-B749-26F758E3C8BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mtanksl.ActionMessageFormat.FiddlerViewer", "mtanksl.ActionMessageFormat.FiddlerViewer\mtanksl.ActionMessageFormat.FiddlerViewer.csproj", "{F615420F-0080-4283-B126-826BECCE5809}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C52414C6-5154-4CB3-B85B-EE27C0F935AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C52414C6-5154-4CB3-B85B-EE27C0F935AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C52414C6-5154-4CB3-B85B-EE27C0F935AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C52414C6-5154-4CB3-B85B-EE27C0F935AA}.Release|Any CPU.Build.0 = Release|Any CPU
{C040E79E-4187-407D-BB30-E6269B62D58D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C040E79E-4187-407D-BB30-E6269B62D58D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C040E79E-4187-407D-BB30-E6269B62D58D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C040E79E-4187-407D-BB30-E6269B62D58D}.Release|Any CPU.Build.0 = Release|Any CPU
{2816E187-7BD8-4361-B749-26F758E3C8BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2816E187-7BD8-4361-B749-26F758E3C8BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2816E187-7BD8-4361-B749-26F758E3C8BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2816E187-7BD8-4361-B749-26F758E3C8BB}.Release|Any CPU.Build.0 = Release|Any CPU
{F615420F-0080-4283-B126-826BECCE5809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F615420F-0080-4283-B126-826BECCE5809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F615420F-0080-4283-B126-826BECCE5809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F615420F-0080-4283-B126-826BECCE5809}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91FAEF48-088D-489D-9680-D86A48E2D5BC}
EndGlobalSection
EndGlobal