Skip to content

Commit

Permalink
version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaTeemo committed Apr 20, 2017
1 parent c8e4155 commit fda6bcd
Show file tree
Hide file tree
Showing 55 changed files with 3,123 additions and 3,126 deletions.
48 changes: 24 additions & 24 deletions LICENSE.md
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>
10 changes: 5 additions & 5 deletions README.TXT
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.
337 changes: 168 additions & 169 deletions build/Core/Core.vcxproj

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions build/Core/Core.vcxproj.filters
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>
4 changes: 4 additions & 0 deletions build/Core/Core.vcxproj.user
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>
128 changes: 64 additions & 64 deletions build/Installer32/Installer32.wixproj
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>
2 changes: 1 addition & 1 deletion build/Installer32/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="YoloMouse" Language="1033" Version="0.8.2.0" Manufacturer="HaPpY" UpgradeCode="69ce184e-a676-4169-a124-e1ee073bd0e6">
<Product Id="*" Name="YoloMouse" Language="1033" Version="0.8.3.0" Manufacturer="HaPpY" UpgradeCode="69ce184e-a676-4169-a124-e1ee073bd0e6">

<Package Id="*" InstallerVersion="200" Compressed="yes" InstallPrivileges="elevated" InstallScope="perMachine" />
<WixVariable Id="WixUILicenseRtf" Value="$(var.SolutionDir)\..\etc\Eula.rtf" />
Expand Down
Loading

0 comments on commit fda6bcd

Please sign in to comment.