IGNITE-4745: CPP: removed unused targetver.h files. This closes #1570.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7be2a70e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7be2a70e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7be2a70e Branch: refs/heads/master Commit: 7be2a70e49febfbf2642d54420f5325f059ef327 Parents: 94dab7b Author: isapego <[email protected]> Authored: Wed Feb 22 16:35:55 2017 +0300 Committer: devozerov <[email protected]> Committed: Wed Feb 22 16:35:55 2017 +0300 ---------------------------------------------------------------------- .../cpp/common/project/vs/common.vcxproj | 1 - .../common/project/vs/common.vcxproj.filters | 6 ----- .../platforms/cpp/common/project/vs/targetver.h | 25 -------------------- .../platforms/cpp/jni/project/vs/jni.vcxproj | 1 - .../cpp/jni/project/vs/jni.vcxproj.filters | 3 --- .../platforms/cpp/jni/project/vs/targetver.h | 25 -------------------- 6 files changed, 61 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7be2a70e/modules/platforms/cpp/common/project/vs/common.vcxproj ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/project/vs/common.vcxproj b/modules/platforms/cpp/common/project/vs/common.vcxproj index 7a57ac0..73a0fef 100644 --- a/modules/platforms/cpp/common/project/vs/common.vcxproj +++ b/modules/platforms/cpp/common/project/vs/common.vcxproj @@ -182,7 +182,6 @@ <ClInclude Include="..\..\include\ignite\timestamp.h" /> <ClInclude Include="..\..\os\win\include\ignite\common\common.h" /> <ClInclude Include="..\..\os\win\include\ignite\common\concurrent_os.h" /> - <ClInclude Include="targetver.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\os\win\src\common\concurrent_os.cpp" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/7be2a70e/modules/platforms/cpp/common/project/vs/common.vcxproj.filters ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/project/vs/common.vcxproj.filters b/modules/platforms/cpp/common/project/vs/common.vcxproj.filters index f08471e..49a63d4 100644 --- a/modules/platforms/cpp/common/project/vs/common.vcxproj.filters +++ b/modules/platforms/cpp/common/project/vs/common.vcxproj.filters @@ -1,9 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> - <Filter Include="Misc"> - <UniqueIdentifier>{1dbec2be-5cb4-4f70-aef6-b4627d39b99b}</UniqueIdentifier> - </Filter> <Filter Include="Code"> <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> <Extensions>h;hh;hpp;hxx;hm;inl;inc;xsd</Extensions> @@ -13,9 +10,6 @@ </Filter> </ItemGroup> <ItemGroup> - <ClInclude Include="targetver.h"> - <Filter>Misc</Filter> - </ClInclude> <ClInclude Include="..\..\os\win\include\ignite\common\common.h"> <Filter>Code\common</Filter> </ClInclude> http://git-wip-us.apache.org/repos/asf/ignite/blob/7be2a70e/modules/platforms/cpp/common/project/vs/targetver.h ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/project/vs/targetver.h b/modules/platforms/cpp/common/project/vs/targetver.h deleted file mode 100644 index 4bea158..0000000 --- a/modules/platforms/cpp/common/project/vs/targetver.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include <SDKDDKVer.h> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/7be2a70e/modules/platforms/cpp/jni/project/vs/jni.vcxproj ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/jni/project/vs/jni.vcxproj b/modules/platforms/cpp/jni/project/vs/jni.vcxproj index cb03197..310ee18 100644 --- a/modules/platforms/cpp/jni/project/vs/jni.vcxproj +++ b/modules/platforms/cpp/jni/project/vs/jni.vcxproj @@ -184,7 +184,6 @@ <ClInclude Include="..\..\include\ignite\jni\exports.h" /> <ClInclude Include="..\..\include\ignite\jni\java.h" /> <ClInclude Include="..\..\include\ignite\jni\utils.h" /> - <ClInclude Include="targetver.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\os\win\src\utils.cpp" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/7be2a70e/modules/platforms/cpp/jni/project/vs/jni.vcxproj.filters ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/jni/project/vs/jni.vcxproj.filters b/modules/platforms/cpp/jni/project/vs/jni.vcxproj.filters index 7bc8dfd..93fa33d 100644 --- a/modules/platforms/cpp/jni/project/vs/jni.vcxproj.filters +++ b/modules/platforms/cpp/jni/project/vs/jni.vcxproj.filters @@ -16,9 +16,6 @@ <ClInclude Include="..\..\include\ignite\jni\java.h"> <Filter>Code</Filter> </ClInclude> - <ClInclude Include="targetver.h"> - <Filter>Misc</Filter> - </ClInclude> <ClInclude Include="..\..\include\ignite\jni\utils.h"> <Filter>Code</Filter> </ClInclude> http://git-wip-us.apache.org/repos/asf/ignite/blob/7be2a70e/modules/platforms/cpp/jni/project/vs/targetver.h ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/jni/project/vs/targetver.h b/modules/platforms/cpp/jni/project/vs/targetver.h deleted file mode 100644 index 4bea158..0000000 --- a/modules/platforms/cpp/jni/project/vs/targetver.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include <SDKDDKVer.h> \ No newline at end of file
