aboutsummaryrefslogtreecommitdiffstats
path: root/example/example.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example/example.vcxproj.filters14
1 files changed, 14 insertions, 0 deletions
diff --git a/example/example.vcxproj.filters b/example/example.vcxproj.filters
new file mode 100644
index 0000000..eb29fb9
--- /dev/null
+++ b/example/example.vcxproj.filters
@@ -0,0 +1,14 @@
+<?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>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+ <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+ </Filter>
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="example.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+</Project> \ No newline at end of file