Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Remove stale ValueUtils unify bundle load for MS.RN and win32 dll",
"packageName": "react-native-windows",
"email": "30809111+acoates-ms@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#pragma once

#include "CompositionHelpers.h"
#include <Utils/ValueUtils.h>
#include <Windows.Graphics.DirectX.Direct3D11.interop.h>
#include <d2d1_1.h>
#include <d3d11.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include <Fabric/Composition/ReactNativeIsland.h>
#include <Fabric/FabricUIManagerModule.h>
#include <Utils/KeyboardUtils.h>
#include <Utils/ValueUtils.h>
#include <atlcomcli.h>
#include <winrt/Microsoft.ReactNative.Composition.Experimental.h>
#include <winrt/Microsoft.UI.Input.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <Fabric/FabricUIManagerModule.h>
#include <IReactContext.h>
#include <Utils/ValueUtils.h>
#include <winrt/Microsoft.UI.Content.h>
#include <winrt/Microsoft.UI.Input.h>
#include <winrt/Windows.UI.Composition.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include "ImageComponentView.h"

#include <Utils/ValueUtils.h>

#include <IReactContext.h>

#include <react/renderer/components/image/ImageEventEmitter.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <AutoDraw.h>
#include <Fabric/ReactTaggedView.h>
#include <Utils/IcuUtils.h>
#include <Utils/ValueUtils.h>
#include <react/renderer/components/text/ParagraphShadowNode.h>
#include <react/renderer/components/text/ParagraphState.h>
#include <unicode.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "ScrollViewComponentView.h"

#include <Fabric/ComponentView.h>
#include <Utils/ValueUtils.h>

#pragma warning(push)
#pragma warning(disable : 4305)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "TextDrawing.h"

#include <AutoDraw.h>
#include <Utils/ValueUtils.h>
#include <unicode.h>
#include <windows.ui.composition.interop.h>
#include <winrt/Microsoft.ReactNative.Composition.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <Fabric/Composition/UiaHelpers.h>
#include <Fabric/platform/react/renderer/graphics/PlatformColorUtils.h>
#include <Utils/ThemeUtils.h>
#include <Utils/ValueUtils.h>
#include <react/renderer/components/textinput/TextInputState.h>
#include <react/renderer/graphics/HostPlatformColor.h>
#include <react/renderer/textlayoutmanager/WindowsTextLayoutManager.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "PlatformColorUtils.h"
#include <Utils/ThemeUtils.h>
#include <Utils/ValueUtils.h>
#include <react/renderer/graphics/Color.h>
#include <winrt/Windows.UI.ViewManagement.h>
#include "HostPlatformColor.h"
Expand Down
3 changes: 0 additions & 3 deletions vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@
<ClInclude Include="Utils\TextTransform.h" />
<ClInclude Include="Utils\TransformableText.h" />
<ClInclude Include="Utils\IcuUtils.h" />
<ClInclude Include="Utils\ValueUtils.h" />
<ClInclude Include="Utils\XamlIslandUtils.h" />
<ClInclude Include="Utils\XamlUtils.h" />
<ClInclude Include="Views\DevMenu.h" />
Expand All @@ -329,8 +328,6 @@
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="$(GeneratedFilesDir)module.g.cpp" />
<ClCompile Include="Utils\LocalBundleReader.cpp" />
<ClCompile Include="Utils\ValueUtils.cpp" />
</ItemGroup>
<ItemGroup>
<Midl Include="DocString.idl" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@
<ClCompile Include="Utils\LocalBundleReader.cpp">
<Filter>Utils</Filter>
</ClCompile>
<ClCompile Include="Utils\ValueUtils.cpp">
<Filter>Utils</Filter>
</ClCompile>
<ClCompile Include="Modules\CreateModules.cpp">
<Filter>Modules</Filter>
</ClCompile>
Expand Down Expand Up @@ -363,9 +360,6 @@
<ClInclude Include="Utils\StandardControlResourceKeyNames.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="Utils\ValueUtils.h">
<Filter>Utils</Filter>
</ClInclude>
<ClInclude Include="Utils\XamlIslandUtils.h">
<Filter>Utils</Filter>
</ClInclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <ReactPropertyBag.h>
#include <Utils/Helpers.h>
#include <Utils/ThemeUtils.h>
#include <Utils/ValueUtils.h>
#include <XamlUtils.h>
#include <functional>
#include <memory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "pch.h"

#include <Utils/ValueUtils.h>
#include <winrt/Windows.System.h>
#include "LinkingManagerModule.h"
#include "Unicode.h"
Expand Down
1 change: 0 additions & 1 deletion vnext/Microsoft.ReactNative/Modules/Timing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "Timing.h"

#include <InstanceManager.h>
#include <Utils/ValueUtils.h>
#include <XamlUtils.h>

#include <unknwnbase.h>
Expand Down
103 changes: 0 additions & 103 deletions vnext/Microsoft.ReactNative/Utils/ValueUtils.cpp

This file was deleted.

39 changes: 0 additions & 39 deletions vnext/Microsoft.ReactNative/Utils/ValueUtils.h

This file was deleted.

This file was deleted.

Loading
Loading