-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhash_sha256.vcxproj.filters
More file actions
32 lines (32 loc) · 1.01 KB
/
Copy pathhash_sha256.vcxproj.filters
File metadata and controls
32 lines (32 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Source Files\hash_sha256">
<UniqueIdentifier>{492bf06f-e01f-46c5-934e-33fdecda8b07}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="hash_sha256_test.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="hash_sha256\hash_sha256.h">
<Filter>Source Files\hash_sha256</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="sonar-project.properties">
<Filter>Source Files</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Text Include="LICENSE_1_0.txt">
<Filter>Source Files</Filter>
</Text>
</ItemGroup>
</Project>