This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathManagedFusion.Web.sln
31 lines (31 loc) · 1.65 KB
/
ManagedFusion.Web.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedFusion.Web", "src\ManagedFusion.Web.csproj", "{FB8FDF75-AF29-409D-B2E5-9283B9D1ECF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedFusion.Web.Tests", "test\ManagedFusion.Web.Tests\ManagedFusion.Web.Tests.csproj", "{9548F38C-6F75-44AD-81C6-418330CF879E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ECE32E40-EF71-443C-AA4C-988ABEE74D74}"
ProjectSection(SolutionItems) = preProject
ManagedFusion.Web.msbuild = ManagedFusion.Web.msbuild
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB8FDF75-AF29-409D-B2E5-9283B9D1ECF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB8FDF75-AF29-409D-B2E5-9283B9D1ECF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB8FDF75-AF29-409D-B2E5-9283B9D1ECF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB8FDF75-AF29-409D-B2E5-9283B9D1ECF3}.Release|Any CPU.Build.0 = Release|Any CPU
{9548F38C-6F75-44AD-81C6-418330CF879E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9548F38C-6F75-44AD-81C6-418330CF879E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9548F38C-6F75-44AD-81C6-418330CF879E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9548F38C-6F75-44AD-81C6-418330CF879E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal