mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Merged in kyleconroy/love/add-visual-studio-files (pull request #27)
Add files to the visual studio project
This commit is contained in:
@@ -370,6 +370,7 @@
|
||||
<ClCompile Include="..\..\src\libraries\luasocket\libluasocket\udp.c" />
|
||||
<ClCompile Include="..\..\src\libraries\luasocket\libluasocket\wsocket.c" />
|
||||
<ClCompile Include="..\..\src\libraries\luasocket\luasocket.cpp" />
|
||||
<ClCompile Include="..\..\src\libraries\noise1234\simplexnoise1234.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\audio\Audio.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\audio\null\Audio.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\audio\null\Source.cpp" />
|
||||
@@ -438,8 +439,10 @@
|
||||
<ClCompile Include="..\..\src\modules\keyboard\sdl\Keyboard.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\keyboard\wrap_Keyboard.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\love\love.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\math\BezierCurve.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\math\MathModule.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\math\RandomGenerator.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\math\wrap_BezierCurve.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\math\wrap_Math.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\math\wrap_RandomGenerator.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\mouse\Mouse.cpp" />
|
||||
@@ -514,6 +517,7 @@
|
||||
<ClCompile Include="..\..\src\modules\timer\wrap_Timer.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\window\sdl\Window.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\window\Window.cpp" />
|
||||
<ClCompile Include="..\..\src\modules\window\wrap_Window.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\src\scripts\auto.lua" />
|
||||
@@ -607,6 +611,7 @@
|
||||
<ClInclude Include="..\..\src\libraries\luasocket\libluasocket\url.lua.h" />
|
||||
<ClInclude Include="..\..\src\libraries\luasocket\libluasocket\wsocket.h" />
|
||||
<ClInclude Include="..\..\src\libraries\luasocket\luasocket.h" />
|
||||
<ClInclude Include="..\..\src\libraries\noise1234\simplexnoise1234.h" />
|
||||
<ClInclude Include="..\..\src\libraries\utf8\utf8.h" />
|
||||
<ClInclude Include="..\..\src\libraries\utf8\utf8\checked.h" />
|
||||
<ClInclude Include="..\..\src\libraries\utf8\utf8\core.h" />
|
||||
@@ -683,8 +688,10 @@
|
||||
<ClInclude Include="..\..\src\modules\keyboard\sdl\Keyboard.h" />
|
||||
<ClInclude Include="..\..\src\modules\keyboard\wrap_Keyboard.h" />
|
||||
<ClInclude Include="..\..\src\modules\love\love.h" />
|
||||
<ClInclude Include="..\..\src\modules\math\BezierCurve.h" />
|
||||
<ClInclude Include="..\..\src\modules\math\MathModule.h" />
|
||||
<ClInclude Include="..\..\src\modules\math\RandomGenerator.h" />
|
||||
<ClInclude Include="..\..\src\modules\math\wrap_BezierCurve.h" />
|
||||
<ClInclude Include="..\..\src\modules\math\wrap_Math.h" />
|
||||
<ClInclude Include="..\..\src\modules\math\wrap_RandomGenerator.h" />
|
||||
<ClInclude Include="..\..\src\modules\mouse\Mouse.h" />
|
||||
@@ -762,6 +769,7 @@
|
||||
<ClInclude Include="..\..\src\modules\timer\wrap_Timer.h" />
|
||||
<ClInclude Include="..\..\src\modules\window\sdl\Window.h" />
|
||||
<ClInclude Include="..\..\src\modules\window\Window.h" />
|
||||
<ClInclude Include="..\..\src\modules\window\wrap_Window.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="love.rc" />
|
||||
|
||||
@@ -142,6 +142,9 @@
|
||||
<Filter Include="modules\image\magpie">
|
||||
<UniqueIdentifier>{d39bd4fd-3bea-428a-813f-4b1c55aedac8}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="libraries\noise1234">
|
||||
<UniqueIdentifier>{d5e565d0-da66-4412-9144-dff8c7d82b2e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\src\common\Matrix.cpp">
|
||||
@@ -795,6 +798,18 @@
|
||||
<ClCompile Include="..\..\src\modules\graphics\opengl\wrap_Geometry.cpp">
|
||||
<Filter>modules\graphics\opengl</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\libraries\noise1234\simplexnoise1234.cpp">
|
||||
<Filter>libraries\noise1234</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\modules\math\wrap_BezierCurve.cpp">
|
||||
<Filter>modules\math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\modules\math\BezierCurve.cpp">
|
||||
<Filter>modules\math</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\modules\window\wrap_Window.cpp">
|
||||
<Filter>modules\window</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\src\scripts\boot.lua">
|
||||
@@ -1531,6 +1546,18 @@
|
||||
<ClInclude Include="..\..\src\modules\graphics\opengl\wrap_Geometry.h">
|
||||
<Filter>modules\graphics\opengl</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\libraries\noise1234\simplexnoise1234.h">
|
||||
<Filter>libraries\noise1234</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\modules\math\wrap_BezierCurve.h">
|
||||
<Filter>modules\math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\modules\math\BezierCurve.h">
|
||||
<Filter>modules\math</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\modules\window\wrap_Window.h">
|
||||
<Filter>modules\window</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="love.rc" />
|
||||
|
||||
+12
-12
@@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 11.00
|
||||
# Visual C++ Express 2010
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "love", "love.vcxproj", "{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "love", "love.vcxproj", "{5CFFE99A-7ABD-DA85-140C-D02F984696CD}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8} = {A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}
|
||||
EndProjectSection
|
||||
@@ -18,17 +18,17 @@ Global
|
||||
Release Static|x64 = Release Static|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Debug Dynamic|Win32.ActiveCfg = Debug Dynamic|Win32
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Debug Dynamic|Win32.Build.0 = Debug Dynamic|Win32
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|Win32.ActiveCfg = Release Dynamic|Win32
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|Win32.Build.0 = Release Dynamic|Win32
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|Win32.ActiveCfg = Release Static|Win32
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|Win32.Build.0 = Release Static|Win32
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|x64.ActiveCfg = Release Static|x64
|
||||
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|x64.Build.0 = Release Static|x64
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Debug Dynamic|Win32.ActiveCfg = Debug Dynamic|Win32
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Debug Dynamic|Win32.Build.0 = Debug Dynamic|Win32
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Dynamic|Win32.ActiveCfg = Release Dynamic|Win32
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Dynamic|Win32.Build.0 = Release Dynamic|Win32
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Static|Win32.ActiveCfg = Release Static|Win32
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Static|Win32.Build.0 = Release Static|Win32
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Static|x64.ActiveCfg = Release Static|x64
|
||||
{5CFFE99A-7ABD-DA85-140C-D02F984696CD}.Release Static|x64.Build.0 = Release Static|x64
|
||||
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}.Debug Dynamic|Win32.ActiveCfg = Debug Dynamic|Win32
|
||||
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}.Debug Dynamic|Win32.Build.0 = Debug Dynamic|Win32
|
||||
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
|
||||
|
||||
Reference in New Issue
Block a user