|
|
@ -81,6 +81,9 @@ |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
|
|
|
|
</PreBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
@ -97,6 +100,9 @@ |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
|
|
|
|
</PreBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
@ -110,6 +116,9 @@ |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
|
|
|
|
</PreBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<ClCompile> |
|
|
|
<ClCompile> |
|
|
@ -127,6 +136,9 @@ |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
</Link> |
|
|
|
</Link> |
|
|
|
|
|
|
|
<PreBuildEvent> |
|
|
|
|
|
|
|
<Command>powershell.exe -ExecutionPolicy Bypass -NoProfile -NonInteractive -File update_version.ps1 "./version.h"</Command> |
|
|
|
|
|
|
|
</PreBuildEvent> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClInclude Include="Ability.h" /> |
|
|
|
<ClInclude Include="Ability.h" /> |
|
|
@ -147,6 +159,7 @@ |
|
|
|
<ClInclude Include="resource.h" /> |
|
|
|
<ClInclude Include="resource.h" /> |
|
|
|
<ClInclude Include="resource1.h" /> |
|
|
|
<ClInclude Include="resource1.h" /> |
|
|
|
<ClInclude Include="State.h" /> |
|
|
|
<ClInclude Include="State.h" /> |
|
|
|
|
|
|
|
<ClInclude Include="Version.h" /> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClCompile Include="Ability.cpp" /> |
|
|
|
<ClCompile Include="Ability.cpp" /> |
|
|
|