/ src / modules / cmdpal / ext / Microsoft.CmdPal.Ext.Bookmark / Microsoft.CmdPal.Ext.Bookmarks.csproj
Microsoft.CmdPal.Ext.Bookmarks.csproj
 1  <Project Sdk="Microsoft.NET.Sdk">
 2    <Import Project="$(RepoRoot)src\Common.Dotnet.CsWinRT.props" />
 3    <Import Project="$(RepoRoot)src\Common.Dotnet.AotCompatibility.props" />
 4    <PropertyGroup>
 5      <RootNamespace>Microsoft.CmdPal.Ext.Bookmarks</RootNamespace>
 6      <Nullable>enable</Nullable>
 7      <OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal</OutputPath>
 8      <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
 9      <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
10      <!-- MRT from windows app sdk will search for a pri file with the same name of the module before defaulting to resources.pri -->
11      <ProjectPriFileName>Microsoft.CmdPal.Ext.Bookmarks.pri</ProjectPriFileName>
12    </PropertyGroup>
13    <ItemGroup>
14      <ProjectReference Include="..\..\extensionsdk\Microsoft.CommandPalette.Extensions.Toolkit\Microsoft.CommandPalette.Extensions.Toolkit.csproj" />
15      <ProjectReference Include="..\..\ext\Microsoft.CmdPal.Ext.Indexer\Microsoft.CmdPal.Ext.Indexer.csproj" />
16    </ItemGroup>
17    <ItemGroup>
18  	  <Content Update="Assets\**\*.*">
19  		  <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
20  	  </Content>
21    </ItemGroup>
22  
23    <ItemGroup>
24      <Compile Update="Properties\Resources.Designer.cs">
25        <DependentUpon>Resources.resx</DependentUpon>
26        <DesignTime>True</DesignTime>
27        <AutoGen>True</AutoGen>
28      </Compile>
29    </ItemGroup>
30  
31    <ItemGroup>
32      <EmbeddedResource Update="Properties\Resources.resx">
33        <LastGenOutput>Resources.Designer.cs</LastGenOutput>
34        <Generator>PublicResXFileCodeGenerator</Generator>
35      </EmbeddedResource>
36    </ItemGroup>
37  
38    <ItemGroup>
39  	  <InternalsVisibleTo Include="Microsoft.CmdPal.Ext.Bookmarks.UnitTests" />
40    </ItemGroup>
41  </Project>