Skip to content

Commit 841e592

Browse files
committed
Minor cleanup.
Add .dmp files to .gitignore Let VS2017 fix the formatting of the PyExt.vcxproj.filters
1 parent e2f7631 commit 841e592

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ x86/
1515

1616
# Python artifacts.
1717
*.pyc
18+
19+
# Unit test artifacts.
20+
/test/scripts/*.dmp

test/PyExtTest/PyExtTest.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<VCProjectVersion>15.0</VCProjectVersion>
2323
<ProjectGuid>{AE750E22-5A8E-401E-A843-B9D56B09A015}</ProjectGuid>
2424
<RootNamespace>PyExtTest</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

0 commit comments

Comments
 (0)