-
Notifications
You must be signed in to change notification settings - Fork 0
/
worder.vcxproj.filters
64 lines (64 loc) · 1.85 KB
/
worder.vcxproj.filters
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<CudaCompile Include="kernel_calls.cu" />
<CudaCompile Include="main.cu" />
<CudaCompile Include="kernels.cu" />
</ItemGroup>
<ItemGroup>
<Filter Include="data">
<UniqueIdentifier>{20b752f8-3a8b-45bd-a129-9b5e0dd12b6d}</UniqueIdentifier>
</Filter>
<Filter Include="report">
<UniqueIdentifier>{da8fb407-cba0-4972-911e-dff3872685d7}</UniqueIdentifier>
</Filter>
<Filter Include="assets">
<UniqueIdentifier>{004d64eb-fd79-4e64-906a-16879590b0ed}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<Text Include="data\google-10000-english-no-swears.txt">
<Filter>data</Filter>
</Text>
<Text Include="data\large.txt">
<Filter>data</Filter>
</Text>
<Text Include="data\medium.txt">
<Filter>data</Filter>
</Text>
<Text Include="data\small.txt">
<Filter>data</Filter>
</Text>
<Text Include="data\huge.txt">
<Filter>data</Filter>
</Text>
<Text Include="README.md" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="kernels.cuh" />
<ClInclude Include="kernel_calls.cuh" />
<ClInclude Include="general.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="general.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="report\report_plain.ncu-rep">
<Filter>report</Filter>
</None>
<None Include="report\report_preprocess.ncu-rep">
<Filter>report</Filter>
</None>
<None Include="report\report_streams_preprocess.ncu-rep">
<Filter>report</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Image Include="assets\01.png">
<Filter>assets</Filter>
</Image>
<Image Include="assets\23.png">
<Filter>assets</Filter>
</Image>
</ItemGroup>
</Project>