summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcs/test/Ice/binding/bindingC.csproj4
-rwxr-xr-xcs/test/Ice/binding/bindingS.csproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/cs/test/Ice/binding/bindingC.csproj b/cs/test/Ice/binding/bindingC.csproj
index 03669dc5a45..1922aab9dc1 100755
--- a/cs/test/Ice/binding/bindingC.csproj
+++ b/cs/test/Ice/binding/bindingC.csproj
@@ -97,8 +97,8 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PreBuildEvent>$(SolutionDir)\bin\generatecs.exe $(SolutionDir) $(ProjectDir) bindingC</PreBuildEvent>
+ <PreBuildEvent>"$(SolutionDir)."\bin\generatecs.exe "$(SolutionDir)." "$(ProjectDir)." $(ProjectName)</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/cs/test/Ice/binding/bindingS.csproj b/cs/test/Ice/binding/bindingS.csproj
index b91768c6c2c..40b4d87d13f 100755
--- a/cs/test/Ice/binding/bindingS.csproj
+++ b/cs/test/Ice/binding/bindingS.csproj
@@ -103,8 +103,8 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
- <PreBuildEvent>$(SolutionDir)\bin\generatecs.exe $(SolutionDir) $(ProjectDir) bindingS</PreBuildEvent>
+ <PreBuildEvent>"$(SolutionDir)."\bin\generatecs.exe "$(SolutionDir)." "$(ProjectDir)." $(ProjectName)</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>