Skip to content

Commit

Permalink
Add Support for Touch Input
Browse files Browse the repository at this point in the history
Revamped Project structure, merge MaiSense.Input and MaiSense project
  • Loading branch information
SirusDoma committed May 7, 2020
1 parent 8a87ab4 commit a2758d1
Show file tree
Hide file tree
Showing 37 changed files with 1,015 additions and 397 deletions.
214 changes: 0 additions & 214 deletions MaiSense.Input.vcxproj

This file was deleted.

50 changes: 0 additions & 50 deletions MaiSense.Input.vcxproj.filters

This file was deleted.

7 changes: 2 additions & 5 deletions MaiSense.Launcher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,14 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ProjectReference Include="MaiSense.vcxproj">
<Project>{e69e1597-4570-4115-bae6-ec49177f62e8}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\Launcher\Injector.cpp" />
<ClCompile Include="src\Launcher\main.cpp" />
<ClCompile Include="src\Launcher\Process.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\MaiSense\Launcher\Injector.hpp" />
<ClInclude Include="include\MaiSense\Launcher\Process.hpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
6 changes: 6 additions & 0 deletions MaiSense.Launcher.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@
<ClCompile Include="src\Launcher\Injector.cpp">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="src\Launcher\Process.cpp">
<Filter>Sources</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\MaiSense\Launcher\Injector.hpp">
<Filter>Headers</Filter>
</ClInclude>
<ClInclude Include="include\MaiSense\Launcher\Process.hpp">
<Filter>Headers</Filter>
</ClInclude>
</ItemGroup>
</Project>
14 changes: 2 additions & 12 deletions MaiSense.API.sln → MaiSense.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaiSense", "MaiSense.vcxpro
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaiSense.Launcher", "MaiSense.Launcher.vcxproj", "{60C5B665-943F-476F-8EDB-C57DDFE74560}"
ProjectSection(ProjectDependencies) = postProject
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3} = {EC890B06-E505-4217-BEFC-6F63CCDC7CA3}
{E69E1597-4570-4115-BAE6-EC49177F62E8} = {E69E1597-4570-4115-BAE6-EC49177F62E8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaiSense.Input", "MaiSense.Input.vcxproj", "{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand All @@ -36,20 +34,12 @@ Global
{60C5B665-943F-476F-8EDB-C57DDFE74560}.Release|x64.Build.0 = Release|x64
{60C5B665-943F-476F-8EDB-C57DDFE74560}.Release|x86.ActiveCfg = Release|Win32
{60C5B665-943F-476F-8EDB-C57DDFE74560}.Release|x86.Build.0 = Release|Win32
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Debug|x64.ActiveCfg = Debug|x64
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Debug|x64.Build.0 = Debug|x64
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Debug|x86.ActiveCfg = Debug|Win32
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Debug|x86.Build.0 = Debug|Win32
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Release|x64.ActiveCfg = Release|x64
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Release|x64.Build.0 = Release|x64
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Release|x86.ActiveCfg = Release|Win32
{EC890B06-E505-4217-BEFC-6F63CCDC7CA3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {670D5EC6-74C3-48BC-9971-84B8BF6D4511}
SolutionGuid = {B2140A4E-FC02-4FB8-9F06-D551A5F2B6BE}
SolutionGuid = {670D5EC6-74C3-48BC-9971-84B8BF6D4511}
EndGlobalSection
EndGlobal
Loading

0 comments on commit a2758d1

Please sign in to comment.