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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pobst <monkey@jpobst.com>2010-04-28 19:16:18 +0400
committerJonathan Pobst <monkey@jpobst.com>2010-04-28 19:16:18 +0400
commit88c19b4db30457b79a42373f17f848160f9421c8 (patch)
treefd690ea880db30bbf76ac780ac9d589f059a80a0 /msvc/win32.xml
parenta08d54b294c5e11e2c3f24b8179db10cdc9f61e8 (diff)
See if this fixes System.Web for the msvc build.
svn path=/trunk/mono/; revision=156332
Diffstat (limited to 'msvc/win32.xml')
-rw-r--r--msvc/win32.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/win32.xml b/msvc/win32.xml
index ce34aa1fccb..e8a73fe108c 100644
--- a/msvc/win32.xml
+++ b/msvc/win32.xml
@@ -670,7 +670,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SourcePath>{sourcedir}\mcs\class\System.Web\</SourcePath>
<Sources>
- <Source type="list">System.Web.dll.sources</Source>
+ <Source type="list">net_2_0_System.Web.dll.sources</Source>
<Source>System.Web/UplevelHelper.cs</Source>
</Sources>
</Assembly>
@@ -730,7 +730,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SourcePath>{sourcedir}\mcs\class\System.Web\</SourcePath>
<Sources>
- <Source type="list">System.Web.dll.sources</Source>
+ <Source type="list">net_2_0_System.Web.dll.sources</Source>
<Source>System.Web/UplevelHelper.cs</Source>
<Source>-resource:resources/TranslationResources.resources</Source>
<Source>-resource:resources/WebUIValidation.js</Source>