Skip to content

Commit 4933d1f

Browse files
committed
Remove dependency on shared
Signed-off-by: jiajia_deng <[email protected]>
1 parent 57f53ae commit 4933d1f

File tree

430 files changed

+1954
-6128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

430 files changed

+1954
-6128
lines changed

README.md

Lines changed: 6 additions & 8 deletions

README_en-US.md

Lines changed: 7 additions & 9 deletions
File renamed without changes.

tool_kits/base/base.vcxproj renamed to base/base.vcxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,28 +175,28 @@
175175
</ImportGroup>
176176
<PropertyGroup Label="UserMacros" />
177177
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
178-
<OutDir>..\..\libs\</OutDir>
178+
<OutDir>$(ProjectDir)..\libs\</OutDir>
179179
</PropertyGroup>
180180
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
181181
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
182-
<IntDir>$(ProjectDir)..\..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
182+
<IntDir>$(ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
183183
<TargetName>$(ProjectName)_d</TargetName>
184184
</PropertyGroup>
185185
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
186186
<TargetName>$(ProjectName)_d</TargetName>
187-
<OutDir>..\..\libs\x64\</OutDir>
188-
<IntDir>$(ProjectDir)..\..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
187+
<OutDir>$(ProjectDir)..\libs\x64\</OutDir>
188+
<IntDir>$(ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
189189
</PropertyGroup>
190190
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
191-
<OutDir>..\..\libs\</OutDir>
191+
<OutDir>$(ProjectDir)..\libs\</OutDir>
192192
</PropertyGroup>
193193
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
194194
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
195-
<IntDir>$(ProjectDir)..\..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
195+
<IntDir>$(ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
196196
</PropertyGroup>
197197
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
198-
<OutDir>..\..\libs\x64\</OutDir>
199-
<IntDir>$(ProjectDir)..\..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
198+
<OutDir>$(ProjectDir)..\libs\x64\</OutDir>
199+
<IntDir>$(ProjectDir)..\tmp\$(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
200200
</PropertyGroup>
201201
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
202202
<ClCompile>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)