-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f960ee
commit 9a34cf7
Showing
18 changed files
with
270 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,103 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<VCProjectVersion>16.0</VCProjectVersion> | ||
<ProjectGuid>{e5156a69-e62c-48b3-bcaf-28c58a8f4d0a}</ProjectGuid> | ||
<RootNamespace>DemoEcsFireworks</RootNamespace> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Label="Shared"> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup> | ||
<IncludePath>$(Dir_IncludePath);$(IncludePath)</IncludePath> | ||
<LibraryPath>$(Dir_LibraryPath);$(LibraryPath)</LibraryPath> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<ClCompile> | ||
<Optimization>Disabled</Optimization> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Console</SubSystem> | ||
</Link> | ||
<Manifest /> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Console</SubSystem> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="main.cpp" /> | ||
<ClCompile Include="Service_graphics_gdi.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="Service_content_update_flag.hpp" /> | ||
<ClInclude Include="Service_graphics_gdi.hpp" /> | ||
<ClInclude Include="Service_master_clock.hpp" /> | ||
<ClInclude Include="Service_stat.hpp" /> | ||
<ClInclude Include="System_background_render.hpp" /> | ||
<ClInclude Include="System_draw_stat.hpp" /> | ||
<ClInclude Include="System_fireworks_explode.hpp" /> | ||
<ClInclude Include="System_fireworks_spawn.hpp" /> | ||
<ClInclude Include="System_gdi_present.hpp" /> | ||
<ClInclude Include="System_physics.hpp" /> | ||
<ClInclude Include="System_remove_out_of_bound.hpp" /> | ||
<ClInclude Include="System_spark_fade.hpp" /> | ||
<ClInclude Include="System_sprite_render.hpp" /> | ||
<ClInclude Include="System_star_render.hpp" /> | ||
<ClInclude Include="System_update_flag.hpp" /> | ||
<ClInclude Include="Type.hpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\Library\Usagi\Usagi.vcxproj"> | ||
<Project>{f9061c06-bce6-416b-9aeb-31351810b7ba}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Module\Usagi\Module\Common\Executive\Executive.vcxproj"> | ||
<Project>{345cdbb7-1ec3-4e1c-ad4f-856a774430f5}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Module\Usagi\Module\Common\Math\Math.vcxproj"> | ||
<Project>{d4e79012-d153-40c0-b62d-fc9b31495442}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Module\Usagi\Module\Common\Time\Time.vcxproj"> | ||
<Project>{61c2c8d3-d6d1-4bea-b122-43142579ba35}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Module\Usagi\Module\Platform\Win10\Win10.vcxproj"> | ||
<Project>{ba6b6731-dfa8-4da0-b121-d3d8d584b001}</Project> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<VCProjectVersion>16.0</VCProjectVersion> | ||
<ProjectGuid>{e5156a69-e62c-48b3-bcaf-28c58a8f4d0a}</ProjectGuid> | ||
<RootNamespace>DemoEcsFireworks</RootNamespace> | ||
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Label="Shared"> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup> | ||
<IncludePath>$(Dir_IncludePath);$(IncludePath)</IncludePath> | ||
<LibraryPath>$(Dir_LibraryPath);$(LibraryPath)</LibraryPath> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<ClCompile> | ||
<Optimization>Disabled</Optimization> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Console</SubSystem> | ||
</Link> | ||
<Manifest /> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Console</SubSystem> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="main.cpp" /> | ||
<ClCompile Include="Service_graphics_gdi.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="Service_content_update_flag.hpp" /> | ||
<ClInclude Include="Service_graphics_gdi.hpp" /> | ||
<ClInclude Include="Service_master_clock.hpp" /> | ||
<ClInclude Include="Service_stat.hpp" /> | ||
<ClInclude Include="System_background_render.hpp" /> | ||
<ClInclude Include="System_draw_stat.hpp" /> | ||
<ClInclude Include="System_fireworks_explode.hpp" /> | ||
<ClInclude Include="System_fireworks_spawn.hpp" /> | ||
<ClInclude Include="System_gdi_present.hpp" /> | ||
<ClInclude Include="System_physics.hpp" /> | ||
<ClInclude Include="System_remove_out_of_bound.hpp" /> | ||
<ClInclude Include="System_spark_fade.hpp" /> | ||
<ClInclude Include="System_sprite_render.hpp" /> | ||
<ClInclude Include="System_star_render.hpp" /> | ||
<ClInclude Include="System_update_flag.hpp" /> | ||
<ClInclude Include="Type.hpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\Library\Usagi\Usagi.vcxproj"> | ||
<Project>{f9061c06-bce6-416b-9aeb-31351810b7ba}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Modules\Usagi\Modules\Common\Executive\Executive.vcxproj"> | ||
<Project>{345cdbb7-1ec3-4e1c-ad4f-856a774430f5}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Modules\Usagi\Modules\Common\Math\Math.vcxproj"> | ||
<Project>{d4e79012-d153-40c0-b62d-fc9b31495442}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Modules\Usagi\Modules\Common\Time\Time.vcxproj"> | ||
<Project>{61c2c8d3-d6d1-4bea-b122-43142579ba35}</Project> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\Modules\Usagi\Modules\Platforms\Win10\Win10.vcxproj"> | ||
<Project>{ba6b6731-dfa8-4da0-b121-d3d8d584b001}</Project> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.