Skip to content

Commit

Permalink
Update VS target project
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 24, 2024
1 parent 1ade835 commit 4281a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Vireo_VS/VireoCommandLine.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<ProjectGuid>{113F876C-CB35-4D2F-A3EF-C72215B288F7}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>VireoCommandLine</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
4 changes: 1 addition & 3 deletions Vireo_VS/VireoCommandLine.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<ClCompile Include="..\source\core\CloseReference.cpp">
<Filter>VireoSource\Core</Filter>
</ClCompile>
<ClCompile Include="..\source\core\DebugPoint.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\source\include\ConversionTable.def">
Expand Down Expand Up @@ -283,8 +284,5 @@
<ClInclude Include="..\source\include\DebuggingToggles.h">
<Filter>VireoSource\Include</Filter>
</ClInclude>
<ClInclude Include="..\source\include\DebugPoint.h">
<Filter>VireoSource\Include</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 4281a44

Please sign in to comment.