Rev 119 | Rev 133 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 119 | Rev 130 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
21 | <WindowsTargetPlatformVersion>7.1</WindowsTargetPlatformVersion> |
22 | </PropertyGroup> |
22 | </PropertyGroup> |
23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="Configuration"> |
24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="Configuration"> |
25 | <CharacterSet>Unicode</CharacterSet> |
25 | <CharacterSet>Unicode</CharacterSet> |
26 | <PlatformToolset> |
26 | <PlatformToolset>v140_xp</PlatformToolset> |
27 | </PropertyGroup> |
27 | </PropertyGroup> |
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
29 | <CharacterSet>Unicode</CharacterSet> |
29 | <CharacterSet>Unicode</CharacterSet> |
30 | <PlatformToolset>v140_xp</PlatformToolset> |
30 | <PlatformToolset>v140_xp</PlatformToolset> |
31 | </PropertyGroup> |
31 | </PropertyGroup> |
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
33 | <CharacterSet>Unicode</CharacterSet> |
33 | <CharacterSet>Unicode</CharacterSet> |
34 | <PlatformToolset> |
34 | <PlatformToolset>v140_xp</PlatformToolset> |
35 | </PropertyGroup> |
35 | </PropertyGroup> |
36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
37 | <ImportGroup Label="ExtensionSettings"> |
37 | <ImportGroup Label="ExtensionSettings"> |
38 | </ImportGroup> |
38 | </ImportGroup> |
39 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="PropertySheets"> |
39 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Demo|Win32'" Label="PropertySheets"> |
Line 78... | Line 78... | ||
78 | </ClCompile> |
78 | </ClCompile> |
79 | <Link> |
79 | <Link> |
80 | <GenerateDebugInformation>true</GenerateDebugInformation> |
80 | <GenerateDebugInformation>true</GenerateDebugInformation> |
81 | <Profile>true</Profile> |
81 | <Profile>true</Profile> |
82 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
82 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
- | 83 | <SubSystem>Windows</SubSystem> |
|
83 | </Link> |
84 | </Link> |
84 | <Manifest> |
85 | <Manifest> |
85 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> |
86 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> |
86 | </Manifest> |
87 | </Manifest> |
87 | <PostBuildEvent> |
88 | <PostBuildEvent> |
Line 138... | Line 139... | ||
138 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
139 | <Command>copy "$(OutDir)$(TargetName)$(TargetExt)*" .</Command> |
139 | <Message>Copying files...</Message> |
140 | <Message>Copying files...</Message> |
140 | </PostBuildEvent> |
141 | </PostBuildEvent> |
141 | <Link> |
142 | <Link> |
142 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
143 | <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;comdlg32.lib;wininet.lib;openal/OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
- | 144 | <SubSystem>Windows</SubSystem> |
|
143 | </Link> |
145 | </Link> |
144 | <Manifest /> |
146 | <Manifest /> |
145 | <ManifestResourceCompile /> |
147 | <ManifestResourceCompile /> |
146 | <Manifest> |
148 | <Manifest> |
147 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> |
149 | <AdditionalManifestFiles>resource\manifest.xml;%(AdditionalManifestFiles)</AdditionalManifestFiles> |