We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f7631 commit 841e592Copy full SHA for 841e592
2 files changed
.gitignore
@@ -15,3 +15,6 @@ x86/
15
16
# Python artifacts.
17
*.pyc
18
+
19
+# Unit test artifacts.
20
+/test/scripts/*.dmp
test/PyExtTest/PyExtTest.vcxproj
@@ -22,7 +22,7 @@
22
<VCProjectVersion>15.0</VCProjectVersion>
23
<ProjectGuid>{AE750E22-5A8E-401E-A843-B9D56B09A015}</ProjectGuid>
24
<RootNamespace>PyExtTest</RootNamespace>
25
- <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
26
</PropertyGroup>
27
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
0 commit comments