-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSolution.sln
22 lines (22 loc) · 1.35 KB
/
Solution.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JetBrains.Profiler.Api", "JetBrains.Profiler.Api\src\JetBrains.Profiler.Api.csproj", "{3D2DD4F1-5931-4A0B-B483-9BE9EE2A4B06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JetBrains.Profiler.Api.Tests", "JetBrains.Profiler.Api\tests\JetBrains.Profiler.Api.Tests.csproj", "{2B0D4EFC-24BD-4408-BB23-CFB286587946}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D2DD4F1-5931-4A0B-B483-9BE9EE2A4B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D2DD4F1-5931-4A0B-B483-9BE9EE2A4B06}.Release|Any CPU.Build.0 = Release|Any CPU
{3D2DD4F1-5931-4A0B-B483-9BE9EE2A4B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D2DD4F1-5931-4A0B-B483-9BE9EE2A4B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B0D4EFC-24BD-4408-BB23-CFB286587946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B0D4EFC-24BD-4408-BB23-CFB286587946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B0D4EFC-24BD-4408-BB23-CFB286587946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B0D4EFC-24BD-4408-BB23-CFB286587946}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal