2016-01-17 04:09:58 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 02:05:21 -06:00
|
|
|
|
<Project>
|
2020-08-20 21:27:07 -06:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2016-01-17 04:09:58 -07:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{C636D9D1-82FE-42B5-9987-63B7D4836341}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2016-01-17 04:09:58 -07:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2016-01-17 04:09:58 -07:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-18 19:07:08 -06:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2016-01-17 04:09:58 -07:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="OptionParser.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="OptionParser.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2017-05-25 16:58:59 -06:00
|
|
|
|
</Project>
|