|
63 | 63 | <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
|
64 | 64 | <HintPath>..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
|
65 | 65 | </Reference>
|
| 66 | + <Reference Include="MaterialDesignColors, Version=1.2.0.1418, Culture=neutral, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\MaterialDesignColors.1.2.0-ci1418\lib\net45\MaterialDesignColors.dll</HintPath> |
| 68 | + </Reference> |
| 69 | + <Reference Include="MaterialDesignThemes.Wpf, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\packages\MaterialDesignThemes.3.0.0-ci470\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath> |
| 71 | + </Reference> |
66 | 72 | <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
67 | 73 | <HintPath>..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
|
68 | 74 | </Reference>
|
|
102 | 108 | <Reference Include="RestSharp, Version=106.6.10.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
103 | 109 | <HintPath>..\packages\RestSharp.106.6.10\lib\net452\RestSharp.dll</HintPath>
|
104 | 110 | </Reference>
|
| 111 | + <Reference Include="ShowMeTheXAML, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 112 | + <HintPath>..\packages\ShowMeTheXAML.1.0.12\lib\net45\ShowMeTheXAML.dll</HintPath> |
| 113 | + </Reference> |
105 | 114 | <Reference Include="System" />
|
106 | 115 | <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
107 | 116 | <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
|
|
207 | 216 | <Compile Include="Components\LeftNavigation\LeftNavigationControl.xaml.cs">
|
208 | 217 | <DependentUpon>LeftNavigationControl.xaml</DependentUpon>
|
209 | 218 | </Compile>
|
| 219 | + <Compile Include="Components\LoadingIndicators\CircleLoading\ActivityLoader.xaml.cs"> |
| 220 | + <DependentUpon>ActivityLoader.xaml</DependentUpon> |
| 221 | + </Compile> |
210 | 222 | <Compile Include="Components\Loading\LoadingWIndow.xaml.cs">
|
211 | 223 | <DependentUpon>LoadingWIndow.xaml</DependentUpon>
|
212 | 224 | </Compile>
|
213 | 225 | <Compile Include="Lib\Controls\CardControl.cs" />
|
214 | 226 | <Compile Include="Lib\Languages\Languages.xaml.cs">
|
215 | 227 | <DependentUpon>Languages.xaml</DependentUpon>
|
216 | 228 | </Compile>
|
| 229 | + <Compile Include="Lib\Styles\Styles.cs" /> |
217 | 230 | <Compile Include="Lib\Util\Object.Extensions.cs" />
|
218 | 231 | <Compile Include="Lib\WPF\MarginSetter.cs" />
|
219 | 232 | <Compile Include="Lib\WPF\Spacing.cs" />
|
|
396 | 409 | <SubType>Designer</SubType>
|
397 | 410 | <Generator>MSBuild:Compile</Generator>
|
398 | 411 | </Page>
|
| 412 | + <Page Include="Components\LoadingIndicators\CircleLoading\ActivityLoader.xaml"> |
| 413 | + <SubType>Designer</SubType> |
| 414 | + <Generator>MSBuild:Compile</Generator> |
| 415 | + </Page> |
399 | 416 | <Page Include="Components\Loading\LoadingWIndow.xaml">
|
400 | 417 | <SubType>Designer</SubType>
|
401 | 418 | <Generator>MSBuild:Compile</Generator>
|
|
428 | 445 | <SubType>Designer</SubType>
|
429 | 446 | <Generator>MSBuild:Compile</Generator>
|
430 | 447 | </Page>
|
| 448 | + <Page Include="Lib\Styles\Progress.styles.xaml"> |
| 449 | + <SubType>Designer</SubType> |
| 450 | + <Generator>MSBuild:Compile</Generator> |
| 451 | + </Page> |
431 | 452 | <Page Include="Lib\Styles\TabControl.styles.xaml">
|
432 | 453 | <SubType>Designer</SubType>
|
433 | 454 | <Generator>MSBuild:Compile</Generator>
|
|
0 commit comments