forked from PureMVC/puremvc-csharp-standard-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PureMVC.DotNET.VS2005.sln
26 lines (26 loc) · 1.41 KB
/
PureMVC.DotNET.VS2005.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureMVC.DotNET", "PureMVC.DotNET\PureMVC.DotNET.csproj", "{A1482CF1-5566-4636-8590-30ED9CF3D4D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureMVC.DotNET.Tests", "PureMVC.DotNET.Tests\PureMVC.DotNET.Tests.csproj", "{0E2FA536-CA09-4E55-84D6-43AD9A93C9A0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1482CF1-5566-4636-8590-30ED9CF3D4D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1482CF1-5566-4636-8590-30ED9CF3D4D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1482CF1-5566-4636-8590-30ED9CF3D4D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1482CF1-5566-4636-8590-30ED9CF3D4D9}.Release|Any CPU.Build.0 = Release|Any CPU
{0E2FA536-CA09-4E55-84D6-43AD9A93C9A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E2FA536-CA09-4E55-84D6-43AD9A93C9A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E2FA536-CA09-4E55-84D6-43AD9A93C9A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E2FA536-CA09-4E55-84D6-43AD9A93C9A0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal