-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared.sln
More file actions
executable file
·32 lines (32 loc) · 1.82 KB
/
shared.sln
File metadata and controls
executable file
·32 lines (32 loc) · 1.82 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lib", "lib\lib.csproj", "{68ECF86F-DCF0-4722-B3B8-8F14D6DEC964}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unit", "unit\unit.csproj", "{7BADDB7B-22E6-415E-AEE8-F6FB929D14A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "examples", "examples\examples.csproj", "{10E5AB84-222A-4F85-A127-D1FBCE4C146B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68ECF86F-DCF0-4722-B3B8-8F14D6DEC964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68ECF86F-DCF0-4722-B3B8-8F14D6DEC964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68ECF86F-DCF0-4722-B3B8-8F14D6DEC964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68ECF86F-DCF0-4722-B3B8-8F14D6DEC964}.Release|Any CPU.Build.0 = Release|Any CPU
{7BADDB7B-22E6-415E-AEE8-F6FB929D14A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BADDB7B-22E6-415E-AEE8-F6FB929D14A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BADDB7B-22E6-415E-AEE8-F6FB929D14A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BADDB7B-22E6-415E-AEE8-F6FB929D14A7}.Release|Any CPU.Build.0 = Release|Any CPU
{10E5AB84-222A-4F85-A127-D1FBCE4C146B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10E5AB84-222A-4F85-A127-D1FBCE4C146B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10E5AB84-222A-4F85-A127-D1FBCE4C146B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10E5AB84-222A-4F85-A127-D1FBCE4C146B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal