-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ZillaLibSamples-vs.vcxproj
99 lines (99 loc) · 4.31 KB
/
ZillaLibSamples-vs.vcxproj
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Globals">
<ProjectName>ZillaLibSamples</ProjectName>
<DataAssets>Data</DataAssets>
<ZillaLibDir>../ZillaLib</ZillaLibDir>
<ProjectGuid>{18D0229D-2CEF-9BE9-871F-84DB99F90690}</ProjectGuid>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="WebAssembly-Debug|Win32">
<Configuration>WebAssembly-Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="WebAssembly-Release|Win32">
<Configuration>WebAssembly-Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Emscripten-Debug|Win32">
<Configuration>Emscripten-Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Emscripten-Release|Win32">
<Configuration>Emscripten-Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="NACL-Debug|Win32">
<Configuration>NACL-Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="NACL-Release|Win32">
<Configuration>NACL-Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Android-Debug|Win32">
<Configuration>Android-Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Android-Release|Win32">
<Configuration>Android-Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(ZillaLibDir)\ZillaApp-vs.props" />
</ImportGroup>
<ItemGroup>
<ClCompile Include="ZillaLibSampleMain.cpp" />
<None Include="01-empty-game.inl" />
<None Include="02-scene-manager-with-a-single-scene.inl" />
<None Include="03-scene-manager-with-two-scenes.inl" />
<None Include="04-scene-manager-with-crossfade.inl" />
<None Include="05-2d-geometry-drawing.inl" />
<None Include="06-input-and-other-events.inl" />
<None Include="07-surface-loading-and-drawing.inl" />
<None Include="08-rotating-and-scaling-surfaces.inl" />
<None Include="09-surface-batch-rendering.inl" />
<None Include="10-surface-with-repeating-texture.inl" />
<None Include="11-tiled-texture-surfaces.inl" />
<None Include="12-font-rendering.inl" />
<None Include="13-easing.inl" />
<None Include="14-timer.inl" />
<None Include="16-post-process-effect.inl" />
<None Include="17-surface-shader.inl" />
<None Include="18-render-clipping.inl" />
<None Include="19-render-to-texture.inl" />
<None Include="20-sound-samples.inl" />
<None Include="21-ImcSynthesizer-Sound.inl" />
<None Include="22-particles.inl" />
<None Include="23-networking-clientserver.inl" />
<None Include="24-networking-http.inl" />
<None Include="25-saving-loading-settings.inl" />
<None Include="26-open-web-link.inl" />
<None Include="27-json-read-write.inl" />
<None Include="28-advanced-polygon.inl" />
<None Include="29-blend-modes.inl" />
<None Include="30-simple-game.inl" />
<None Include="31-basic-3d.inl" />
<None Include="32-3d-materials.inl" />
<None Include="33-3d-particles.inl" />
<None Include="34-skeletal-mesh-ik.inl" />
<ResourceCompile Include="ZillaLibSamples.rc" />
</ItemGroup>
</Project>