Skip to content

Commit

Permalink
(svn r27920) -Fix: MSVC 2015 and 2017 project files referenced some M…
Browse files Browse the repository at this point in the history
…SVC 2010 files
  • Loading branch information
frosch123 committed Sep 24, 2017
1 parent 6120e69 commit 0d1f88c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/langs_vs140.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="strgen_vs100.vcxproj">
<ProjectReference Include="strgen_vs140.vcxproj">
<Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion projects/langs_vs140.vcxproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
!!FILES!!
</ItemGroup>
<ItemGroup>
<ProjectReference Include="strgen_vs100.vcxproj">
<ProjectReference Include="strgen_vs140.vcxproj">
<Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion projects/langs_vs141.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
</CustomBuild>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="strgen_vs100.vcxproj">
<ProjectReference Include="strgen_vs141.vcxproj">
<Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
Expand Down
2 changes: 1 addition & 1 deletion projects/langs_vs141.vcxproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
!!FILES!!
</ItemGroup>
<ItemGroup>
<ProjectReference Include="strgen_vs100.vcxproj">
<ProjectReference Include="strgen_vs141.vcxproj">
<Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
Expand Down

0 comments on commit 0d1f88c

Please sign in to comment.