Skip to content

Commit

Permalink
Added configuration support
Browse files Browse the repository at this point in the history
Making a new branch due to weird behavior. Seems to break some games that worked before (e.g. Hitman 2). Please report any issues you find.
  • Loading branch information
araghon007 authored Mar 14, 2019
1 parent 77c9251 commit 03c9141
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion X1nput/XInput.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,13 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="XInput.cpp" />
<ItemGroup>
<Content Include="X1nput.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 03c9141

Please sign in to comment.