Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2009-03-16 09:49:00 +0300
committerjfrijters <jfrijters>2009-03-16 09:49:00 +0300
commite913e8866bd19fbdd58961983d3a4702e78f0e04 (patch)
tree3c34f40fd72fab588daa412c025f8df68603f31b /ikvm9.sln
parentfbf4d5167a79a2a5fc5f6e4b8b772ea303babb65 (diff)
Moved PDB support into seperate assembly to make Mono support easier.
Diffstat (limited to 'ikvm9.sln')
-rw-r--r--ikvm9.sln7
1 files changed, 7 insertions, 0 deletions
diff --git a/ikvm9.sln b/ikvm9.sln
index aa321850..b3b32558 100644
--- a/ikvm9.sln
+++ b/ikvm9.sln
@@ -16,6 +16,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IKVM.Runtime.JNI.8", "runti
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IKVM.Reflection.Emit", "refemit\IKVM.Reflection.Emit.csproj", "{3949055D-38DF-4A8F-A632-0F0E62337428}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IKVM.PdbWriter", "refemit\IKVM.PdbWriter\IKVM.PdbWriter.csproj", "{54037FA3-3F3F-4806-938B-A76C4B4B78B9}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -63,6 +65,11 @@ Global
{3949055D-38DF-4A8F-A632-0F0E62337428}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3949055D-38DF-4A8F-A632-0F0E62337428}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3949055D-38DF-4A8F-A632-0F0E62337428}.Debug|Win32.ActiveCfg = Debug|Any CPU
+ {54037FA3-3F3F-4806-938B-A76C4B4B78B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {54037FA3-3F3F-4806-938B-A76C4B4B78B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {54037FA3-3F3F-4806-938B-A76C4B4B78B9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+ {54037FA3-3F3F-4806-938B-A76C4B4B78B9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+ {54037FA3-3F3F-4806-938B-A76C4B4B78B9}.Debug|Win32.ActiveCfg = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE