|
22 | 22 | <VCProjectVersion>15.0</VCProjectVersion>
|
23 | 23 | <ProjectGuid>{DAFD6D98-3DCD-40AD-BC85-EC71797B6767}</ProjectGuid>
|
24 | 24 | <RootNamespace>OPCODE</RootNamespace>
|
25 |
| - <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> |
26 | 25 | </PropertyGroup>
|
27 | 26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
28 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
58 | 57 | </ImportGroup>
|
59 | 58 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
60 | 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
61 |
| - <Import Project="..\..\src\Common.props" /> |
| 60 | + <Import Project="$(SolutionDir)Common.props" /> |
62 | 61 | </ImportGroup>
|
63 | 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
64 | 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
65 |
| - <Import Project="..\..\src\Common.props" /> |
| 64 | + <Import Project="$(SolutionDir)Common.props" /> |
66 | 65 | </ImportGroup>
|
67 | 66 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
68 | 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
69 |
| - <Import Project="..\..\src\Common.props" /> |
| 68 | + <Import Project="$(SolutionDir)Common.props" /> |
70 | 69 | </ImportGroup>
|
71 | 70 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
72 | 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
73 |
| - <Import Project="..\..\src\Common.props" /> |
| 72 | + <Import Project="$(SolutionDir)Common.props" /> |
74 | 73 | </ImportGroup>
|
75 | 74 | <PropertyGroup Label="UserMacros" />
|
76 | 75 | <PropertyGroup />
|
|
82 | 81 | <ConformanceMode>false</ConformanceMode>
|
83 | 82 | <PrecompiledHeader>Use</PrecompiledHeader>
|
84 | 83 | <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
85 |
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 84 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
86 | 85 | <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
87 | 86 | </ClCompile>
|
88 | 87 | </ItemDefinitionGroup>
|
|
94 | 93 | <ConformanceMode>false</ConformanceMode>
|
95 | 94 | <PrecompiledHeader>Use</PrecompiledHeader>
|
96 | 95 | <PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
|
97 |
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 96 | + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
98 | 97 | <PreprocessorDefinitions>OPCODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
99 | 98 | </ClCompile>
|
100 | 99 | </ItemDefinitionGroup>
|
|
0 commit comments