diff options
| author | Jacob Palecki <[email protected]> | 2020-11-27 15:27:33 -0600 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-11-27 15:27:33 -0600 |
| commit | 851747448eff7d77973790a77be9d086e84b5ee8 (patch) | |
| tree | 9702b8cbaf88f15a7c383e21c9a64adb6c7645a7 /common/common.vcxitems | |
| parent | Merge pull request #38 from a1xd/1.2 (diff) | |
| download | rawaccel-851747448eff7d77973790a77be9d086e84b5ee8.tar.xz rawaccel-851747448eff7d77973790a77be9d086e84b5ee8.zip | |
Remove experiment file, set driver lang to c++17, fix by component last mouse move
Diffstat (limited to 'common/common.vcxitems')
| -rw-r--r-- | common/common.vcxitems | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/common.vcxitems b/common/common.vcxitems index f8cbf28..1eabfd7 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -16,7 +16,6 @@ <ItemGroup> <ClInclude Include="$(MSBuildThisFileDirectory)accel-base.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)accel-classic.hpp" /> - <ClInclude Include="$(MSBuildThisFileDirectory)accel-experimentone.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)accel-motivity.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)accel-linear.hpp" /> <ClInclude Include="$(MSBuildThisFileDirectory)accel-natural.hpp" /> |