-
Notifications
You must be signed in to change notification settings - Fork 1
/
game.vcxproj.filters
82 lines (82 loc) · 3.76 KB
/
game.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="Source\Core\game.cpp" />
<ClCompile Include="Source\Core\gameDoc.cpp" />
<ClCompile Include="Source\Core\gameView.cpp" />
<ClCompile Include="Source\Core\MainFrm.cpp" />
<ClCompile Include="Source\Core\StdAfx.cpp" />
<ClCompile Include="Source\Game\Bezier.cpp" />
<ClCompile Include="Source\Game\BulletCreator.cpp" />
<ClCompile Include="Source\Game\Enemy.cpp" />
<ClCompile Include="Source\Game\MapCreator.cpp" />
<ClCompile Include="Source\Game\MapData.cpp" />
<ClCompile Include="Source\Game\MovingObject.cpp" />
<ClCompile Include="Source\Game\mygame_initialize.cpp" />
<ClCompile Include="Source\Game\mygame_over.cpp" />
<ClCompile Include="Source\Game\mygame_run.cpp" />
<ClCompile Include="Source\Game\NumberDisplay.cpp" />
<ClCompile Include="Source\Game\Player.cpp" />
<ClCompile Include="Source\Game\ReimuA.cpp" />
<ClCompile Include="Source\Game\ReimuB.cpp" />
<ClCompile Include="Source\Library\audio.cpp" />
<ClCompile Include="Source\Library\gamecore.cpp" />
<ClCompile Include="Source\Library\gameutil.cpp" />
<ClCompile Include="Source\Game\Boss.cpp" />
<ClCompile Include="Source\Game\RumiaFirst.cpp" />
<ClCompile Include="Source\Game\RumiaSecond.cpp" />
<ClCompile Include="Source\Game\BloodDisplay.cpp" />
<ClCompile Include="Source\Game\Daiyousei.cpp" />
<ClCompile Include="Source\Game\Utils.cpp" />
<ClCompile Include="Source\Game\Cirno.cpp" />
<ClCompile Include="Source\Game\EnemyBullet.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Source\Core\Game.h" />
<ClInclude Include="Source\Core\gameDoc.h" />
<ClInclude Include="Source\Core\gameView.h" />
<ClInclude Include="Source\Core\MainFrm.h" />
<ClInclude Include="Source\Core\Resource.h" />
<ClInclude Include="Source\Core\StdAfx.h" />
<ClInclude Include="Source\Game\Bezier.h" />
<ClInclude Include="Source\Game\BulletCreator.h" />
<ClInclude Include="Source\Game\config.h" />
<ClInclude Include="Source\Game\Enemy.h" />
<ClInclude Include="Source\Game\MapCreator.h" />
<ClInclude Include="Source\Game\MapData.h" />
<ClInclude Include="Source\Game\MovingObject.h" />
<ClInclude Include="Source\Game\mygame.h" />
<ClInclude Include="Source\Game\NumberDisplay.h" />
<ClInclude Include="Source\Game\Player.h" />
<ClInclude Include="Source\Game\ReimuA.h" />
<ClInclude Include="Source\Game\ReimuB.h" />
<ClInclude Include="Source\Library\audio.h" />
<ClInclude Include="Source\Library\gamecore.h" />
<ClInclude Include="Source\Library\gameutil.h" />
<ClInclude Include="Source\Game\Boss.h" />
<ClInclude Include="Source\Game\RumiaFirst.h" />
<ClInclude Include="Source\Game\RumiaSecond.h" />
<ClInclude Include="Source\Game\BloodDisplay.h" />
<ClInclude Include="Source\Game\Daiyousei.h" />
<ClInclude Include="Source\Game\Utils.h" />
<ClInclude Include="Source\Game\Cirno.h" />
<ClInclude Include="Source\Game\EnemyBullet.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Source\Core\game.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="resources\bitmap1.bmp" />
<Image Include="Resources\Game Framework.png" />
<Image Include="resources\game.ico" />
<Image Include="resources\gameDoc.ico" />
<Image Include="Resources\GAME_FRAMEWORK.bmp" />
<Image Include="Resources\GAME_FRAMEWORK.ico" />
<Image Include="resources\icon1.ico" />
<Image Include="resources\Toolbar.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\gamecurs.cur" />
<None Include="Resources\GAME.RC2" />
</ItemGroup>
</Project>