-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNGineer.sln
37 lines (37 loc) · 2.02 KB
/
NGineer.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
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGineer", "NGineer\NGineer.csproj", "{C7F8F59F-611C-44CE-BB53-A12B6506D1D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGineer.UnitTests", "UnitTests\NGineer.UnitTests.csproj", "{824116AC-3FD3-421A-B645-3008A3E38AA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NGineer.Silverlight", "NGineer.Silverlight\NGineer.Silverlight.csproj", "{6B38C285-2BA7-4962-95A3-CF154A9002E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B38C285-2BA7-4962-95A3-CF154A9002E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B38C285-2BA7-4962-95A3-CF154A9002E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B38C285-2BA7-4962-95A3-CF154A9002E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B38C285-2BA7-4962-95A3-CF154A9002E3}.Release|Any CPU.Build.0 = Release|Any CPU
{824116AC-3FD3-421A-B645-3008A3E38AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{824116AC-3FD3-421A-B645-3008A3E38AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{824116AC-3FD3-421A-B645-3008A3E38AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{824116AC-3FD3-421A-B645-3008A3E38AA6}.Release|Any CPU.Build.0 = Release|Any CPU
{C7F8F59F-611C-44CE-BB53-A12B6506D1D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7F8F59F-611C-44CE-BB53-A12B6506D1D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7F8F59F-611C-44CE-BB53-A12B6506D1D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7F8F59F-611C-44CE-BB53-A12B6506D1D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = NGineer\NGineer.csproj
version = 0.5
outputpath = Output
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal