mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-21 21:35:38 +00:00
update visual studio project
This commit is contained in:
parent
52d6eac7e5
commit
f4311a0ab2
|
@ -345,6 +345,7 @@ xcopy /D /Y "$(ProjectDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDi
|
|||
<ClCompile Include="..\Src\Model3\RTC72421.cpp" />
|
||||
<ClCompile Include="..\Src\Model3\SoundBoard.cpp" />
|
||||
<ClCompile Include="..\Src\Model3\TileGen.cpp" />
|
||||
<ClCompile Include="..\Src\OSD\Logger.cpp" />
|
||||
<ClCompile Include="..\Src\OSD\Outputs.cpp" />
|
||||
<ClCompile Include="..\Src\OSD\SDL\Audio.cpp" />
|
||||
<ClCompile Include="..\Src\OSD\SDL\Main.cpp" />
|
||||
|
@ -364,6 +365,7 @@ xcopy /D /Y "$(ProjectDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDi
|
|||
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
</ExceptionHandling>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Src\Pkgs\tinyxml2.cpp" />
|
||||
<ClCompile Include="..\Src\Pkgs\unzip.c">
|
||||
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
</ExceptionHandling>
|
||||
|
@ -581,6 +583,7 @@ xcopy /D /Y "$(ProjectDir)\SDL\$(Platform)\$(Configuration)\SDL.dll" "$(TargetDi
|
|||
<ClInclude Include="..\Src\Pkgs\glew.h" />
|
||||
<ClInclude Include="..\Src\Pkgs\glxew.h" />
|
||||
<ClInclude Include="..\Src\Pkgs\ioapi.h" />
|
||||
<ClInclude Include="..\Src\Pkgs\tinyxml2.h" />
|
||||
<ClInclude Include="..\Src\Pkgs\unzip.h" />
|
||||
<ClInclude Include="..\Src\Pkgs\wglew.h" />
|
||||
<ClInclude Include="..\Src\ROMLoad.h" />
|
||||
|
|
|
@ -428,6 +428,12 @@
|
|||
<ClCompile Include="..\Src\Graphics\New3D\R3DFloat.cpp">
|
||||
<Filter>Source Files\Graphics\New</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Src\Pkgs\tinyxml2.cpp">
|
||||
<Filter>Source Files\Pkgs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Src\OSD\Logger.cpp">
|
||||
<Filter>Source Files\OSD</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<MASM Include="..\Src\CPU\68K\Turbo68K\Turbo68K.asm">
|
||||
|
@ -793,6 +799,9 @@
|
|||
<ClInclude Include="..\Src\Graphics\New3D\R3DFloat.h">
|
||||
<Filter>Source Files\Graphics\New</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\Src\Pkgs\tinyxml2.h">
|
||||
<Filter>Header Files\Pkgs</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="..\Src\Debugger\ReadMe.txt">
|
||||
|
|
Loading…
Reference in a new issue