diff options
author | Haru <haru@dotalux.com> | 2013-10-16 21:28:24 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-10-16 21:30:26 +0200 |
commit | 37aca712bc0e09af5e17475cf2a7d0faa455c0eb (patch) | |
tree | 828e9b12b0e0a428f46c78ae38945df8e1d256e9 /vcproj-10 | |
parent | 4a1332099ff348f88f3d2c05512a92d3bc6f9c25 (diff) | |
download | hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.gz hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.bz2 hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.tar.xz hercules-37aca712bc0e09af5e17475cf2a7d0faa455c0eb.zip |
Visual Studio project corrections
- Corrected duplicate GUIDs in the VS2010/VS2012 projects
- Added gitignore entries for the HPMHooking plugin files
- Special thanks to Takkun for providing the VS2012 updated file
Diffstat (limited to 'vcproj-10')
-rw-r--r-- | vcproj-10/plugin-HPMHooking.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-10/plugin-HPMHooking.vcxproj b/vcproj-10/plugin-HPMHooking.vcxproj index e1fa972f4..4ded9cc92 100644 --- a/vcproj-10/plugin-HPMHooking.vcxproj +++ b/vcproj-10/plugin-HPMHooking.vcxproj @@ -11,7 +11,7 @@ </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> - <ProjectGuid>{E64C56D3-CDFB-483B-900B-A62D216B6D2F}</ProjectGuid> + <ProjectGuid>{7ED92B9F-95E8-49B8-9D4F-C4C9BFDE0B22}</ProjectGuid> <RootNamespace>plugin-HPMHooking</RootNamespace> <Keyword>Win32Proj</Keyword> <ProjectName>plugin-HPMHooking</ProjectName> @@ -115,4 +115,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |