Skip to content

Commit 5ad973c

Browse files
authored
fix(windows): unable to override WindowsTargetVersion (#714)
* renaming the project name to DateTimePicker * added import for ExperimentalFeatures.props file if exists in the root of the repo
1 parent 1d16a31 commit 5ad973c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/DateTimePickerWindows/DateTimePickerWindows.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />
34
<Import Project="$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('$(SolutionDir)packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props')" />
45
<PropertyGroup Label="Globals">
56
<CppWinRTOptimized>true</CppWinRTOptimized>

0 commit comments

Comments
 (0)