67 строки
2.4 KiB
Plaintext
67 строки
2.4 KiB
Plaintext
|
<Project>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="..\Chat\SamplesConfiguration.cs">
|
||
|
<Link>Chat\SamplesConfiguration.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Chat\ViewModel\OverviewViewModel.cs">
|
||
|
<Link>Chat\ViewModel\OverviewViewModel.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Chat\ViewModel\AIAssistViewModel.cs">
|
||
|
<Link>Chat\ViewModel\AIAssistViewModel.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Chat\ViewModel\ComposeViewModel.cs">
|
||
|
<Link>Chat\ViewModel\ComposeViewModel.cs</Link>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Chat\Views\Overview.xaml.cs">
|
||
|
<Link>Chat\Views\Overview.xaml.cs</Link>
|
||
|
<DependentUpon>..\Chat\Views\Overview.xaml</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Chat\Views\AssistView.xaml.cs">
|
||
|
<Link>Chat\Views\AssistView.xaml.cs</Link>
|
||
|
<DependentUpon>..\Chat\Views\AssistView.xaml</DependentUpon>
|
||
|
</Compile>
|
||
|
<Compile Include="..\Chat\Views\ComposeView.xaml.cs">
|
||
|
<Link>Chat\Views\ComposeView.xaml.cs</Link>
|
||
|
<DependentUpon>..\Chat\Views\ComposeView.xaml</DependentUpon>
|
||
|
</Compile>
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Page Include="..\Chat\Views\Overview.xaml">
|
||
|
<Link>Chat\Views\Overview.xaml</Link>
|
||
|
<SubType>Designer</SubType>
|
||
|
<Generator>MSBuild:Compile</Generator>
|
||
|
</Page>
|
||
|
<Page Include="..\Chat\Views\AssistView.xaml">
|
||
|
<Link>Chat\Views\AssistView.xaml</Link>
|
||
|
<SubType>Designer</SubType>
|
||
|
<Generator>MSBuild:Compile</Generator>
|
||
|
</Page>
|
||
|
<Page Include="..\Chat\Views\ComposeView.xaml">
|
||
|
<Link>Chat\Views\ComposeView.xaml</Link>
|
||
|
<SubType>Designer</SubType>
|
||
|
<Generator>MSBuild:Compile</Generator>
|
||
|
</Page>
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<EmbeddedResource Include="..\Chat\Assets\Chat\Feed_Image.png">
|
||
|
<Link>Chat\Assets\Chat\Feed_Image.png</Link>
|
||
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
</EmbeddedResource>
|
||
|
<Content Include="..\Chat\Assets\Chat\overview_xaml.txt">
|
||
|
<Link>Chat\Assets\Chat\overview_xaml.txt</Link>
|
||
|
</Content>
|
||
|
<Content Include="..\Chat\Assets\Chat\aiassistview_xaml.txt">
|
||
|
<Link>Chat\Assets\Chat\aiassistview_xaml.txt</Link>
|
||
|
</Content>
|
||
|
<Content Include="..\Chat\Assets\Chat\composeview_xaml.txt">
|
||
|
<Link>Chat\Assets\Chat\composeview_xaml.txt</Link>
|
||
|
</Content>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||
|
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Markdown" Version="7.1.2" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|