/ src / modules / cmdpal / ext / Microsoft.CmdPal.Ext.Shell / Microsoft.CmdPal.Ext.Shell.csproj
Microsoft.CmdPal.Ext.Shell.csproj
 1  <Project Sdk="Microsoft.NET.Sdk">
 2    <Import Project="..\..\CoreCommonProps.props" />
 3  
 4    <PropertyGroup>
 5      <RootNamespace>Microsoft.CmdPal.Ext.Shell</RootNamespace>
 6      <OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal</OutputPath>
 7      <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
 8      <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
 9    </PropertyGroup>
10    <ItemGroup>
11      <None Remove="Assets\Run.svg" />
12    </ItemGroup>
13    <ItemGroup>
14      <ProjectReference Include="..\..\Core\Microsoft.CmdPal.Core.Common\Microsoft.CmdPal.Core.Common.csproj" />
15    </ItemGroup>
16    <ItemGroup>
17      <PackageReference Include="System.CommandLine" />
18    </ItemGroup>
19    
20    <ItemGroup>
21      <Compile Update="Properties\Resources.Designer.cs">
22        <DependentUpon>Resources.resx</DependentUpon>
23        <DesignTime>True</DesignTime>
24        <AutoGen>True</AutoGen>
25      </Compile>
26    </ItemGroup>
27    <ItemGroup>
28      <Content Update="Assets\Run.png">
29        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
30      </Content>
31      <Content Update="Assets\Run.svg">
32        <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33      </Content>
34    </ItemGroup>
35    <ItemGroup>
36      <EmbeddedResource Update="Properties\Resources.resx">
37        <LastGenOutput>Resources.Designer.cs</LastGenOutput>
38        <Generator>PublicResXFileCodeGenerator</Generator>
39      </EmbeddedResource>
40    </ItemGroup>
41  </Project>