Add FileSystemPath.cpp to Visual Studio project

This commit is contained in:
gm-matthew 2022-12-14 00:39:13 +00:00 committed by trzy
parent d83e4754fe
commit 50d947deee
2 changed files with 4 additions and 0 deletions

View file

@ -351,6 +351,7 @@ xcopy /D /Y "$(ProjectDir)..\Config\*" "$(TargetDir)Config"</Command>
<ClCompile Include="..\Src\OSD\SDL\SDLInputSystem.cpp" />
<ClCompile Include="..\Src\OSD\SDL\Thread.cpp" />
<ClCompile Include="..\Src\OSD\Windows\DirectInputSystem.cpp" />
<ClCompile Include="..\Src\OSD\Windows\FileSystemPath.cpp" />
<ClCompile Include="..\Src\OSD\Windows\WinOutputs.cpp" />
<ClCompile Include="..\Src\Pkgs\glew.c">
<ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

View file

@ -257,6 +257,9 @@
<ClCompile Include="..\Src\OSD\Windows\WinOutputs.cpp">
<Filter>Source Files\OSD\Windows</Filter>
</ClCompile>
<ClCompile Include="..\Src\OSD\Windows\FileSystemPath.cpp">
<Filter>Source Files\OSD\Windows</Filter>
</ClCompile>
<ClCompile Include="..\Src\Pkgs\glew.c">
<Filter>Source Files\Pkgs</Filter>
</ClCompile>