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-12/plugin-HPMHooking.vcxproj | |
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-12/plugin-HPMHooking.vcxproj')
-rw-r--r-- | vcproj-12/plugin-HPMHooking.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcproj-12/plugin-HPMHooking.vcxproj b/vcproj-12/plugin-HPMHooking.vcxproj index 9b69dca0b..95d2c8dea 100644 --- a/vcproj-12/plugin-HPMHooking.vcxproj +++ b/vcproj-12/plugin-HPMHooking.vcxproj @@ -11,7 +11,7 @@ </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> - <ProjectGuid>{E64C56D3-CDFB-483B-900B-A62D216B6D2F}</ProjectGuid> + <ProjectGuid>{745D4A8C-6A68-4721-A43A-D81BF59860A1}</ProjectGuid> <RootNamespace>plugin-HPMHooking</RootNamespace> <Keyword>Win32Proj</Keyword> <ProjectName>plugin-HPMHooking</ProjectName> @@ -117,4 +117,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |