diff options
| author | 2013-09-04 22:09:15 -0400 | |
|---|---|---|
| committer | 2013-09-04 22:09:15 -0400 | |
| commit | 86495a83c16538ddcab7da4ea68de38ee2d1837e (patch) | |
| tree | 7f6b57ca0e01e972556f335b3000e2ffac6e0b96 /src/core/core.vcxproj | |
| parent | added build directory to be ignored by git (diff) | |
| download | yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.gz yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.xz yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.zip | |
various fixes to be able to build project
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index c976d292e..22fc96fe2 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj | |||
| @@ -44,31 +44,31 @@ | |||
| 44 | </ImportGroup> | 44 | </ImportGroup> |
| 45 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 45 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 46 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 46 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 47 | <Import Project="..\..\vsprops\Base.props" /> | 47 | <Import Project="..\..\vsprops\base.props" /> |
| 48 | <Import Project="..\..\vsprops\CodeGen_Debug.props" /> | 48 | <Import Project="..\..\vsprops\code_generation_debug.props" /> |
| 49 | <Import Project="..\..\vsprops\Optimization_Debug.props" /> | 49 | <Import Project="..\..\vsprops\optimization_debug.props" /> |
| 50 | <Import Project="..\..\vsprops\Externals.props" /> | 50 | <Import Project="..\..\vsprops\externals.props" /> |
| 51 | </ImportGroup> | 51 | </ImportGroup> |
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 54 | <Import Project="..\..\vsprops\Base.props" /> | 54 | <Import Project="..\..\vsprops\base.props" /> |
| 55 | <Import Project="..\..\vsprops\CodeGen_Debug.props" /> | 55 | <Import Project="..\..\vsprops\code_generation_debug.props" /> |
| 56 | <Import Project="..\..\vsprops\Optimization_Debug.props" /> | 56 | <Import Project="..\..\vsprops\optimization_debug.props" /> |
| 57 | <Import Project="..\..\vsprops\Externals.props" /> | 57 | <Import Project="..\..\vsprops\externals.props" /> |
| 58 | </ImportGroup> | 58 | </ImportGroup> |
| 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 61 | <Import Project="..\..\vsprops\Base.props" /> | 61 | <Import Project="..\..\vsprops\base.props" /> |
| 62 | <Import Project="..\..\vsprops\CodeGen_Release.props" /> | 62 | <Import Project="..\..\vsprops\code_generation_release.props" /> |
| 63 | <Import Project="..\..\vsprops\Optimization_Release.props" /> | 63 | <Import Project="..\..\vsprops\optimization_release.props" /> |
| 64 | <Import Project="..\..\vsprops\Externals.props" /> | 64 | <Import Project="..\..\vsprops\externals.props" /> |
| 65 | </ImportGroup> | 65 | </ImportGroup> |
| 66 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 66 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
| 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 68 | <Import Project="..\..\vsprops\Base.props" /> | 68 | <Import Project="..\..\vsprops\base.props" /> |
| 69 | <Import Project="..\..\vsprops\CodeGen_Release.props" /> | 69 | <Import Project="..\..\vsprops\code_generation_release.props" /> |
| 70 | <Import Project="..\..\vsprops\Optimization_Release.props" /> | 70 | <Import Project="..\..\vsprops\optimization_release.props" /> |
| 71 | <Import Project="..\..\vsprops\Externals.props" /> | 71 | <Import Project="..\..\vsprops\externals.props" /> |
| 72 | </ImportGroup> | 72 | </ImportGroup> |
| 73 | <PropertyGroup Label="UserMacros" /> | 73 | <PropertyGroup Label="UserMacros" /> |
| 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
| @@ -180,6 +180,9 @@ | |||
| 180 | <Project>{dfe335fc-755d-4baa-8452-94434f8a1edb}</Project> | 180 | <Project>{dfe335fc-755d-4baa-8452-94434f8a1edb}</Project> |
| 181 | </ProjectReference> | 181 | </ProjectReference> |
| 182 | </ItemGroup> | 182 | </ItemGroup> |
| 183 | <ItemGroup> | ||
| 184 | <ClCompile Include="src\core.cpp" /> | ||
| 185 | </ItemGroup> | ||
| 183 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 186 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 184 | <ImportGroup Label="ExtensionTargets"> | 187 | <ImportGroup Label="ExtensionTargets"> |
| 185 | </ImportGroup> | 188 | </ImportGroup> |