mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
Updated MSVC project files with the new Image.cpp.
This commit is contained in:
@@ -610,11 +610,31 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\modules\graphics\Graphics.cpp"
|
RelativePath="..\..\..\src\modules\graphics\Graphics.cpp"
|
||||||
>
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\graphics\"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\modules\graphics\Graphics.h"
|
RelativePath="..\..\..\src\modules\graphics\Graphics.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\modules\graphics\Image.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\graphics\"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\modules\graphics\Image.h"
|
RelativePath="..\..\..\src\modules\graphics\Image.h"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -658,6 +658,26 @@
|
|||||||
RelativePath="..\..\src\modules\graphics\Graphics.h"
|
RelativePath="..\..\src\modules\graphics\Graphics.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\modules\graphics\Image.cpp"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\graphics\"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\graphics\"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\modules\graphics\Image.h"
|
RelativePath="..\..\src\modules\graphics\Image.h"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user