forked from PureMVC/puremvc-csharp-standard-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PureMVC.DotNETCF.VS2005.sln
26 lines (26 loc) · 1.42 KB
/
PureMVC.DotNETCF.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.DotNETCF", "PureMVC.DotNETCF\PureMVC.DotNETCF.csproj", "{22418CE2-A811-4198-90DA-B54ACF7D10B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureMVC.DotNETCF.Tests", "PureMVC.DotNETCF.Tests\PureMVC.DotNETCF.Tests.csproj", "{1F16164A-D57E-4850-9B40-6D7B0DD67D75}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22418CE2-A811-4198-90DA-B54ACF7D10B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22418CE2-A811-4198-90DA-B54ACF7D10B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22418CE2-A811-4198-90DA-B54ACF7D10B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22418CE2-A811-4198-90DA-B54ACF7D10B9}.Release|Any CPU.Build.0 = Release|Any CPU
{1F16164A-D57E-4850-9B40-6D7B0DD67D75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F16164A-D57E-4850-9B40-6D7B0DD67D75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F16164A-D57E-4850-9B40-6D7B0DD67D75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F16164A-D57E-4850-9B40-6D7B0DD67D75}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal