Skip to content

Commit

Permalink
Update vlmcsd.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroinekotfs committed Nov 8, 2024
1 parent 947b303 commit b8965fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VisualStudio/vlmcsd/vlmcsd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ProjectGuid>{918B4F5B-6356-451E-998C-5FCB29988170}</ProjectGuid>
<RootNamespace>vlmcsd-Windows</RootNamespace>
<ProjectName>vlmcsd-Windows</ProjectName>
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down Expand Up @@ -85,7 +86,7 @@
<OutDir>$(SolutionDir)!bin!\vlmcsd\Debug\x86</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<TargetName>vlmcsd-Windows-x86</TargetName>
<TargetName>vlmcsd-Windows-x64</TargetName>
<OutDir>$(SolutionDir)!bin!\vlmcsd\Debug\x64</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down

0 comments on commit b8965fe

Please sign in to comment.