summaryrefslogtreecommitdiff
path: root/Externals/cpp-optparse/cpp-optparse.vcxproj
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2016-01-17 05:09:58 -0600
committerLéo Lam <leo@innovatetechnologi.es>2017-02-16 14:09:13 +0100
commit77c7fa836f0f77049835f649d1f9a9ff8bc11cc9 (patch)
treea7e9e1546a17d86a978351947ded10aeccdc7d26 /Externals/cpp-optparse/cpp-optparse.vcxproj
parentd8479869dc4973c544e5a55d0789e341587d9971 (diff)
Add the cpp-optparse project to Externals.
From https://github.com/weisslj/cpp-argparse
Diffstat (limited to 'Externals/cpp-optparse/cpp-optparse.vcxproj')
-rw-r--r--Externals/cpp-optparse/cpp-optparse.vcxproj52
1 files changed, 52 insertions, 0 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj
new file mode 100644
index 0000000000..03fd2db0c9
--- /dev/null
+++ b/Externals/cpp-optparse/cpp-optparse.vcxproj
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{C636D9D1-82FE-42B5-9987-63B7D4836341}</ProjectGuid>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <PlatformToolset>v140</PlatformToolset>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
+ <UseDebugLibraries>true</UseDebugLibraries>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
+ <UseDebugLibraries>false</UseDebugLibraries>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ <Import Project="..\..\Source\VSProps\Base.props" />
+ <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>
+ <ItemGroup>
+ <ClInclude Include="OptionParser.h" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project>