forked from Perpixel/HOT4MAX
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathHOT4Max.vcxproj.filters
More file actions
31 lines (31 loc) · 889 Bytes
/
Copy pathHOT4Max.vcxproj.filters
File metadata and controls
31 lines (31 loc) · 889 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\hot.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\hot.h" />
<ClInclude Include="src\paramblock.h" />
<ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="res">
<UniqueIdentifier>{78d25ddf-a563-47bd-93de-d371e8a4cdb5}</UniqueIdentifier>
<Extensions>.bmp</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<Image Include="src\res\twitter.bmp">
<Filter>res</Filter>
</Image>
<Image Include="src\res\hot4max.bmp">
<Filter>res</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\hot.rc" />
</ItemGroup>
<ItemGroup>
<Text Include="license-fftw.txt" />
</ItemGroup>
</Project>