Skip to content

Commit

Permalink
long path manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Feb 4, 2021
1 parent d13b6ee commit ee28ef1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions msvc_project/VSPipe/VSPipe.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@
<ClInclude Include="..\..\include\VSScript.h" />
<ClInclude Include="..\..\src\common\vsutf16.h" />
</ItemGroup>
<ItemGroup>
<Manifest Include="..\..\src\vspipe\vspipe.manifest" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
3 changes: 3 additions & 0 deletions msvc_project/VSPipe/VSPipe.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Manifest Include="..\..\src\vspipe\vspipe.manifest" />
</ItemGroup>
</Project>
9 changes: 9 additions & 0 deletions src/vspipe/vspipe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" name="vspipe" version="1.0.0.0"/>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
</windowsSettings>
</application>
</assembly>

0 comments on commit ee28ef1

Please sign in to comment.