update visual studio project

This commit is contained in:
Ian Curtis 2016-07-10 13:11:51 +00:00
parent 52d6eac7e5
commit f4311a0ab2
2 changed files with 12 additions and 0 deletions

View file

@ -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" />

View file

@ -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">