Skip to content

Commit

Permalink
chore: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Nov 19, 2024
1 parent 5c7ae5f commit ecbec0d
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 25 deletions.
16 changes: 10 additions & 6 deletions src/Uno.UWP/Uno.Reference.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@
<ProjectReference Include="..\Uno.UI.Dispatching\Uno.UI.Dispatching.Reference.csproj" />
</ItemGroup>

<PropertyGroup>
<_UnoUIPrefix>..\Uno.UI\UI</_UnoUIPrefix>
<_UnoUIPrefix Condition="'$(UNO_UWP_BUILD)'=='true'">..\Uno.UI\Microsoft\UI</_UnoUIPrefix>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Uno.UI\UI\Input\PointerPoint.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointProperties.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerUpdateKind.cs" />
<Compile Include="..\Uno.UI\UI\Colors.cs" />
<Compile Include="..\Uno.UI\UI\Text\FontWeights.cs" />
<Compile Include="$(_UnoUIPrefix)\PointerPoint.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointProperties.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerUpdateKind.cs" />
<Compile Include="$(_UnoUIPrefix)\Colors.cs" />
<Compile Include="$(_UnoUIPrefix)\Text\FontWeights.cs" />
</ItemGroup>
</Project>
18 changes: 11 additions & 7 deletions src/Uno.UWP/Uno.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@
<ProjectReference Include="..\Uno.Foundation\Uno.Foundation.Skia.csproj" />
<ProjectReference Include="..\Uno.UI.Dispatching\Uno.UI.Dispatching.Skia.csproj" />
</ItemGroup>


<PropertyGroup>
<_UnoUIPrefix>..\Uno.UI\UI</_UnoUIPrefix>
<_UnoUIPrefix Condition="'$(UNO_UWP_BUILD)'=='true'">..\Uno.UI\Microsoft\UI</_UnoUIPrefix>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Uno.UI\UI\Input\PointerPoint.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointProperties.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerUpdateKind.cs" />
<Compile Include="..\Uno.UI\UI\Colors.cs" />
<Compile Include="..\Uno.UI\UI\Text\FontWeights.cs" />
<Compile Include="$(_UnoUIPrefix)\PointerPoint.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointProperties.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerUpdateKind.cs" />
<Compile Include="$(_UnoUIPrefix)\Colors.cs" />
<Compile Include="$(_UnoUIPrefix)\Text\FontWeights.cs" />
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 10 additions & 6 deletions src/Uno.UWP/Uno.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@
<ProjectReference Include="..\Uno.UI.Dispatching\Uno.UI.Dispatching.Tests.csproj" />
</ItemGroup>

<PropertyGroup>
<_UnoUIPrefix>..\Uno.UI\UI</_UnoUIPrefix>
<_UnoUIPrefix Condition="'$(UNO_UWP_BUILD)'=='true'">..\Uno.UI\Microsoft\UI</_UnoUIPrefix>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Uno.UI\UI\Input\PointerPoint.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointProperties.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerUpdateKind.cs" />
<Compile Include="..\Uno.UI\UI\Colors.cs" />
<Compile Include="..\Uno.UI\UI\Text\FontWeights.cs" />
<Compile Include="$(_UnoUIPrefix)\PointerPoint.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointProperties.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerUpdateKind.cs" />
<Compile Include="$(_UnoUIPrefix)\Colors.cs" />
<Compile Include="$(_UnoUIPrefix)\Text\FontWeights.cs" />
</ItemGroup>
</Project>
16 changes: 10 additions & 6 deletions src/Uno.UWP/Uno.netcoremobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,16 @@
<ProjectReference Include="..\Uno.UI.Dispatching\Uno.UI.Dispatching.netcoremobile.csproj" />
</ItemGroup>

<PropertyGroup>
<_UnoUIPrefix>..\Uno.UI\UI</_UnoUIPrefix>
<_UnoUIPrefix Condition="'$(UNO_UWP_BUILD)'=='true'">..\Uno.UI\Microsoft\UI</_UnoUIPrefix>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Uno.UI\UI\Input\PointerPoint.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointProperties.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="..\Uno.UI\UI\Input\PointerUpdateKind.cs" />
<Compile Include="..\Uno.UI\UI\Colors.cs" />
<Compile Include="..\Uno.UI\UI\Text\FontWeights.cs" />
<Compile Include="$(_UnoUIPrefix)\PointerPoint.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointProperties.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerPointPropertiesExtensions.cs" />
<Compile Include="$(_UnoUIPrefix)\Input\PointerUpdateKind.cs" />
<Compile Include="$(_UnoUIPrefix)\Colors.cs" />
<Compile Include="$(_UnoUIPrefix)\Text\FontWeights.cs" />
</ItemGroup>
</Project>

0 comments on commit ecbec0d

Please sign in to comment.