Skip to content

Commit

Permalink
Project64-input: Add Device notification files to project
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Jul 15, 2020
1 parent f2b35fb commit 2b049a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Project64-input/Project64-input.vcxproj
Expand Up @@ -57,6 +57,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="DeviceNotification.cpp" />
<ClCompile Include="DirectInput.cpp" />
<ClCompile Include="InputConfigUI.cpp" />
<ClCompile Include="InputMain.cpp" />
Expand All @@ -67,6 +68,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="Button.h" />
<ClInclude Include="DeviceNotification.h" />
<ClInclude Include="InputSettings.h" />
<ClInclude Include="InputSettingsID.h" />
<ClInclude Include="N64Controller.h" />
Expand Down
6 changes: 6 additions & 0 deletions Source/Project64-input/Project64-input.vcxproj.filters
Expand Up @@ -36,6 +36,9 @@
<ClCompile Include="InputSettings.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="DeviceNotification.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="ControllerSpec1.1.h">
Expand Down Expand Up @@ -74,6 +77,9 @@
<ClInclude Include="InputSettingsID.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="DeviceNotification.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="Version.h.in">
Expand Down

0 comments on commit 2b049a2

Please sign in to comment.