-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8e4155
commit fda6bcd
Showing
55 changed files
with
3,123 additions
and
3,126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
This is free and unencumbered software released into the public domain. | ||
|
||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
distribute this software, either in source code form or as a compiled | ||
binary, for any purpose, commercial or non-commercial, and by any | ||
means. | ||
|
||
In jurisdictions that recognize copyright laws, the author or authors | ||
of this software dedicate any and all copyright interest in the | ||
software to the public domain. We make this dedication for the benefit | ||
of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of | ||
relinquishment in perpetuity of all present and future rights to this | ||
software under copyright law. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
For more information, please refer to <http://unlicense.org> | ||
This is free and unencumbered software released into the public domain. | ||
|
||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
distribute this software, either in source code form or as a compiled | ||
binary, for any purpose, commercial or non-commercial, and by any | ||
means. | ||
|
||
In jurisdictions that recognize copyright laws, the author or authors | ||
of this software dedicate any and all copyright interest in the | ||
software to the public domain. We make this dedication for the benefit | ||
of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of | ||
relinquishment in perpetuity of all present and future rights to this | ||
software under copyright law. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR | ||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, | ||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
For more information, please refer to <http://unlicense.org> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
YoloMouse Source | ||
------------------------------------------------------------------------------- | ||
Not much to say at the moment other than that it requires Wix to build the | ||
installer. Get it at http://wixtoolset.org/ | ||
|
||
YoloMouse Source | ||
------------------------------------------------------------------------------- | ||
Not much to say at the moment other than that it requires Wix to build the | ||
installer. Get it at http://wixtoolset.org/ | ||
Also build win32 before x64 because 64 bit yolomouse depends on the 32 bit dll. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,79 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="Container"> | ||
<UniqueIdentifier>{58751738-9f38-4bc8-85dc-92e83459bc04}</UniqueIdentifier> | ||
</Filter> | ||
<Filter Include="Support"> | ||
<UniqueIdentifier>{beebf336-92be-4d69-8624-17815fad4526}</UniqueIdentifier> | ||
</Filter> | ||
<Filter Include="Windows"> | ||
<UniqueIdentifier>{04151bd3-4a57-4cbd-b21d-97cc97da9585}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="..\..\source\Core\Container\Array.hpp"> | ||
<Filter>Container</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Container\String.hpp"> | ||
<Filter>Container</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Debug.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Enum.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Settings.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Singleton.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Tools.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\InputMonitor.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\SharedMemory.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\ShellUi.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\SystemMonitor.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\SystemTools.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Constants.hpp" /> | ||
<ClInclude Include="..\..\source\Core\Root.hpp" /> | ||
<ClInclude Include="..\..\source\Core\Types.hpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\source\Core\Support\Debug.cpp"> | ||
<Filter>Support</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Support\Settings.cpp"> | ||
<Filter>Support</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Support\Tools.cpp"> | ||
<Filter>Support</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\InputMonitor.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\ShellUi.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\SystemMonitor.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\SystemTools.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Root.cpp" /> | ||
</ItemGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="Container"> | ||
<UniqueIdentifier>{58751738-9f38-4bc8-85dc-92e83459bc04}</UniqueIdentifier> | ||
</Filter> | ||
<Filter Include="Support"> | ||
<UniqueIdentifier>{beebf336-92be-4d69-8624-17815fad4526}</UniqueIdentifier> | ||
</Filter> | ||
<Filter Include="Windows"> | ||
<UniqueIdentifier>{04151bd3-4a57-4cbd-b21d-97cc97da9585}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="..\..\source\Core\Container\Array.hpp"> | ||
<Filter>Container</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Container\String.hpp"> | ||
<Filter>Container</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Debug.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Enum.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Settings.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Singleton.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Support\Tools.hpp"> | ||
<Filter>Support</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\InputMonitor.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\SharedMemory.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\ShellUi.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\SystemMonitor.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Windows\SystemTools.hpp"> | ||
<Filter>Windows</Filter> | ||
</ClInclude> | ||
<ClInclude Include="..\..\source\Core\Constants.hpp" /> | ||
<ClInclude Include="..\..\source\Core\Root.hpp" /> | ||
<ClInclude Include="..\..\source\Core\Types.hpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\source\Core\Support\Debug.cpp"> | ||
<Filter>Support</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Support\Settings.cpp"> | ||
<Filter>Support</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Support\Tools.cpp"> | ||
<Filter>Support</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\InputMonitor.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\ShellUi.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\SystemMonitor.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Windows\SystemTools.cpp"> | ||
<Filter>Windows</Filter> | ||
</ClCompile> | ||
<ClCompile Include="..\..\source\Core\Root.cpp" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,65 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> | ||
<ProductVersion>3.8</ProductVersion> | ||
<ProjectGuid>438cb4f0-1123-469b-abf3-a108cf8daeee</ProjectGuid> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<OutputName>YoloMouse32</OutputName> | ||
<OutputType>Package</OutputType> | ||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> | ||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
<DefineConstants>Debug</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<OutputPath>..\..\final\</OutputPath> | ||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
<SuppressIces>ICE69</SuppressIces> | ||
<SuppressPdbOutput>True</SuppressPdbOutput> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="Product.wxs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<WixExtension Include="WixUtilExtension"> | ||
<HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath> | ||
<Name>WixUtilExtension</Name> | ||
</WixExtension> | ||
<WixExtension Include="WixUIExtension"> | ||
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> | ||
<Name>WixUIExtension</Name> | ||
</WixExtension> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\YoloMouse.Dll\YoloMouse.Dll.vcxproj"> | ||
<Name>YoloMouse.Dll</Name> | ||
<Project>{72a90a09-4805-4396-9922-cf33e648a286}</Project> | ||
<Private>True</Private> | ||
<DoNotHarvest>True</DoNotHarvest> | ||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> | ||
<RefTargetDir>INSTALLFOLDER</RefTargetDir> | ||
</ProjectReference> | ||
<ProjectReference Include="..\YoloMouse.Loader\YoloMouse.Loader.vcxproj"> | ||
<Name>YoloMouse.Loader</Name> | ||
<Project>{2e39b614-b7de-44df-8fdd-2021ef7918c8}</Project> | ||
<Private>True</Private> | ||
<DoNotHarvest>True</DoNotHarvest> | ||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> | ||
<RefTargetDir>INSTALLFOLDER</RefTargetDir> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(WixTargetsPath)" /> | ||
<!-- | ||
To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Wix.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> | ||
<ProductVersion>3.8</ProductVersion> | ||
<ProjectGuid>438cb4f0-1123-469b-abf3-a108cf8daeee</ProjectGuid> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<OutputName>YoloMouse32</OutputName> | ||
<OutputType>Package</OutputType> | ||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> | ||
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<OutputPath>bin\$(Configuration)\</OutputPath> | ||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
<DefineConstants>Debug</DefineConstants> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<OutputPath>..\..\final\</OutputPath> | ||
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> | ||
<SuppressIces>ICE69</SuppressIces> | ||
<SuppressPdbOutput>True</SuppressPdbOutput> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="Product.wxs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<WixExtension Include="WixUtilExtension"> | ||
<HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath> | ||
<Name>WixUtilExtension</Name> | ||
</WixExtension> | ||
<WixExtension Include="WixUIExtension"> | ||
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> | ||
<Name>WixUIExtension</Name> | ||
</WixExtension> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\YoloMouse.Dll\YoloMouse.Dll.vcxproj"> | ||
<Name>YoloMouse.Dll</Name> | ||
<Project>{72a90a09-4805-4396-9922-cf33e648a286}</Project> | ||
<Private>True</Private> | ||
<DoNotHarvest>True</DoNotHarvest> | ||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> | ||
<RefTargetDir>INSTALLFOLDER</RefTargetDir> | ||
</ProjectReference> | ||
<ProjectReference Include="..\YoloMouse.Loader\YoloMouse.Loader.vcxproj"> | ||
<Name>YoloMouse.Loader</Name> | ||
<Project>{2e39b614-b7de-44df-8fdd-2021ef7918c8}</Project> | ||
<Private>True</Private> | ||
<DoNotHarvest>True</DoNotHarvest> | ||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> | ||
<RefTargetDir>INSTALLFOLDER</RefTargetDir> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(WixTargetsPath)" /> | ||
<!-- | ||
To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Wix.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.