Skip to content

Commit

Permalink
Fixes to VS2013 projects for updated resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpaultaylor committed Jan 24, 2015
1 parent 4ed4ab6 commit 90a3336
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 41 deletions.
4 changes: 0 additions & 4 deletions samples/browser/sample-browser.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ copy ..\..\gameplay\res\logo_powered_white.png res</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="bar-descriptor.xml">
<SubType>Designer</SubType>
</None>
<None Include="game.config">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -196,7 +193,6 @@ copy ..\..\gameplay\res\logo_powered_white.png res</Command>
<None Include="res\common\forms\formZOrder.form" />
<None Include="res\common\gamepad.form" />
<None Include="res\common\gamepad.theme" />
<None Include="res\common\grid.material" />
<None Include="res\common\inputs.form" />
<None Include="res\common\light.form" />
<None Include="res\common\light.material" />
Expand Down
102 changes: 75 additions & 27 deletions samples/browser/sample-browser.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@
<Filter Include="res\common\audio">
<UniqueIdentifier>{7da0c58a-d770-4181-8781-f9948df5bdd3}</UniqueIdentifier>
</Filter>
<Filter Include="res\common\water">
<UniqueIdentifier>{e6d4de4b-95e9-4893-a8a9-ce00291995cb}</UniqueIdentifier>
</Filter>
<Filter Include="res\common\particles">
<UniqueIdentifier>{98333a4d-224e-4f83-ac60-baca4885bf82}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="game.config" />
<None Include="icon.png" />
<None Include="bar-descriptor.xml" />
<None Include="res\common\forms\formBasicControls.form">
<Filter>res\common\forms</Filter>
</None>
Expand Down Expand Up @@ -143,9 +148,6 @@
<None Include="res\common\gamepad.theme">
<Filter>res\common</Filter>
</None>
<None Include="res\common\grid.material">
<Filter>res\common</Filter>
</None>
<None Include="res\common\inputs.form">
<Filter>res\common</Filter>
</None>
Expand Down Expand Up @@ -254,17 +256,6 @@
<None Include="res\common\fonts\neuropol.gpb">
<Filter>res\common\fonts</Filter>
</None>
<None Include="res\common\particles\editor.form" />
<None Include="res\common\particles\editor.theme" />
<None Include="res\common\particles\explosion.particle" />
<None Include="res\common\particles\fire.particle" />
<None Include="res\common\particles\grid.material" />
<None Include="res\common\particles\smoke.particle" />
<None Include="res\common\water\pond.gpb" />
<None Include="res\common\water\watersample.frag" />
<None Include="res\common\water\watersample.material" />
<None Include="res\common\water\watersample.scene" />
<None Include="res\common\water\watersample.vert" />
<None Include="res\common\audio\background.form">
<Filter>res\common\audio</Filter>
</None>
Expand All @@ -283,6 +274,39 @@
<None Include="res\common\audio\sample.audio">
<Filter>res\common\audio</Filter>
</None>
<None Include="res\common\water\watersample.vert">
<Filter>res\common\water</Filter>
</None>
<None Include="res\common\water\watersample.frag">
<Filter>res\common\water</Filter>
</None>
<None Include="res\common\water\watersample.material">
<Filter>res\common\water</Filter>
</None>
<None Include="res\common\water\watersample.scene">
<Filter>res\common\water</Filter>
</None>
<None Include="res\common\particles\editor.form">
<Filter>res\common\particles</Filter>
</None>
<None Include="res\common\particles\editor.theme">
<Filter>res\common\particles</Filter>
</None>
<None Include="res\common\particles\explosion.particle">
<Filter>res\common\particles</Filter>
</None>
<None Include="res\common\particles\fire.particle">
<Filter>res\common\particles</Filter>
</None>
<None Include="res\common\particles\smoke.particle">
<Filter>res\common\particles</Filter>
</None>
<None Include="res\common\water\pond.gpb">
<Filter>res\common\water</Filter>
</None>
<None Include="res\common\particles\grid.material">
<Filter>res\common</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\MeshPrimitiveSample.h">
Expand Down Expand Up @@ -345,9 +369,6 @@
<ClInclude Include="src\WaterSample.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\ParticlesSample.h" />
<ClInclude Include="src\FontSample.h" />
<ClInclude Include="src\SpriteSample.h" />
<ClInclude Include="src\SceneCreateSample.h">
<Filter>src</Filter>
</ClInclude>
Expand All @@ -357,6 +378,15 @@
<ClInclude Include="src\AudioSample.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\ParticlesSample.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\SpriteSample.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\FontSample.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\MeshPrimitiveSample.cpp">
Expand Down Expand Up @@ -419,9 +449,6 @@
<ClCompile Include="src\WaterSample.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\ParticlesSample.cpp" />
<ClCompile Include="src\FontSample.cpp" />
<ClCompile Include="src\SpriteSample.cpp" />
<ClCompile Include="src\SceneCreateSample.cpp">
<Filter>src</Filter>
</ClCompile>
Expand All @@ -431,6 +458,15 @@
<ClCompile Include="src\AudioSample.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\ParticlesSample.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\SpriteSample.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\FontSample.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Image Include="res\common\terrain\dirt.dds">
Expand Down Expand Up @@ -490,12 +526,24 @@
<Image Include="res\png\logo.png">
<Filter>res\png</Filter>
</Image>
<Image Include="res\common\particles\editor.png" />
<Image Include="res\common\particles\explosion.png" />
<Image Include="res\common\particles\fire.png" />
<Image Include="res\common\particles\smoke.png" />
<Image Include="res\common\water\water_normal.png" />
<Image Include="res\common\water\water_sample.png" />
<Image Include="res\common\water\water_normal.png">
<Filter>res\common\water</Filter>
</Image>
<Image Include="res\common\water\water_sample.png">
<Filter>res\common\water</Filter>
</Image>
<Image Include="res\common\particles\editor.png">
<Filter>res\common\particles</Filter>
</Image>
<Image Include="res\common\particles\explosion.png">
<Filter>res\common\particles</Filter>
</Image>
<Image Include="res\common\particles\fire.png">
<Filter>res\common\particles</Filter>
</Image>
<Image Include="res\common\particles\smoke.png">
<Filter>res\common\particles</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<Media Include="res\common\footsteps.wav">
Expand Down
3 changes: 0 additions & 3 deletions samples/character/sample-character.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ copy .\game.dxt.config .\game.config</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="bar-descriptor.xml">
<SubType>Designer</SubType>
</None>
<None Include="game.config">
<SubType>Designer</SubType>
</None>
Expand Down
1 change: 0 additions & 1 deletion samples/character/sample-character.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
</ItemGroup>
<ItemGroup>
<None Include="icon.png" />
<None Include="bar-descriptor.xml" />
<None Include="game.config" />
<None Include="game.dxt.config" />
<None Include="res\common\arial.gpb">
Expand Down
7 changes: 4 additions & 3 deletions samples/racer/sample-racer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ copy .\game.dxt.config .\game.config</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="bar-descriptor.xml">
<SubType>Designer</SubType>
</None>
<None Include="game.atc.config" />
<None Include="game.dxt.config" />
<None Include="game.png.config" />
<None Include="game.pvr.config" />
<None Include="icon.png" />
<None Include="res\common\background_track.ogg" />
<None Include="res\common\engine_loop.ogg" />
Expand Down
5 changes: 4 additions & 1 deletion samples/racer/sample-racer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</ItemGroup>
<ItemGroup>
<None Include="icon.png" />
<None Include="bar-descriptor.xml" />
<None Include="res\shaders\colored.frag">
<Filter>res\shaders</Filter>
</None>
Expand Down Expand Up @@ -99,6 +98,10 @@
<None Include="res\common\racer.scene">
<Filter>res\common</Filter>
</None>
<None Include="game.atc.config" />
<None Include="game.dxt.config" />
<None Include="game.png.config" />
<None Include="game.pvr.config" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\RacerGame.h">
Expand Down
1 change: 0 additions & 1 deletion samples/spaceship/sample-spaceship.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ copy ..\..\gameplay\res\logo_powered_white.png res</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="bar-descriptor.xml" />
<None Include="game.config" />
<None Include="icon.png" />
<None Include="res\airstrip.gpb" />
Expand Down
1 change: 0 additions & 1 deletion samples/spaceship/sample-spaceship.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="bar-descriptor.xml" />
<None Include="icon.png" />
<None Include="game.config" />
<None Include="res\airstrip.gpb">
Expand Down

0 comments on commit 90a3336

Please sign in to comment.