Browse Source

build: fix .vcxproj UUID clash.

legacy
Sam Hocevar 8 years ago
parent
commit
ac0f48e269
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/tutorial/14_lol_lua.vcxproj

+ 1
- 1
doc/tutorial/14_lol_lua.vcxproj View File

@@ -50,7 +50,7 @@
</None> </None>
</ItemGroup> </ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{81C83B42-D00A-4FA3-9A3D-80F9D46524BF}</ProjectGuid>
<ProjectGuid>{31B96262-1C41-43B9-BA38-27AA385B05DB}</ProjectGuid>
<ConfigurationType>Application</ConfigurationType> <ConfigurationType>Application</ConfigurationType>
<Keyword>Win32Proj</Keyword> <Keyword>Win32Proj</Keyword>
</PropertyGroup> </PropertyGroup>


Loading…
Cancel
Save