-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChatBot_MAUI.csproj.user
48 lines (48 loc) · 1.95 KB
/
ChatBot_MAUI.csproj.user
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IsFirstTimeProjectOpen>False</IsFirstTimeProjectOpen>
<ActiveDebugFramework>net7.0-android</ActiveDebugFramework>
<ActiveDebugProfile>Android Emulator</ActiveDebugProfile>
<SelectedPlatformGroup>Emulator</SelectedPlatformGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-android|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetPlatformIdentifier)'=='iOS'">
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-android|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0-maccatalyst|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
</PropertyGroup>
<ItemGroup>
<MauiXaml Update="Resources\Styles\DarkTheme.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Resources\Styles\LightTheme.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Resources\Styles\Styles.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Views\AboutView.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Views\ChatPage.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Views\DetailChatPage.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Views\HistoryChat.xaml">
<SubType>Designer</SubType>
</MauiXaml>
<MauiXaml Update="Views\ParameterConfig.xaml">
<SubType>Designer</SubType>
</MauiXaml>
</ItemGroup>
</Project>