diff options
Diffstat (limited to 'toolsrc/vcpkglib')
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj | 2 | ||||
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj.filters | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj index 8c34184c0..94500b3df 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj @@ -182,7 +182,6 @@ <ClInclude Include="..\include\VersionT.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\include\VersionT.cpp" /> <ClCompile Include="..\src\BinaryParagraph.cpp" /> <ClCompile Include="..\src\commands_ci.cpp" /> <ClCompile Include="..\src\commands_depends.cpp" /> @@ -244,6 +243,7 @@ <ClCompile Include="..\src\VcpkgPaths.cpp" /> <ClCompile Include="..\src\vcpkg_Strings.cpp" /> <ClCompile Include="..\src\vcpkg_System.cpp" /> + <ClCompile Include="..\src\VersionT.cpp" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters index 0bda5cc77..26ad53af9 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters @@ -174,9 +174,6 @@ <ClCompile Include="..\src\VcpkgCmdArguments.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\include\VersionT.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\src\VcpkgPaths.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -186,6 +183,9 @@ <ClCompile Include="..\src\commands_export.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\VersionT.cpp"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\include\SourceParagraph.h"> |
