Rev 177 | Rev 180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 177 | Rev 179 | ||
|---|---|---|---|
| Line 12... | Line 12... | ||
| 12 | </ItemGroup> | 12 | </ItemGroup> | 
| 13 | <PropertyGroup Label="Globals"> | 13 | <PropertyGroup Label="Globals"> | 
| 14 |     <ProjectGuid>{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}</ProjectGuid> | 14 |     <ProjectGuid>{3C0C871B-5FB3-40E4-8006-38C27F82AC0C}</ProjectGuid> | 
| 15 | <RootNamespace>Chess Giants</RootNamespace> | 15 | <RootNamespace>Chess Giants</RootNamespace> | 
| 16 | <Keyword>Win32Proj</Keyword> | 16 | <Keyword>Win32Proj</Keyword> | 
| - | 17 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> | |
| 17 | </PropertyGroup> | 18 | </PropertyGroup> | 
| 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
| 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
| 20 | <CharacterSet>Unicode</CharacterSet> | 21 | <CharacterSet>Unicode</CharacterSet> | 
| 21 | <PlatformToolset>v140_xp</PlatformToolset> | 22 | <PlatformToolset>v140_xp</PlatformToolset> | 
| Line 34... | Line 35... | ||
| 34 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 35 |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| 35 | </ImportGroup> | 36 | </ImportGroup> | 
| 36 | <PropertyGroup Label="UserMacros" /> | 37 | <PropertyGroup Label="UserMacros" /> | 
| 37 | <PropertyGroup> | 38 | <PropertyGroup> | 
| 38 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 39 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | 
| 39 | <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EmbedManifest> | - | |
| 40 | <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest> | - | |
| 41 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 40 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
| 42 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 41 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 
| 43 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 42 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 
| 44 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 43 | <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> | 
| 45 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | 44 | <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | 
| Line 69... | Line 68... | ||
| 69 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | 68 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | 
| 70 | </ClCompile> | 69 | </ClCompile> | 
| 71 | <Link> | 70 | <Link> | 
| 72 | <GenerateDebugInformation>true</GenerateDebugInformation> | 71 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
| 73 | <Profile>true</Profile> | 72 | <Profile>true</Profile> | 
| 74 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32 | 73 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
| 75 | <SubSystem>Windows</SubSystem> | 74 | <SubSystem>Windows</SubSystem> | 
| 76 | </Link> | 75 | </Link> | 
| 77 | <Manifest> | 76 | <Manifest /> | 
| 78 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> | - | |
| 79 | </Manifest> | - | |
| 80 | <PostBuildEvent> | 77 | <PostBuildEvent> | 
| 81 | <Command> | 78 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> | 
| 82 | </PostBuildEvent> | 79 | </PostBuildEvent> | 
| 83 | <PostBuildEvent> | 80 | <PostBuildEvent> | 
| 84 | <Message> | 81 | <Message>Copying files...</Message> | 
| 85 | </PostBuildEvent> | 82 | </PostBuildEvent> | 
| 86 | <PreBuildEvent> | 83 | <PreBuildEvent> | 
| 87 | <Command>del "$( | 84 | <Command>if exist "$(IntDir)\dialog_about.obj" del "$(IntDir)\dialog_about.obj" >nul 2>&1 & if exist "$(IntDir)\util.obj" del "$(IntDir)\util.obj" >nul 2>&1</Command> | 
| 88 | <Message>Forcing version number regeneration...</Message> | 85 | <Message>Forcing version number regeneration...</Message> | 
| 89 | </PreBuildEvent> | 86 | </PreBuildEvent> | 
| 90 | </ItemDefinitionGroup> | 87 | </ItemDefinitionGroup> | 
| 91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| 92 | <ClCompile> | 89 | <ClCompile> | 
| Line 98... | Line 95... | ||
| 98 | </PrecompiledHeader> | 95 | </PrecompiledHeader> | 
| 99 | <WarningLevel>Level3</WarningLevel> | 96 | <WarningLevel>Level3</WarningLevel> | 
| 100 | <EnablePREfast>false</EnablePREfast> | 97 | <EnablePREfast>false</EnablePREfast> | 
| 101 | </ClCompile> | 98 | </ClCompile> | 
| 102 | <Link /> | 99 | <Link /> | 
| 103 | <Manifest> | 100 | <Manifest /> | 
| 104 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> | - | |
| 105 | </Manifest> | - | |
| 106 | <PostBuildEvent> | 101 | <PostBuildEvent> | 
| 107 | <Command>"Z:\pmbaty\Documents\Mes projets\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Chess Giants program" https://www.pmbaty.com/chess/ & copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> | 102 | <Command>"Z:\pmbaty\Documents\Mes projets\Windows code signer\sign.bat" "$(OutDir)$(TargetName)$(TargetExt)" "Chess Giants" "Pierre-Marie Baty" pm@pmbaty.com FR "Chess Giants program" https://www.pmbaty.com/chess/ & copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> | 
| 108 | <Message>Signing output and copying files...</Message> | 103 | <Message>Signing output and copying files...</Message> | 
| 109 | </PostBuildEvent> | 104 | </PostBuildEvent> | 
| 110 | <Link> | 105 | <Link> | 
| 111 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32 | 106 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> | 
| 112 | <SubSystem>Windows</SubSystem> | 107 | <SubSystem>Windows</SubSystem> | 
| 113 | </Link> | 108 | </Link> | 
| 114 | <PreBuildEvent> | 109 | <PreBuildEvent> | 
| 115 | <Command>del "$( | 110 | <Command>if exist "$(IntDir)\dialog_about.obj" del "$(IntDir)\dialog_about.obj" >nul 2>&1 & if exist "$(IntDir)\util.obj" del "$(IntDir)\util.obj" >nul 2>&1</Command> | 
| 116 | <Message>Forcing version number regeneration...</Message> | 111 | <Message>Forcing version number regeneration...</Message> | 
| 117 | </PreBuildEvent> | 112 | </PreBuildEvent> | 
| 118 | </ItemDefinitionGroup> | 113 | </ItemDefinitionGroup> | 
| 119 | <ItemGroup> | 114 | <ItemGroup> | 
| 120 | <ClCompile Include="audio.cpp" /> | 115 | <ClCompile Include="audio.cpp" /> |