File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
- <PropertyGroup Condition =" '$(Configuration)' == 'Documentation' or '$(Configuration)' == 'DocChinese'" >
4
- <Import Project =" $(Commondir)XmlCommon.Targets" />
5
- </PropertyGroup >
3
+ <Import Condition =" '$(Configuration)' == 'Documentation' or '$(Configuration)' == 'DocChinese'" Project =" $(Commondir)XmlCommon.Targets" />
6
4
</Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project >
3
- <PropertyGroup Condition =" '$(Configuration)' == 'Documentation' or '$(Configuration)' == 'DocChinese'" >
4
- <Import Project =" $(Commondir)XmlCommon.Targets" />
5
- </PropertyGroup >
2
+ <Project >
3
+ <Import Condition =" '$(Configuration)' == 'Documentation' or '$(Configuration)' == 'DocChinese'" Project =" $(Commondir)XmlCommon.Targets" />
6
4
</Project >
You can’t perform that action at this time.
0 commit comments