diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-12-11 23:21:13 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-12-11 23:21:13 (GMT) |
commit | f06247d16a7210cb5c8645d7244dd45a08ccc834 (patch) | |
tree | 7b10328d6eb1c4942fe87c0791bad15ce3805880 /PCbuild/_overlapped.vcxproj.filters | |
parent | e2ed78ed31586acfb09987253b9fc71573262c10 (diff) | |
download | cpython-f06247d16a7210cb5c8645d7244dd45a08ccc834.zip cpython-f06247d16a7210cb5c8645d7244dd45a08ccc834.tar.gz cpython-f06247d16a7210cb5c8645d7244dd45a08ccc834.tar.bz2 |
Properly filter some recent additions in the Windows build files.
Diffstat (limited to 'PCbuild/_overlapped.vcxproj.filters')
-rw-r--r-- | PCbuild/_overlapped.vcxproj.filters | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PCbuild/_overlapped.vcxproj.filters b/PCbuild/_overlapped.vcxproj.filters new file mode 100644 index 0000000..78de895 --- /dev/null +++ b/PCbuild/_overlapped.vcxproj.filters @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Source Files"> + <UniqueIdentifier>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\Modules\overlapped.c"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file |