From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- platforms/vs2010/Parsec.vcxproj | 570 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 570 insertions(+) create mode 100755 platforms/vs2010/Parsec.vcxproj (limited to 'platforms/vs2010/Parsec.vcxproj') diff --git a/platforms/vs2010/Parsec.vcxproj b/platforms/vs2010/Parsec.vcxproj new file mode 100755 index 0000000..0960676 --- /dev/null +++ b/platforms/vs2010/Parsec.vcxproj @@ -0,0 +1,570 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {8B8F1A1D-E8DF-4739-812B-72FC14EDEE55} + Parsec + + + + Application + true + MultiByte + v110 + + + Application + false + true + MultiByte + v110_xp + + + + + + + + + + + + + + + TurnOffAllWarnings + Disabled + ..\..\src\parsec\include;..\..\src\libparsec\include;include;include\SDL;include\SDL_mixer;include\libjpeg + SYSTEM_ENABLE_SDL;PARSEC_CLIENT;%(PreprocessorDefinitions) + + + true + opengl32.lib;SDL.lib;SDLmain.lib;SDL_mixer.lib;jpeg-static.lib;%(AdditionalDependencies) + lib;%(AdditionalLibraryDirectories) + Windows + + + + + + + TurnOffAllWarnings + Disabled + true + true + ..\..\src\parsec\include;..\..\src\libparsec\include;include;include\SDL;include\SDL_mixer;include\libjpeg;..\..\src\libraries + SYSTEM_ENABLE_SDL;PARSEC_CLIENT;%(PreprocessorDefinitions) + + + MultiThreadedDLL + + + true + true + true + opengl32.lib;SDL.lib;SDLmain.lib;SDL_mixer.lib;jpeg-static.lib;%(AdditionalDependencies) + lib;%(AdditionalLibraryDirectories) + Windows + + + + + + + + \ No newline at end of file -- cgit v1.2.3