From 0c2073a80b531cacf152c8a0dbb46e0d64e014dc Mon Sep 17 00:00:00 2001 From: Programerus Date: Mon, 16 Apr 2012 23:27:10 +0200 Subject: Fixed graphics bug on MSVC 2010 and MinGW. --- src/CBot/CBot.lib | Bin 107676 -> 0 bytes src/CBot/CBot.sln | 26 + src/CBot/CBot.suo | Bin 0 -> 10240 bytes src/CBot/CBot.vcproj | 464 ++++ src/CBot/CBot.vcxproj | 205 ++ .../TestCBot/Debug/ResolveAssemblyReference.cache | Bin 0 -> 658 bytes src/CBot/TestCBot/TestCBot.vcproj | 467 ++++ src/CBot/TestCBot/TestCBot.vcxproj | 211 ++ src/CBot/TestCBot/TestCBot.vcxproj.filters | 94 + src/d3dengine.cpp | 8 +- src/d3denum.cpp | 2 +- src/language.h | 4 +- src/projet1.sln | 20 + src/projet1.suo | Bin 0 -> 10752 bytes src/projet1.vcproj | 2619 ++++++++++++++++++++ src/projet1.vcxproj | 630 +++++ src/projet1.vcxproj.user | 3 + 17 files changed, 4746 insertions(+), 7 deletions(-) delete mode 100644 src/CBot/CBot.lib create mode 100644 src/CBot/CBot.sln create mode 100644 src/CBot/CBot.suo create mode 100644 src/CBot/CBot.vcproj create mode 100644 src/CBot/CBot.vcxproj create mode 100644 src/CBot/TestCBot/Debug/ResolveAssemblyReference.cache create mode 100644 src/CBot/TestCBot/TestCBot.vcproj create mode 100644 src/CBot/TestCBot/TestCBot.vcxproj create mode 100644 src/CBot/TestCBot/TestCBot.vcxproj.filters create mode 100644 src/projet1.sln create mode 100644 src/projet1.suo create mode 100644 src/projet1.vcproj create mode 100644 src/projet1.vcxproj create mode 100644 src/projet1.vcxproj.user (limited to 'src') diff --git a/src/CBot/CBot.lib b/src/CBot/CBot.lib deleted file mode 100644 index 548361f..0000000 Binary files a/src/CBot/CBot.lib and /dev/null differ diff --git a/src/CBot/CBot.sln b/src/CBot/CBot.sln new file mode 100644 index 0000000..205b7cf --- /dev/null +++ b/src/CBot/CBot.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CBot", "CBot.vcxproj", "{56C2422A-37E8-4A67-9847-9DD28B69C97D}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestCBot", "TestCBot\TestCBot.vcxproj", "{ABC99C18-F3E4-4486-A965-C6F15C8B9E33}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {56C2422A-37E8-4A67-9847-9DD28B69C97D}.Debug|Win32.ActiveCfg = Debug|Win32 + {56C2422A-37E8-4A67-9847-9DD28B69C97D}.Debug|Win32.Build.0 = Debug|Win32 + {56C2422A-37E8-4A67-9847-9DD28B69C97D}.Release|Win32.ActiveCfg = Release|Win32 + {56C2422A-37E8-4A67-9847-9DD28B69C97D}.Release|Win32.Build.0 = Release|Win32 + {ABC99C18-F3E4-4486-A965-C6F15C8B9E33}.Debug|Win32.ActiveCfg = Debug|Win32 + {ABC99C18-F3E4-4486-A965-C6F15C8B9E33}.Debug|Win32.Build.0 = Debug|Win32 + {ABC99C18-F3E4-4486-A965-C6F15C8B9E33}.Release|Win32.ActiveCfg = Release|Win32 + {ABC99C18-F3E4-4486-A965-C6F15C8B9E33}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/CBot/CBot.suo b/src/CBot/CBot.suo new file mode 100644 index 0000000..09cbaad Binary files /dev/null and b/src/CBot/CBot.suo differ diff --git a/src/CBot/CBot.vcproj b/src/CBot/CBot.vcproj new file mode 100644 index 0000000..c3a9e54 --- /dev/null +++ b/src/CBot/CBot.vcproj @@ -0,0 +1,464 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/CBot/CBot.vcxproj b/src/CBot/CBot.vcxproj new file mode 100644 index 0000000..2a41925 --- /dev/null +++ b/src/CBot/CBot.vcxproj @@ -0,0 +1,205 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {56C2422A-37E8-4A67-9847-9DD28B69C97D} + + + + DynamicLibrary + false + + + DynamicLibrary + false + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + .\Debug\ + .\Debug\ + true + .\Release\ + .\Release\ + false + $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;C:\dx7sdk\include; + $(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib;C:\dx7sdk\lib; + + + + copy .\Debug\CBot.dll .\TestCBot\CBot.dll +copy .\Debug\CBot.dll "C:\Program Files\Colobot\CBot.dll" +_Copy.bat + + .\TestCBot\CBot.dll;%(Outputs) + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/CBot.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDebug + .\Debug/CBot.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x040c + + + .\Debug/CBot.dll + true + true + .\Debug/CBot.pdb + Windows + false + + + .\Debug/CBot.lib + MachineX86 + + + true + .\Debug/CBot.bsc + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/CBot.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded + true + .\Release/CBot.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x040c + + + .\Release/CBot.dll + true + .\Release/CBot.pdb + Windows + false + + + .\Release/CBot.lib + MachineX86 + + + true + .\Release/CBot.bsc + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + \ No newline at end of file diff --git a/src/CBot/TestCBot/Debug/ResolveAssemblyReference.cache b/src/CBot/TestCBot/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000..fb5875d Binary files /dev/null and b/src/CBot/TestCBot/Debug/ResolveAssemblyReference.cache differ diff --git a/src/CBot/TestCBot/TestCBot.vcproj b/src/CBot/TestCBot/TestCBot.vcproj new file mode 100644 index 0000000..70c267e --- /dev/null +++ b/src/CBot/TestCBot/TestCBot.vcproj @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/CBot/TestCBot/TestCBot.vcxproj b/src/CBot/TestCBot/TestCBot.vcxproj new file mode 100644 index 0000000..6073470 --- /dev/null +++ b/src/CBot/TestCBot/TestCBot.vcxproj @@ -0,0 +1,211 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {ABC99C18-F3E4-4486-A965-C6F15C8B9E33} + MFCProj + + + + Application + Static + + + Application + Static + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + .\Release\ + .\Release\ + false + .\Debug\ + .\Debug\ + true + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/TestCBot.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreaded + true + Use + stdafx.h + .\Release/TestCBot.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x100c + + + .\Release/TestCBot.exe + true + .\Release/TestCBot.pdb + Windows + false + + + MachineX86 + + + true + .\Release/TestCBot.bsc + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/TestCBot.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDebug + Use + stdafx.h + .\Debug/TestCBot.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x100c + + + .\Debug/TestCBot.exe + true + true + .\Debug/TestCBot.pdb + Windows + 28688 + false + + + MachineX86 + + + true + .\Debug/TestCBot.bsc + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + Create + %(PreprocessorDefinitions) + Create + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + {56c2422a-37e8-4a67-9847-9dd28b69c97d} + false + + + + + + \ No newline at end of file diff --git a/src/CBot/TestCBot/TestCBot.vcxproj.filters b/src/CBot/TestCBot/TestCBot.vcxproj.filters new file mode 100644 index 0000000..9da8e23 --- /dev/null +++ b/src/CBot/TestCBot/TestCBot.vcxproj.filters @@ -0,0 +1,94 @@ + + + + + {939bc3ee-ff1f-4563-898c-76e266981f8f} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {b7759169-1f07-456d-a657-cc9d8b54b4d1} + h;hpp;hxx;hm;inl + + + {d472f5e9-2594-4713-a784-1b40e90d5c14} + ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + Resource Files + + + Resource Files + + + + + + \ No newline at end of file diff --git a/src/d3dengine.cpp b/src/d3dengine.cpp index 01ee2b4..23d63d6 100644 --- a/src/d3dengine.cpp +++ b/src/d3dengine.cpp @@ -337,10 +337,10 @@ void CD3DEngine::SetD3DDevice(LPDIRECT3DDEVICE7 device) //? if ( !m_bStateColor ) m_whiteDestBlend[1] = D3DBLEND_INVSRCALPHA; // = 6 - if ( m_blackSrcBlend[0] ) m_blackSrcBlend[1] = m_blackSrcBlend[0]; - if ( m_blackDestBlend[0] ) m_blackDestBlend[1] = m_blackDestBlend[0]; - if ( m_whiteSrcBlend[0] ) m_whiteSrcBlend[1] = m_whiteSrcBlend[0]; - if ( m_whiteDestBlend[0] ) m_whiteDestBlend[1] = m_whiteDestBlend[0]; +// if ( m_blackSrcBlend[0] ) m_blackSrcBlend[1] = m_blackSrcBlend[0]; +// if ( m_blackDestBlend[0] ) m_blackDestBlend[1] = m_blackDestBlend[0]; +// if ( m_whiteSrcBlend[0] ) m_whiteSrcBlend[1] = m_whiteSrcBlend[0]; +// if ( m_whiteDestBlend[0] ) m_whiteDestBlend[1] = m_whiteDestBlend[0]; if ( m_diffuseSrcBlend[0] ) m_diffuseSrcBlend[1] = m_diffuseSrcBlend[0]; if ( m_diffuseDestBlend[0] ) m_diffuseDestBlend[1] = m_diffuseDestBlend[0]; if ( m_alphaSrcBlend[0] ) m_alphaSrcBlend[1] = m_alphaSrcBlend[0]; diff --git a/src/d3denum.cpp b/src/d3denum.cpp index 46497d8..9180b20 100644 --- a/src/d3denum.cpp +++ b/src/d3denum.cpp @@ -179,7 +179,7 @@ static HRESULT WINAPI DeviceEnumCallback( TCHAR* strDesc, TCHAR* strName, return D3DENUMRET_OK; // Find a 640x480x16 mode for the default fullscreen mode - for( i=0; idwNumModes; i++ ) + for(DWORD i=0; idwNumModes; i++ ) { if( ( pDeviceInfo->pddsdModes[i].dwWidth == 640 ) && ( pDeviceInfo->pddsdModes[i].dwHeight == 480 ) && diff --git a/src/language.h b/src/language.h index 4ae97f9..63e2527 100644 --- a/src/language.h +++ b/src/language.h @@ -25,11 +25,11 @@ #define _NET FALSE #define _DEMO FALSE // DEMO only CoLoBoT (with _Full = FALSE)! -#define _FRENCH TRUE +#define _FRENCH FALSE #define _ENGLISH FALSE #define _GERMAN FALSE #define _WG FALSE -#define _POLISH FALSE +#define _POLISH TRUE #define _NEWLOOK FALSE // FALSE for CoLoBoT, TRUE for all CeeBot #define _SOUNDTRACKS FALSE // always FALSE since InitAudioTrackVolume crop in Vista diff --git a/src/projet1.sln b/src/projet1.sln new file mode 100644 index 0000000..f413040 --- /dev/null +++ b/src/projet1.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "projet1", "projet1.vcxproj", "{4E2F5B2F-EE8F-4303-9589-1DEC65EE02B9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4E2F5B2F-EE8F-4303-9589-1DEC65EE02B9}.Debug|Win32.ActiveCfg = Debug|Win32 + {4E2F5B2F-EE8F-4303-9589-1DEC65EE02B9}.Debug|Win32.Build.0 = Debug|Win32 + {4E2F5B2F-EE8F-4303-9589-1DEC65EE02B9}.Release|Win32.ActiveCfg = Release|Win32 + {4E2F5B2F-EE8F-4303-9589-1DEC65EE02B9}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/projet1.suo b/src/projet1.suo new file mode 100644 index 0000000..a43fa7c Binary files /dev/null and b/src/projet1.suo differ diff --git a/src/projet1.vcproj b/src/projet1.vcproj new file mode 100644 index 0000000..384de58 --- /dev/null +++ b/src/projet1.vcproj @@ -0,0 +1,2619 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/projet1.vcxproj b/src/projet1.vcxproj new file mode 100644 index 0000000..ff81276 --- /dev/null +++ b/src/projet1.vcxproj @@ -0,0 +1,630 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {4E2F5B2F-EE8F-4303-9589-1DEC65EE02B9} + + + + Application + false + + + Application + false + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + .\Release\ + .\Release\ + false + .\Debug\ + .\Debug\ + true + $(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;C:\dx7sdk\include; + $(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib;C:\dx7sdk\lib; + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/projet1.tlb + + + + + Disabled + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreaded + .\Release/projet1.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + ProgramDatabase + + + NDEBUG;%(PreprocessorDefinitions) + 0x100c + + + odbc32.lib;odbccp32.lib;winmm.lib;c:\dx7sdk\lib\ddraw.lib;c:\dx7sdk\lib\dinput.lib;c:\dx7sdk\lib\dxguid.lib;c:\dx7sdk\lib\d3dx.lib;c:\dx7sdk\lib\dsound.lib;cbot\cbot.lib;%(AdditionalDependencies) + .\Release/projet1.exe + true + .\Release/projet1.pdb + Windows + false + + + MachineX86 + + + true + .\Release/projet1.bsc + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/projet1.tlb + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDebug + .\Debug/projet1.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x100c + + + odbc32.lib;odbccp32.lib;winmm.lib;c:\dx7sdk\lib\ddraw.lib;c:\dx7sdk\lib\dinput.lib;c:\dx7sdk\lib\dxguid.lib;c:\dx7sdk\lib\d3dx.lib;c:\dx7sdk\lib\dsound.lib;cbot\cbot.lib;%(AdditionalDependencies) + .\Debug/projet1.exe + true + true + .\Debug/projet1.pdb + Windows + false + + + MachineX86 + + + true + .\Debug/projet1.bsc + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + + \ No newline at end of file diff --git a/src/projet1.vcxproj.user b/src/projet1.vcxproj.user new file mode 100644 index 0000000..ace9a86 --- /dev/null +++ b/src/projet1.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file -- cgit v1.2.3-1-g7c22