Skip to content

Commit

Permalink
Update VC-LTL.props
Browse files Browse the repository at this point in the history
  • Loading branch information
moudey committed Dec 6, 2024
1 parent 77897d8 commit a475d2b
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/dll/Shell.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="$(SolutionDir)shared\packages.config" />
<None Include="packages.config" />
<None Include="readme.txt" />
<None Include="src\Shell.def" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/dll/Shell.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<None Include="src\Shell.def">
<Filter>Others Files</Filter>
</None>
<None Include="$(SolutionDir)shared\packages.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\Main.cpp">
Expand Down
4 changes: 4 additions & 0 deletions src/dll/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="VC-LTL" version="5.1.1" targetFramework="native" />
</packages>
2 changes: 1 addition & 1 deletion src/exe/exe.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ItemGroup>
<None Include="$(SolutionDir)shared\packages.config" />
<None Include="packages.config" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/exe/exe.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
<None Include="$(SolutionDir)shared\VC-LTL.props">
<Filter>Others Files</Filter>
</None>
<None Include="$(SolutionDir)shared\packages.config" />
<None Include="packages.config" />
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions src/exe/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="VC-LTL" version="5.1.1" targetFramework="native" />
</packages>
2 changes: 1 addition & 1 deletion src/setup/ca/ca.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</ItemGroup>
<ItemGroup>
<None Include="ca.def" />
<None Include="$(SolutionDir)shared\packages.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
4 changes: 4 additions & 0 deletions src/setup/ca/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="VC-LTL" version="5.1.1" targetFramework="native" />
</packages>
5 changes: 5 additions & 0 deletions src/shared/shared.vcxitems
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<ClInclude Include="$(MSBuildThisFileDirectory)System\Windows\Window.h" />
<ClInclude Include="$(MSBuildThisFileDirectory)System\Windows\Windows.h" />
<ClInclude Include="$(MSBuildThisFileDirectory)RegistryConfig.h" />
<ClInclude Include="$(MSBuildThisFileDirectory)targetver.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="$(MSBuildThisFileDirectory)System\Log.cpp" />
Expand All @@ -75,6 +76,10 @@
<ItemGroup>
<Manifest Include="$(MSBuildThisFileDirectory)Resource\Shell.manifest" />
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)packages.config" />
<None Include="$(MSBuildThisFileDirectory)VC-LTL.props" />
</ItemGroup>
<!--<ItemGroup>
<Library Include="$(MSBuildThisFileDirectory)Library\plutosvg.lib" />
</ItemGroup>-->
Expand Down
4 changes: 4 additions & 0 deletions src/shared/shared.vcxitems.filters
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@
<ClInclude Include="$(MSBuildThisFileDirectory)Library\plutosvg.h" />
<ClInclude Include="$(MSBuildThisFileDirectory)Library\plutovg.h" />
<ClInclude Include="$(MSBuildThisFileDirectory)RegistryConfig.h" />
<ClInclude Include="$(MSBuildThisFileDirectory)targetver.h" />
</ItemGroup>
<ItemGroup>
<Image Include="$(MSBuildThisFileDirectory)Resource\main.ico" />
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)VC-LTL.props" />
</ItemGroup>
</Project>

0 comments on commit a475d2b

Please sign in to comment.