diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-03-01 03:26:42 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2015-03-02 22:20:37 +0100 |
| commit | a5ea6c6e9365f7486d3d683ca094fa26e4396977 (patch) | |
| tree | cfb5aad97c32be46414b137382504e52725be5d4 /Source/Core/Common | |
| parent | 691b690afed6ec8cf282be0f1cd23d3bce17deee (diff) | |
enet: fix Visual Studio files
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Common.vcxproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/Core/Common/Common.vcxproj b/Source/Core/Common/Common.vcxproj index fdd3183587..00cbae4707 100644 --- a/Source/Core/Common/Common.vcxproj +++ b/Source/Core/Common/Common.vcxproj @@ -135,6 +135,9 @@ <Text Include="CMakeLists.txt" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="$(ExternalsDir)enet\enet.vcxproj"> + <Project>{cbc76802-c128-4b17-bf6c-23b08c313e5e}</Project> + </ProjectReference> <ProjectReference Include="$(ExternalsDir)polarssl\visualc\PolarSSL.vcxproj"> <Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project> </ProjectReference> @@ -145,4 +148,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project>
\ No newline at end of file +</Project> |
