Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 192 | Rev 193 | ||
---|---|---|---|
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. |
17 | <WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion> |
18 | </PropertyGroup> |
18 | </PropertyGroup> |
19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
21 | <CharacterSet>Unicode</CharacterSet> |
21 | <CharacterSet>Unicode</CharacterSet> |
22 | <PlatformToolset> |
22 | <PlatformToolset>v141_xp</PlatformToolset> |
23 | </PropertyGroup> |
23 | </PropertyGroup> |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
25 | <CharacterSet>Unicode</CharacterSet> |
25 | <CharacterSet>Unicode</CharacterSet> |
26 | <PlatformToolset> |
26 | <PlatformToolset>v141_xp</PlatformToolset> |
27 | </PropertyGroup> |
27 | </PropertyGroup> |
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
29 | <ImportGroup Label="ExtensionSettings"> |
29 | <ImportGroup Label="ExtensionSettings"> |
30 | </ImportGroup> |
30 | </ImportGroup> |
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
31 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
Line 45... | Line 45... | ||
45 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
45 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
46 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Chess Giants</TargetName> |
46 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Chess Giants</TargetName> |
47 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Chess Giants Debug</TargetName> |
47 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Chess Giants Debug</TargetName> |
48 | </PropertyGroup> |
48 | </PropertyGroup> |
49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
50 | <OutDir>$( |
50 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
51 | <IntDir>$( |
51 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
52 | <RunCodeAnalysis>false</RunCodeAnalysis> |
52 | <RunCodeAnalysis>false</RunCodeAnalysis> |
53 | </PropertyGroup> |
53 | </PropertyGroup> |
54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
55 | <OutDir>$( |
55 | <OutDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</OutDir> |
56 | <IntDir>$( |
56 | <IntDir>$(SolutionDir).build\$(ProjectName)-$(Configuration)-$(Platform)\</IntDir> |
57 | </PropertyGroup> |
57 | </PropertyGroup> |
58 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
58 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
59 | <ClCompile> |
59 | <ClCompile> |
60 | <Optimization>Disabled</Optimization> |
60 | <Optimization>Disabled</Optimization> |
61 | <PreprocessorDefinitions>NO_REGISTRATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
61 | <PreprocessorDefinitions>NO_REGISTRATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
62 | <MinimalRebuild>true</MinimalRebuild> |
- | |
63 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
62 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
64 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
63 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
65 | <PrecompiledHeader> |
64 | <PrecompiledHeader> |
66 | </PrecompiledHeader> |
65 | </PrecompiledHeader> |
67 | <WarningLevel>Level3</WarningLevel> |
66 | <WarningLevel>Level3</WarningLevel> |
Line 85... | Line 84... | ||
85 | <Message>Forcing version number regeneration...</Message> |
84 | <Message>Forcing version number regeneration...</Message> |
86 | </PreBuildEvent> |
85 | </PreBuildEvent> |
87 | </ItemDefinitionGroup> |
86 | </ItemDefinitionGroup> |
88 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
87 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
89 | <ClCompile> |
88 | <ClCompile> |
90 | <Optimization>Full</Optimization> |
- | |
91 | <IntrinsicFunctions>true</IntrinsicFunctions> |
89 | <IntrinsicFunctions>true</IntrinsicFunctions> |
92 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
90 | <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions> |
93 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
91 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
94 | <PrecompiledHeader> |
92 | <PrecompiledHeader> |
95 | </PrecompiledHeader> |
93 | </PrecompiledHeader> |
96 | <WarningLevel>Level3</WarningLevel> |
94 | <WarningLevel>Level3</WarningLevel> |
97 | <EnablePREfast>false</EnablePREfast> |
95 | <EnablePREfast>false</EnablePREfast> |
- | 96 | <Optimization>Full</Optimization> |
|
98 | </ClCompile> |
97 | </ClCompile> |
99 | <Link /> |
98 | <Link /> |
100 | <Manifest /> |
99 | <Manifest /> |
101 | <PostBuildEvent> |
100 | <PostBuildEvent> |
102 | <Command>"Z: |
101 | <Command>"Z:\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> |
103 | <Message>Signing output and copying files...</Message> |
102 | <Message>Signing output and copying files...</Message> |
104 | </PostBuildEvent> |
103 | </PostBuildEvent> |
105 | <Link> |
104 | <Link> |
106 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;version.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
105 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;version.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
107 | <SubSystem>Windows</SubSystem> |
106 | <SubSystem>Windows</SubSystem> |