File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
+ <!-- Default values for all feature switches -->
4
+ <PropertyGroup >
5
+ <MvvmToolkitEnableINotifyPropertyChangingSupport Condition =" '$(MvvmToolkitEnableINotifyPropertyChangingSupport)' == ''" >true</MvvmToolkitEnableINotifyPropertyChangingSupport >
6
+ </PropertyGroup >
7
+
8
+ <!--
9
+ Configuration for the feature switches (to support IL trimming).
10
+ See the 'ILLink.Substitutions.xml' file for more details on that.
11
+ -->
12
+ <ItemGroup >
13
+
14
+ <!-- MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT switch -->
15
+ <RuntimeHostConfigurationOption Include =" MVVMTOOLKIT_ENABLE_INOTIFYPROPERTYCHANGING_SUPPORT"
16
+ Value =" $(MvvmToolkitEnableINotifyPropertyChangingSupport)"
17
+ Trim =" true" />
18
+ </ItemGroup >
19
+
3
20
</Project >
You can’t perform that action at this time.
0 commit comments