Skip to content

Commit

Permalink
Xamarin.Forms: Fixed xaml.cs dependency in .projitems files (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackAllen authored Jul 22, 2022
1 parent b59e0d0 commit 830883a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Forms/AugmentedReality/AugmentedReality.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Samples\*\*.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<Compile Include="$(MSBuildThisFileDirectory)Samples\*\*.xaml.cs">
<Compile Include="$(MSBuildThisFileDirectory)Samples\*\*.xaml.cs" DependentUpon="%(Filename)">
<SubType>Code</SubType>
</Compile>
<Folder Include="$(MSBuildThisFileDirectory)Helpers\" />
Expand Down
2 changes: 1 addition & 1 deletion src/Forms/Shared/Forms.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Samples\*\*\*.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<Compile Include="$(MSBuildThisFileDirectory)Samples\*\*\*.xaml.cs">
<Compile Include="$(MSBuildThisFileDirectory)Samples\*\*\*.xaml.cs" DependentUpon="%(Filename)">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
Expand Down

0 comments on commit 830883a

Please # to comment.