Skip to content

Commit a784883

Browse files
author
chengxin
committed
【ENH】demo 输出路径优化
1 parent 1489ca6 commit a784883

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

demo/openapi_cpp_test/openapi_cpp_test.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,35 +125,35 @@
125125
</ImportGroup>
126126
<PropertyGroup Label="UserMacros" />
127127
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'">
128-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
128+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
129129
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
130130
</PropertyGroup>
131131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|Win32'">
132-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
132+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
133133
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
134134
</PropertyGroup>
135135
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|x64'">
136-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
136+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
137137
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
138138
</PropertyGroup>
139139
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|x64'">
140-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
140+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
141141
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
142142
</PropertyGroup>
143143
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|Win32'">
144-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
144+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
145145
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
146146
</PropertyGroup>
147147
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|Win32'">
148-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
148+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
149149
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
150150
</PropertyGroup>
151151
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|x64'">
152-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
152+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
153153
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
154154
</PropertyGroup>
155155
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|x64'">
156-
<OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir>
156+
<OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir>
157157
<IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir>
158158
</PropertyGroup>
159159
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'">

0 commit comments

Comments
 (0)