forked from MindscapeHQ/raygun4net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMindscape.Raygun4Net.WebApi.sln
32 lines (32 loc) · 1.97 KB
/
Mindscape.Raygun4Net.WebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindscape.Raygun4Net.WebApi", "Mindscape.Raygun4Net.WebApi\Mindscape.Raygun4Net.WebApi.csproj", "{5F72C401-B09D-46C4-873B-65F1B4B1AE09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindscape.Raygun4Net.Core", "Mindscape.Raygun4Net.Core\Mindscape.Raygun4Net.Core.csproj", "{6435C84C-1DAC-41FE-AA51-FAA8E9A7F090}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mindscape.Raygun4Net.WebApi.Tests", "Mindscape.Raygun4Net.WebApi.Tests\Mindscape.Raygun4Net.WebApi.Tests.csproj", "{80C7BB59-C753-4E64-9C8D-79B8D57C8215}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F72C401-B09D-46C4-873B-65F1B4B1AE09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F72C401-B09D-46C4-873B-65F1B4B1AE09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F72C401-B09D-46C4-873B-65F1B4B1AE09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F72C401-B09D-46C4-873B-65F1B4B1AE09}.Release|Any CPU.Build.0 = Release|Any CPU
{6435C84C-1DAC-41FE-AA51-FAA8E9A7F090}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6435C84C-1DAC-41FE-AA51-FAA8E9A7F090}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6435C84C-1DAC-41FE-AA51-FAA8E9A7F090}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6435C84C-1DAC-41FE-AA51-FAA8E9A7F090}.Release|Any CPU.Build.0 = Release|Any CPU
{80C7BB59-C753-4E64-9C8D-79B8D57C8215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80C7BB59-C753-4E64-9C8D-79B8D57C8215}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80C7BB59-C753-4E64-9C8D-79B8D57C8215}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80C7BB59-C753-4E64-9C8D-79B8D57C8215}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal