Skip to content

Commit dd1145c

Browse files
committed
Extracted the new utils file one level up.
1 parent 309e123 commit dd1145c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CrossPlatformModules.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,8 @@
816816
</TypeScriptCompile>
817817
<TypeScriptCompile Include="ui\text-view\text-view.d.ts" />
818818
<TypeScriptCompile Include="ui\ui.ts" />
819-
<TypeScriptCompile Include="ui\utils\utils.d.ts" />
820-
<TypeScriptCompile Include="ui\utils\utils.ios.ts">
819+
<TypeScriptCompile Include="ui\utils.d.ts" />
820+
<TypeScriptCompile Include="ui\utils.ios.ts">
821821
<DependentUpon>utils.d.ts</DependentUpon>
822822
</TypeScriptCompile>
823823
<TypeScriptCompile Include="utils\module-merge.ts" />
@@ -1975,7 +1975,7 @@
19751975
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
19761976
</WebProjectProperties>
19771977
</FlavorProperties>
1978-
<UserProperties ui_2layouts_2wrap-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2grid-layout_2package_1json__JSONSchema="" ui_2layouts_2dock-layout_2package_1json__JSONSchema="" ui_2layouts_2absolute-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2web-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2content-view_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2gallery-app_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2absolute-layout-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2editable-text-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2scroll-view_2package_1json__JSONSchema="http://json.schemastore.org/package" />
1978+
<UserProperties ui_2scroll-view_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2editable-text-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2absolute-layout-demo_2package_1json__JSONSchema="http://json.schemastore.org/package" apps_2gallery-app_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2content-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2web-view_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2absolute-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" ui_2layouts_2dock-layout_2package_1json__JSONSchema="" ui_2layouts_2grid-layout_2package_1json__JSONSchema="" ui_2layouts_2wrap-layout_2package_1json__JSONSchema="http://json.schemastore.org/package" />
19791979
</VisualStudio>
19801980
</ProjectExtensions>
19811981
</Project>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)