Add namespace parser for WCF integration [SPRNET-1324] (Fix 1.1 build)

This commit is contained in:
bbaia
2010-04-16 09:57:14 +00:00
parent b97af59e06
commit c7f00fe9c1
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = 'echo "Copying .xml files for Spring.Services tests"
xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2003\Spring.Services.Tests\$(ConfigurationName)\ /y /s /q /d
xcopy "$(ProjectDir)$(TargetFileName).config" ..\..\..\..\build\VS.Net.2003\Spring.Services.Tests\$(ConfigurationName)\ /y /s /q'
PostBuildEvent = 'echo "Copying .xml files for Spring.Services tests"
xcopy "$(ProjectDir)Data" ..\..\..\..\build\VS.Net.2003\Spring.Services.Tests\$(ConfigurationName)\ /y /s /q /d
xcopy "$(ProjectDir)$(TargetFileName)-1.1.config" ..\..\..\..\build\VS.Net.2003\Spring.Services.Tests\$(ConfigurationName)\$(TargetFileName).config'
RootNamespace = "Spring"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
@@ -148,7 +148,7 @@
BuildAction = "None"
/>
<File
RelPath = "Spring.Services.Tests.dll.config"
RelPath = "Spring.Services.Tests.dll-1.1.config"
BuildAction = "None"
/>
<File

View File

@@ -51,7 +51,7 @@
</resources>
<references basedir="${current.bin.dir}">
<include name="*.dll" />
<include if="${net-3.0.installed and net-3.0}" name="${net-3.0.ReferenceInstallPath}\System.ServiceModel.dll" />-->
<include if="${net-3.0.installed and net-3.0}" name="${net-3.0.ReferenceInstallPath}\System.ServiceModel.dll" />
<exclude name="${project::get-name()}.dll" />
<exclude name="CloverRuntime.dll" />
</references>