summaryrefslogtreecommitdiff
path: root/msvc/getopt_2017.vcxproj.filters
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2022-02-26 19:29:43 -0800
committerTormod Volden <debian.tormod@gmail.com>2022-06-26 17:09:14 +0200
commitaa633daaac2986f5361ba86ad7e0a3315156455e (patch)
treebf3a716259ccc266016f93c5dbe7e36469c3caa0 /msvc/getopt_2017.vcxproj.filters
parentcd8078db059c01d263f979a91e586dc65f3f5542 (diff)
downloadlibusb-aa633daaac2986f5361ba86ad7e0a3315156455e.tar.gz
msvc: Rework msbuild files
Refactor common settings into .props files. Enables building full PlatformToolset, Platform, Configuration matrix easily. Also update the appveyor file. Technically we no longer need different images (could just have a single vs2022 image which is executed multiple times in parallel, or so) Closes #1116
Diffstat (limited to 'msvc/getopt_2017.vcxproj.filters')
-rw-r--r--msvc/getopt_2017.vcxproj.filters26
1 files changed, 0 insertions, 26 deletions
diff --git a/msvc/getopt_2017.vcxproj.filters b/msvc/getopt_2017.vcxproj.filters
deleted file mode 100644
index 54416cc..0000000
--- a/msvc/getopt_2017.vcxproj.filters
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>{ace8a4fb-b016-42e1-ad13-5e813dc2161a}</UniqueIdentifier>
- <Extensions>c</Extensions>
- </Filter>
- <Filter Include="Header Files">
- <UniqueIdentifier>{fb949e29-22d4-48ec-a6ca-acc76a3caa62}</UniqueIdentifier>
- <Extensions>h</Extensions>
- </Filter>
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include=".\getopt\getopt.h">
- <Filter>Header Files</Filter>
- </ClInclude>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include=".\getopt\getopt.c">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include=".\getopt\getopt1.c">
- <Filter>Source Files</Filter>
- </ClCompile>
- </ItemGroup>
-</Project> \ No newline at end of file