Skip to content

Commit

Permalink
add boost-regex (tag: boost-1.76.0) as submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
sayurin committed Apr 18, 2021
1 parent 4d0b918 commit 4def882
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "boost-regex"]
path = boost-regex
url = https://github.com/boostorg/regex.git
1 change: 1 addition & 0 deletions boost-regex
Submodule boost-regex added at a3f97b
8 changes: 5 additions & 3 deletions ffftp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<ProjectGuid>{5D9496DB-45AF-4389-8FEE-27C9A2FA207A}</ProjectGuid>
<RootNamespace>ffftp</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-ffftp</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-ffftp</VcpkgTriplet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand Down Expand Up @@ -72,6 +70,7 @@
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<IncludePath>boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(Configuration)\$(PlatformTarget)\</OutDir>
Expand All @@ -80,6 +79,7 @@
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<IncludePath>boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(Configuration)\$(PlatformTarget)\</OutDir>
Expand All @@ -88,6 +88,7 @@
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<IncludePath>boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(Configuration)\$(PlatformTarget)\</OutDir>
Expand All @@ -96,6 +97,7 @@
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<IncludePath>boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down Expand Up @@ -303,6 +305,6 @@
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<PropertyGroup>
<CAExcludePath>$(VcpkgCurrentInstalledDir)include;$(CAExcludePath)</CAExcludePath>
<CAExcludePath>boost-regex/include;$(CAExcludePath)</CAExcludePath>
</PropertyGroup>
</Project>
8 changes: 5 additions & 3 deletions test/test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<RootNamespace>test</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<ProjectSubType>NativeUnitTestProject</ProjectSubType>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-ffftp</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-ffftp</VcpkgTriplet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -76,24 +74,28 @@
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<OutDir>$(Configuration)\$(PlatformTarget)\</OutDir>
<IntDir>$(Configuration)\$(PlatformTarget)\</IntDir>
<IncludePath>../boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<OutDir>$(Configuration)\$(PlatformTarget)\</OutDir>
<IntDir>$(Configuration)\$(PlatformTarget)\</IntDir>
<IncludePath>../boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<OutDir>$(Configuration)\$(PlatformTarget)\</OutDir>
<IntDir>$(Configuration)\$(PlatformTarget)\</IntDir>
<IncludePath>../boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
<OutDir>$(Configuration)\$(PlatformTarget)\</OutDir>
<IntDir>$(Configuration)\$(PlatformTarget)\</IntDir>
<IncludePath>../boost-regex/include;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down Expand Up @@ -187,6 +189,6 @@
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<PropertyGroup>
<CAExcludePath>$(VcpkgCurrentInstalledDir)include;$(CAExcludePath)</CAExcludePath>
<CAExcludePath>../boost-regex/include;$(CAExcludePath)</CAExcludePath>
</PropertyGroup>
</Project>

0 comments on commit 4def882

Please sign in to comment.