diff options
author | Roland Reichwein <mail@reichwein.it> | 2021-02-03 13:18:25 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2021-02-03 13:18:25 +0100 |
commit | 5572e23e8e2109abd73b916f4f0d278e1aa21f34 (patch) | |
tree | a31b61aa9381bef63be637b203ae6f030f33027d /msbuild/validate.vcxproj.filters | |
parent | 9dfd49e5def7357c59f8bc676981f5466bdb2d2c (diff) |
Add msbuild files
Diffstat (limited to 'msbuild/validate.vcxproj.filters')
-rw-r--r-- | msbuild/validate.vcxproj.filters | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/msbuild/validate.vcxproj.filters b/msbuild/validate.vcxproj.filters new file mode 100644 index 0000000..cdd8b32 --- /dev/null +++ b/msbuild/validate.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="Implementation"> + <UniqueIdentifier>{3F566DF4-E5BC-4831-829B-C1C22783EC65}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\src\validate.cpp"> + <Filter>Implementation</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file |