Skip to content

Commit

Permalink
Test projects to reference the project with the experiment code
Browse files Browse the repository at this point in the history
Duplicated change with #126
  • Loading branch information
mrlacey committed May 20, 2022
1 parent 02a352f commit 5dccf8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
</Content>
<Content Include="Properties\Default.rd.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\CommunityToolkit.Labs.WinUI.ProjectTemplate.csproj">
<Project>{2ab4591a-6877-487a-9733-0f06771832ff}</Project>
<Name>CommunityToolkit.Labs.WinUI.ProjectTemplate</Name>
</ProjectReference>
</ItemGroup>

<Import Project="$(RepositoryDirectory)tests\Labs.Tests.Uwp.props" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<ItemGroup Condition="'$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnablePreviewMsixTooling)'=='true'">
<ProjectCapability Include="Msix" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\CommunityToolkit.Labs.WinUI.ProjectTemplate.csproj" />
</ItemGroup>

<Import Project="$(RepositoryDirectory)tests\Labs.Tests.WinAppSdk.props" />

Expand Down

0 comments on commit 5dccf8a

Please sign in to comment.