Skip to content

Commit

Permalink
Fix microsoft#13. Thanks to @jogibear9988 for the suggestion on the fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kory Gill committed Nov 30, 2015
1 parent 748eadd commit 763ffdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ProjectGuid>{8625A303-646D-4D87-BC14-29CD4D079CD9}</ProjectGuid>
<RootNamespace>win32clock</RootNamespace>
<Keyword>Win32Proj</Keyword>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
<OutputType>library</OutputType>
<OutputPath>bin\debug</OutputPath>
<UICulture>en-US</UICulture>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<ProjectGuid>{7289753F-C0EF-4C91-82DA-D53F75222152}</ProjectGuid>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<Prefer32Bit>false</Prefer32Bit>
Expand Down

0 comments on commit 763ffdb

Please sign in to comment.