-
Notifications
You must be signed in to change notification settings - Fork 0
/
Transmute.NET4.sln
47 lines (47 loc) · 3.01 KB
/
Transmute.NET4.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
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transmute.Tests", "Tests\Transmute.NET4.Tests.csproj", "{FE583FE4-D71E-4F7C-9B45-51617B4313BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transmute", "Transmute\Transmute.NET4.csproj", "{1FA8F517-F6E0-433F-AD19-E38F134E5DD1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transmute.Benchmark", "Transmute.Benchmark\Transmute.NET4.Benchmark.csproj", "{D18F12A8-B6E0-4691-B67C-039F4A6A6F3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transmute.EmitHelper", "Transmute.EmitHelper\Transmute.NET4.EmitHelper.csproj", "{BDFBCFCD-F2B4-4379-8C01-FBB92139D84C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Transmute.Silverlight", "Transmute.Silverlight\Transmute.Silverlight.csproj", "{D9E83D2D-9F3D-4594-B978-9853400F2AC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE583FE4-D71E-4F7C-9B45-51617B4313BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE583FE4-D71E-4F7C-9B45-51617B4313BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE583FE4-D71E-4F7C-9B45-51617B4313BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE583FE4-D71E-4F7C-9B45-51617B4313BB}.Release|Any CPU.Build.0 = Release|Any CPU
{1FA8F517-F6E0-433F-AD19-E38F134E5DD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FA8F517-F6E0-433F-AD19-E38F134E5DD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FA8F517-F6E0-433F-AD19-E38F134E5DD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FA8F517-F6E0-433F-AD19-E38F134E5DD1}.Release|Any CPU.Build.0 = Release|Any CPU
{D18F12A8-B6E0-4691-B67C-039F4A6A6F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D18F12A8-B6E0-4691-B67C-039F4A6A6F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D18F12A8-B6E0-4691-B67C-039F4A6A6F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D18F12A8-B6E0-4691-B67C-039F4A6A6F3F}.Release|Any CPU.Build.0 = Release|Any CPU
{BDFBCFCD-F2B4-4379-8C01-FBB92139D84C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDFBCFCD-F2B4-4379-8C01-FBB92139D84C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDFBCFCD-F2B4-4379-8C01-FBB92139D84C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDFBCFCD-F2B4-4379-8C01-FBB92139D84C}.Release|Any CPU.Build.0 = Release|Any CPU
{D9E83D2D-9F3D-4594-B978-9853400F2AC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9E83D2D-9F3D-4594-B978-9853400F2AC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9E83D2D-9F3D-4594-B978-9853400F2AC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9E83D2D-9F3D-4594-B978-9853400F2AC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Tests\Transmute.Tests.csproj
EndGlobalSection
EndGlobal