|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|Win32"> |
| 4 | + <ProjectConfiguration Include="Debug|x64"> |
5 | 5 | <Configuration>Debug</Configuration> |
6 | | - <Platform>Win32</Platform> |
| 6 | + <Platform>x64</Platform> |
7 | 7 | </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Release|Win32"> |
| 8 | + <ProjectConfiguration Include="Release|x64"> |
9 | 9 | <Configuration>Release</Configuration> |
10 | | - <Platform>Win32</Platform> |
| 10 | + <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
12 | 12 | </ItemGroup> |
13 | 13 | <PropertyGroup Label="Globals"> |
14 | 14 | <VCProjectVersion>15.0</VCProjectVersion> |
15 | 15 | <TargetName>Sample_PythonCharacter</TargetName> |
16 | 16 | <ProjectGuid>{430F9796-C070-4288-A009-2B99A1A051B8}</ProjectGuid> |
17 | | - <Keyword>Win32Proj</Keyword> |
| 17 | + <Keyword>x64Proj</Keyword> |
18 | 18 | <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> |
19 | 19 | </PropertyGroup> |
20 | 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
21 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 21 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
22 | 22 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
23 | 23 | <UseDebugLibraries>true</UseDebugLibraries> |
24 | 24 | <PlatformToolset>v141</PlatformToolset> |
25 | 25 | </PropertyGroup> |
26 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 26 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
27 | 27 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
28 | 28 | <UseDebugLibraries>false</UseDebugLibraries> |
29 | 29 | <PlatformToolset>v141</PlatformToolset> |
|
33 | 33 | </ImportGroup> |
34 | 34 | <ImportGroup Label="Shared"> |
35 | 35 | </ImportGroup> |
36 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 36 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
37 | 37 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
38 | 38 | <Import Project="..\includes.props" /> |
39 | 39 | </ImportGroup> |
40 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 40 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
41 | 41 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
42 | 42 | <Import Project="..\includes.props" /> |
43 | 43 | </ImportGroup> |
44 | 44 | <PropertyGroup Label="UserMacros" /> |
45 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 45 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
46 | 46 | <LinkIncremental>true</LinkIncremental> |
47 | 47 | <OutDir>$(ProjectDir)\..\ogre\bin\</OutDir> |
48 | 48 | <LocalDebuggerCommand>$(OutDir)SampleBrowser.exe</LocalDebuggerCommand> |
49 | 49 | <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> |
50 | 50 | <LocalDebuggerEnvironment>PYTHONPATH=$(ProjectDir.TrimEnd(`\`))%0APATH=%PATH%;$(PythonHome.TrimEnd(`\`))</LocalDebuggerEnvironment> |
51 | 51 | </PropertyGroup> |
52 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 52 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
53 | 53 | <LinkIncremental>true</LinkIncremental> |
54 | 54 | <OutDir>$(ProjectDir)\..\ogre\bin\</OutDir> |
55 | 55 | <LocalDebuggerCommand>$(OutDir)SampleBrowser.exe</LocalDebuggerCommand> |
56 | 56 | <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory> |
57 | 57 | <LocalDebuggerEnvironment>PYTHONPATH=$(ProjectDir.TrimEnd(`\`))%0APATH=%PATH%;$(PythonHome.TrimEnd(`\`))</LocalDebuggerEnvironment> |
58 | 58 | </PropertyGroup> |
59 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 59 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
60 | 60 | <ClCompile> |
61 | | - <PreprocessorDefinitions>WIN32;_WINDOWS;_USRDLL;PYTHONCHARACTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 61 | + <PreprocessorDefinitions>WIN64;_WINDOWS;_USRDLL;PYTHONCHARACTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
62 | 62 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
63 | 63 | <WarningLevel>Level3</WarningLevel> |
64 | 64 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
68 | 68 | <DisableSpecificWarnings>4251;4275;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
69 | 69 | </ClCompile> |
70 | 70 | <Link> |
71 | | - <TargetMachine>MachineX86</TargetMachine> |
| 71 | + <TargetMachine>MachineX64</TargetMachine> |
72 | 72 | <GenerateDebugInformation>true</GenerateDebugInformation> |
73 | 73 | <SubSystem>Windows</SubSystem> |
74 | 74 | <AdditionalDependencies>OgreMain.lib;OgreBites.lib;%(AdditionalDependencies)</AdditionalDependencies> |
75 | 75 | </Link> |
76 | 76 | </ItemDefinitionGroup> |
77 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 77 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
78 | 78 | <ClCompile> |
79 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHONCHARACTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 79 | + <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;PYTHONCHARACTER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
80 | 80 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
81 | 81 | <WarningLevel>Level3</WarningLevel> |
82 | 82 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
85 | 85 | <DisableSpecificWarnings>4251;4275;%(DisableSpecificWarnings)</DisableSpecificWarnings> |
86 | 86 | </ClCompile> |
87 | 87 | <Link> |
88 | | - <TargetMachine>MachineX86</TargetMachine> |
| 88 | + <TargetMachine>MachineX64</TargetMachine> |
89 | 89 | <GenerateDebugInformation>true</GenerateDebugInformation> |
90 | 90 | <SubSystem>Windows</SubSystem> |
91 | 91 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
0 commit comments