diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-07 22:57:37 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-07 22:57:37 -0800 |
| commit | d36a1b7cb0b8be59e7826a7a699d9951e91abc2c (patch) | |
| tree | a42b7404adb15ad48f83b99ca4bfcbcf94f8606b /toolsrc/vcpkglib | |
| parent | d4fa0b34c08dcfb11bd285846ee5cc061885033d (diff) | |
| download | vcpkg-d36a1b7cb0b8be59e7826a7a699d9951e91abc2c.tar.gz vcpkg-d36a1b7cb0b8be59e7826a7a699d9951e91abc2c.zip | |
Remove OutdatedDynamicCrt enum. Replace with vector<struct>
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, 0 insertions, 8 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj index d002f8d5f..2a651e294 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj @@ -154,7 +154,6 @@ <ClInclude Include="..\include\PostBuildLint_BuildType.h" /> <ClInclude Include="..\include\PostBuildLint_ConfigurationType.h" /> <ClInclude Include="..\include\PostBuildLint_LinkageType.h" /> - <ClInclude Include="..\include\PostBuildLint_OutdatedDynamicCrt.h" /> <ClInclude Include="..\include\SourceParagraph.h" /> <ClInclude Include="..\include\StatusParagraph.h" /> <ClInclude Include="..\include\StatusParagraphs.h" /> @@ -214,7 +213,6 @@ <ClCompile Include="..\src\PostBuildLint.cpp" /> <ClCompile Include="..\src\PostBuildLint_ConfigurationType.cpp" /> <ClCompile Include="..\src\PostBuildLint_LinkageType.cpp" /> - <ClCompile Include="..\src\PostBuildLint_OutdatedDynamicCrt.cpp" /> <ClCompile Include="..\src\PostBuildLint_BuildType.cpp" /> <ClCompile Include="..\src\Stopwatch.cpp" /> <ClCompile Include="..\src\vcpkglib.cpp" /> diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters index 3359d9ada..99cbf7037 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters @@ -165,9 +165,6 @@ <ClCompile Include="..\src\PostBuildLint_ConfigurationType.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\src\PostBuildLint_OutdatedDynamicCrt.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\src\PostBuildLint_BuildType.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -293,8 +290,5 @@ <ClInclude Include="..\include\PostBuildLint_BuildType.h"> <Filter>Header Files</Filter> </ClInclude> - <ClInclude Include="..\include\PostBuildLint_OutdatedDynamicCrt.h"> - <Filter>Header Files</Filter> - </ClInclude> </ItemGroup> </Project>
\ No newline at end of file |
