eDosStation/eDosStationApp/eDosStationApp.vcxproj.filters
2019-02-01 17:35:18 +01:00

66 lines
No EOL
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Common">
<UniqueIdentifier>a9a6d31b-34f4-47e4-bd05-2294c9a7b4dc</UniqueIdentifier>
</Filter>
<Filter Include="Assets">
<UniqueIdentifier>cebbdc2a-3881-479d-b64d-253b30176a4a</UniqueIdentifier>
<Extensions>bmp;fbx;gif;jpg;jpeg;tga;tiff;tif;png</Extensions>
</Filter>
<Filter Include="Content">
<UniqueIdentifier>66c5713d-b0a6-4d44-b482-fcd7757b6f79</UniqueIdentifier>
</Filter>
<ClInclude Include="Common\DirectXHelper.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Common\StepTimer.h">
<Filter>Common</Filter>
</ClInclude>
<ClInclude Include="Common\DeviceResources.h">
<Filter>Common</Filter>
</ClInclude>
<ClCompile Include="Common\DeviceResources.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClInclude Include="Content\Sample3DSceneRenderer.h">
<Filter>Content</Filter>
</ClInclude>
<ClInclude Include="Content\SampleFpsTextRenderer.h">
<Filter>Content</Filter>
</ClInclude>
<ClInclude Include="Content\ShaderStructures.h">
<Filter>Content</Filter>
</ClInclude>
<ClCompile Include="Content\Sample3DSceneRenderer.cpp">
<Filter>Content</Filter>
</ClCompile>
<ClCompile Include="Content\SampleFpsTextRenderer.cpp">
<Filter>Content</Filter>
</ClCompile>
<FxCompile Include="Content\SamplePixelShader.hlsl">
<Filter>Content</Filter>
</FxCompile>
<FxCompile Include="Content\SampleVertexShader.hlsl">
<Filter>Content</Filter>
</FxCompile>
<Image Include="Assets\LockScreenLogo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\SplashScreen.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square150x150Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square44x44Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png">
<Filter>Assets</Filter>
</Image>
<Image Include="Assets\Wide310x150Logo.scale-200.png">
<Filter>Assets</Filter>
</Image>
</ItemGroup>
</Project>