diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-09-24 01:03:08 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-09-25 03:46:41 +0200 |
| commit | ac5f56df7edc58eae3f00a61b6bef3096a0575bc (patch) | |
| tree | b979f10c7b170d8fa1f50a797f397f7ac446ab6f /Source/Core/DiscIO | |
| parent | f70da0e889ed422b66c02f88c7d956f22364004f (diff) | |
mbedTLS: adapt Dolphin's Visual Studio files
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/DiscIO.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/DiscIO.vcxproj b/Source/Core/DiscIO/DiscIO.vcxproj index 3250c37531..2927bc4781 100644 --- a/Source/Core/DiscIO/DiscIO.vcxproj +++ b/Source/Core/DiscIO/DiscIO.vcxproj @@ -78,7 +78,7 @@ <Text Include="CMakeLists.txt" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="$(ExternalsDir)polarssl\visualc\PolarSSL.vcxproj"> + <ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj"> <Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project> </ProjectReference> <ProjectReference Include="$(ExternalsDir)zlib\zlib.vcxproj"> @@ -91,4 +91,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |
