-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mutable.Fody.sln
38 lines (38 loc) · 2.28 KB
/
Mutable.Fody.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "AssemblyToProcess", "AssemblyToProcess\AssemblyToProcess.fsproj", "{B03EE2D1-641B-462D-BE44-005DCE8AA79C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuget", "NuGet\Nuget.csproj", "{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{5A86453B-96FB-4B6E-A283-225BB9F753D3}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Mutable.Fody", "Mutable.Fody\Mutable.Fody.fsproj", "{5E183B01-0D56-425C-A66D-BC27081BFAA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B03EE2D1-641B-462D-BE44-005DCE8AA79C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B03EE2D1-641B-462D-BE44-005DCE8AA79C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B03EE2D1-641B-462D-BE44-005DCE8AA79C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B03EE2D1-641B-462D-BE44-005DCE8AA79C}.Release|Any CPU.Build.0 = Release|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Release|Any CPU.Build.0 = Release|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A86453B-96FB-4B6E-A283-225BB9F753D3}.Release|Any CPU.Build.0 = Release|Any CPU
{5E183B01-0D56-425C-A66D-BC27081BFAA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E183B01-0D56-425C-A66D-BC27081BFAA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E183B01-0D56-425C-A66D-BC27081BFAA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E183B01-0D56-425C-A66D-BC27081BFAA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal