Skip to content

Commit

Permalink
fix(windows): move vcpkg.json to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed May 24, 2024
1 parent 6c93f2d commit 13e45f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion windows/ccextractor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,15 @@
<ItemGroup>
<None Include=" ..\src\lib_ccx\ccx_sub_entry_message.proto" />
</ItemGroup>
<PropertyGroup Label=" Globals">
<PropertyGroup Label="Globals">
<ProjectGuid>{0F0063C4-BCBC-4379-A6D5-84A5669C940A}</ProjectGuid>
<RootNamespace>ccextractor</RootNamespace>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
</PropertyGroup>
<Import Project=" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Full|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand Down
File renamed without changes.

0 comments on commit 13e45f0

Please sign in to comment.