diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-02 03:22:33 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2017-06-03 18:20:40 -0700 |
| commit | d1d75ff962003a958de0fb24aecebe11b77f4ab7 (patch) | |
| tree | 8bdb1205526ea628a680d4a50a02f5a547602ba0 /Externals/cpp-optparse | |
| parent | 397720a9fe4cc4f89a214c71c31866cece228f1c (diff) | |
remove unused msbuild file content
Diffstat (limited to 'Externals/cpp-optparse')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 6 | ||||
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj.filters | 9 |
2 files changed, 0 insertions, 15 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 2ab8b046c8..57e5b86cb9 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -35,12 +35,6 @@ <Import Project="..\..\Source\VSProps\ClDisableAllWarnings.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <ClCompile /> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <ClCompile /> - </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="OptionParser.cpp" /> </ItemGroup> diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj.filters b/Externals/cpp-optparse/cpp-optparse.vcxproj.filters deleted file mode 100644 index 2848c86a53..0000000000 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj.filters +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup> - <ClCompile Include="OptionParser.cpp" /> - </ItemGroup> - <ItemGroup> - <ClInclude Include="OptionParser.h" /> - </ItemGroup> -</Project> |
