148 lines
7.1 KiB
XML
148 lines
7.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<MSBuildAllProjects Condition="'$(MSBuildVersion)' == '' Or '$(MSBuildVersion)' < '16.0'">$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
|
<HasSharedItems>true</HasSharedItems>
|
|
<SharedGUID>6ac75d01-70d6-4a07-8685-bc52afd97a7a</SharedGUID>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Configuration">
|
|
<Import_RootNamespace>Billing</Import_RootNamespace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Languages\en.xml" />
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Languages\zh-CN.xml" />
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)SplashPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="$(MSBuildThisFileDirectory)App.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)AssemblyInfo.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Helper.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Languages\PlatformCulture.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Languages\Resource.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)MainShell.xaml.cs">
|
|
<DependentUpon>MainShell.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Models\Category.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Models\Account.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Themes\BaseTheme.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Themes\Dark.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Themes\Light.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\BillingDate.xaml.cs">
|
|
<DependentUpon>BillingDate.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\BillingPage.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\ColorPicker.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\Converters.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\CustomControl.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\CustomEffect.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\Definition.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\GroupStackLayout.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\ItemSelectPage.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\WrapLayout.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\AccountPage.xaml.cs">
|
|
<DependentUpon>AccountPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\AddAccountPage.xaml.cs">
|
|
<DependentUpon>AddAccountPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\AddBillPage.xaml.cs">
|
|
<DependentUpon>AddBillPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\AddCategoryPage.xaml.cs">
|
|
<DependentUpon>AddCategoryPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\BillPage.xaml.cs">
|
|
<DependentUpon>BillPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\CategoryPage.xaml.cs">
|
|
<DependentUpon>CategoryPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\CategorySelectPage.xaml.cs">
|
|
<DependentUpon>CategorySelectPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\IconSelectPage.xaml.cs">
|
|
<DependentUpon>IconSelectPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\RankPage.xaml.cs">
|
|
<DependentUpon>RankPage.xaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Views\SettingPage.xaml.cs">
|
|
<DependentUpon>SettingPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\OptionsCells.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Store\StoreHelper.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Models\Bill.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)UI\SegmentedControl.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)Models\IIdItem.cs" />
|
|
<Compile Include="$(MSBuildThisFileDirectory)SplashPage.xaml.cs">
|
|
<DependentUpon>SplashPage.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="$(MSBuildThisFileDirectory)Models\Logs.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)MainShell.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)UI\BillingDate.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\AccountPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\AddAccountPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\AddBillPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\BillPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\SettingPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\IconSelectPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="$(MSBuildThisFileDirectory)Store\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\CategoryPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\AddCategoryPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\CategorySelectPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="$(MSBuildThisFileDirectory)Views\RankPage.xaml">
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</Project> |