Skip to content

Commit df53cca

Browse files
ejaquayejaquay
authored andcommitted
Change libcommon.dll to libcommon.vcc
1 parent 8555604 commit df53cca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

libcommon/libcommon.vcxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,18 @@
6161
<Import Project="..\vss-release.props" />
6262
</ImportGroup>
6363
<PropertyGroup Label="UserMacros" />
64+
6465
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66+
<TargetExt>.vcc</TargetExt>
6567
<OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\vcc\out\</OutDir>
6668
</PropertyGroup>
6769
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Legacy|Win32'">
6870
<LibraryPath>C:\Program Files %28x86%29\Windows Kits\8.1\Lib\winv6.3\um\x86;$(LibraryPath)</LibraryPath>
71+
<TargetExt>.vcc</TargetExt>
6972
<OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\vcc\out\</OutDir>
7073
</PropertyGroup>
7174
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75+
<TargetExt>.vcc</TargetExt>
7276
<OutDir>$(SolutionDir)__obj\$(Platform)\$(Configuration)\vcc\out\</OutDir>
7377
</PropertyGroup>
7478
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -154,4 +158,4 @@
154158
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
155159
<ImportGroup Label="ExtensionTargets">
156160
</ImportGroup>
157-
</Project>
161+
</Project>

0 commit comments

Comments
 (0)