forked from JetBrains/clrstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClrStack.sln
17 lines (17 loc) · 896 Bytes
/
ClrStack.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClrStack", "src\AnyCPU\ClrStack.csproj", "{4C4DD06E-14DF-4B70-B28B-3D4A4EB0DAC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClrStack32", "src\x86\ClrStack32.csproj", "{DEBBF0D6-F59A-45BC-AC4F-5FC7CE976C71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C4DD06E-14DF-4B70-B28B-3D4A4EB0DAC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C4DD06E-14DF-4B70-B28B-3D4A4EB0DAC0}.Release|Any CPU.Build.0 = Release|Any CPU
{DEBBF0D6-F59A-45BC-AC4F-5FC7CE976C71}.Release|Any CPU.ActiveCfg = Release|x86
{DEBBF0D6-F59A-45BC-AC4F-5FC7CE976C71}.Release|Any CPU.Build.0 = Release|x86
EndGlobalSection
EndGlobal