Skip to content

Commit 59c338a

Browse files
[Build] Fix errors in Targets file
1 parent d5cea0f commit 59c338a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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" />
64
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?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" />
64
</Project>

0 commit comments

Comments
 (0)