diff options
author | Jose <jose@zeroc.com> | 2016-05-05 21:07:19 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-05-05 21:07:19 +0200 |
commit | a6369e92aa8c9ee28fea1e6f7135c1db11cfa045 (patch) | |
tree | 585f5d201203628f6b4766941abb086c11c9b4ac /cpp/src/IceXML | |
parent | Do not build iceboxadmin with C++11 (diff) | |
download | ice-a6369e92aa8c9ee28fea1e6f7135c1db11cfa045.tar.bz2 ice-a6369e92aa8c9ee28fea1e6f7135c1db11cfa045.tar.xz ice-a6369e92aa8c9ee28fea1e6f7135c1db11cfa045.zip |
Windows msbuild build updates
Diffstat (limited to 'cpp/src/IceXML')
-rw-r--r-- | cpp/src/IceXML/msbuild/icexml.vcxproj | 6 | ||||
-rw-r--r-- | cpp/src/IceXML/msbuild/icexml.vcxproj.filters | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/cpp/src/IceXML/msbuild/icexml.vcxproj b/cpp/src/IceXML/msbuild/icexml.vcxproj index 918bc87b521..7c750030c2c 100644 --- a/cpp/src/IceXML/msbuild/icexml.vcxproj +++ b/cpp/src/IceXML/msbuild/icexml.vcxproj @@ -90,10 +90,10 @@ <ClCompile Include="..\Parser.cpp" /> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\..\include\IceXML\Parser.h" /> + <None Include="packages.config" /> </ItemGroup> <ItemGroup> - <None Include="packages.config" /> + <ClInclude Include="..\Parser.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> @@ -107,4 +107,4 @@ <Error Condition="!Exists('..\..\..\msbuild\packages\expat.v120.2.1.0.3\build\native\expat.v120.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\expat.v120.2.1.0.3\build\native\expat.v120.targets'))" /> <Error Condition="!Exists('..\..\..\msbuild\packages\expat.v140.2.1.0.3\build\native\expat.v140.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\msbuild\packages\expat.v140.2.1.0.3\build\native\expat.v140.targets'))" /> </Target> -</Project> +</Project>
\ No newline at end of file diff --git a/cpp/src/IceXML/msbuild/icexml.vcxproj.filters b/cpp/src/IceXML/msbuild/icexml.vcxproj.filters index 04c0b86ce21..966b3af508d 100644 --- a/cpp/src/IceXML/msbuild/icexml.vcxproj.filters +++ b/cpp/src/IceXML/msbuild/icexml.vcxproj.filters @@ -25,11 +25,11 @@ </ClCompile> </ItemGroup> <ItemGroup> - <ClInclude Include="..\..\..\include\IceXML\Parser.h"> - <Filter>Header Files</Filter> - </ClInclude> + <None Include="packages.config" /> </ItemGroup> <ItemGroup> - <None Include="packages.config" /> + <ClInclude Include="..\Parser.h"> + <Filter>Header Files</Filter> + </ClInclude> </ItemGroup> </Project>
\ No newline at end of file |