WheresMyMoney/.idea/workspace.xml

84 lines
5.2 KiB
XML
Raw Normal View History

2025-01-25 00:27:02 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="NONE" />
</component>
<component name="ChangeListManager">
<list default="true" id="1f38986e-822c-4384-8149-3bf26f9664ef" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/.idea.WheresMyMoney/.idea/.gitignore" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/.idea.WheresMyMoney/.idea/dataSources.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/.idea.WheresMyMoney/.idea/encodings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/.idea.WheresMyMoney/.idea/indexLayout.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/.idea.WheresMyMoney/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Core/Balance.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Core/IRepository.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Core/PlannedPayment.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Core/Repository.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Core/WheresMyMoney.Core.csproj" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui.Core/Balance.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui.Core/PlannedPayment.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui.Core/Repository.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/AddPlannedPaymentPage.xaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/AddPlannedPaymentPage.xaml.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/BalanceHistoryPage.xaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/BalanceHistoryPage.xaml.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/BalancePage.xaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/BalancePage.xaml.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/FullPlannedPaymentViewModel.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/PlannedPaymentViewModel.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/PlannedPaymentsPage.xaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/PlannedPaymentsPage.xaml.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.Maui/PlannedPaymentsViewModel.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.WPF/App.xaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.WPF/App.xaml.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.WPF/AssemblyInfo.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.WPF/MainWindow.xaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.WPF/MainWindow.xaml.cs" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.WPF/WheresMyMoney.WPF.csproj" afterDir="false" />
<change afterPath="$PROJECT_DIR$/WheresMyMoney.sln" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="ClangdSettings">
<option name="formatViaClangd" value="false" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectColorInfo"><![CDATA[{
"customColor": "",
"associatedIndex": 2
}]]></component>
<component name="ProjectId" id="2s2kx4zjEMPiU51FH5ADhKUl9d9" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.cidr.known.project.marker": "true",
"RunOnceActivity.readMode.enableVisualFormatting": "true",
"cf.first.check.clang-format": "false",
"cidr.known.project.marker": "true",
"git-widget-placeholder": "master",
"ignore.virus.scanning.warn.message": "true",
"kotlin-language-version-configured": "true"
}
}]]></component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="1f38986e-822c-4384-8149-3bf26f9664ef" name="Changes" comment="" />
<created>1737661300898</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1737661300898</updated>
</task>
<servers />
</component>
</project>