diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 16:10:41 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 16:10:41 -0800 |
| commit | 058cbaf459e48b395cf170a9589f36b75a95c7bd (patch) | |
| tree | ede0fefc7e6f6a28acfb6a3216f1c4cba289f807 /toolsrc/vcpkglib | |
| parent | a721db2c1fbfc1b87065b0b43e32249117e53242 (diff) | |
| download | vcpkg-058cbaf459e48b395cf170a9589f36b75a95c7bd.tar.gz vcpkg-058cbaf459e48b395cf170a9589f36b75a95c7bd.zip | |
Merge lib.cpp and vcpkg.cpp -> vcpkg.cpp
Diffstat (limited to 'toolsrc/vcpkglib')
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj | 3 | ||||
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj.filters | 9 |
2 files changed, 4 insertions, 8 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj index 5d1554d49..de8e3c8ca 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj @@ -136,7 +136,7 @@ </ItemGroup> <ItemGroup> <ClCompile Include="..\src\BinaryParagraph.cpp" /> - <ClCompile Include="..\src\lib.cpp" /> + <ClCompile Include="..\src\vcpkg.cpp" /> <ClCompile Include="..\src\package_spec.cpp" /> <ClCompile Include="..\src\package_spec_parse_result.cpp" /> <ClCompile Include="..\src\Paragraphs.cpp" /> @@ -144,7 +144,6 @@ <ClCompile Include="..\src\StatusParagraph.cpp" /> <ClCompile Include="..\src\StatusParagraphs.cpp" /> <ClCompile Include="..\src\triplet.cpp" /> - <ClCompile Include="..\src\vcpkg.cpp" /> <ClCompile Include="..\src\vcpkglib_helpers.cpp" /> <ClCompile Include="..\src\vcpkg_paths.cpp" /> <ClCompile Include="..\src\vcpkg_version.cpp" /> diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters index 358839f8a..24a417c0d 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters @@ -15,12 +15,6 @@ </Filter> </ItemGroup> <ItemGroup> - <ClCompile Include="..\src\vcpkg.cpp"> - <Filter>Source Files</Filter> - </ClCompile> - <ClCompile Include="..\src\lib.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\src\vcpkg_version.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -54,6 +48,9 @@ <ClCompile Include="..\src\Paragraphs.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\vcpkg.cpp"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\include\vcpkg.h"> |
