diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-02-15 19:26:20 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-02-15 19:26:20 +0000 |
commit | c28e5065c6eb8bfbd1885a30af302dfefcc0aa0d (patch) | |
tree | 86c479a471324ad60daae7fa336b04554dd6a4cf | |
parent | fixing shutdown hang for thread-per-connection (diff) | |
download | ice-c28e5065c6eb8bfbd1885a30af302dfefcc0aa0d.tar.bz2 ice-c28e5065c6eb8bfbd1885a30af302dfefcc0aa0d.tar.xz ice-c28e5065c6eb8bfbd1885a30af302dfefcc0aa0d.zip |
minor edits
-rwxr-xr-x | cs/test/Ice/binding/bindingC.csproj | 4 | ||||
-rwxr-xr-x | cs/test/Ice/binding/bindingS.csproj | 4 |
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>
|