|
@@ -59,6 +59,7 @@
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data" />
|
|
|
|
+ <Reference Include="System.Drawing" />
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
@@ -67,6 +68,8 @@
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
|
|
+ <Reference Include="System.Windows.Forms" />
|
|
|
|
+ <Reference Include="System.Windows.Forms.DataVisualization" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
@@ -76,9 +79,11 @@
|
|
<Reference Include="System.Xaml">
|
|
<Reference Include="System.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
</Reference>
|
|
|
|
+ <Reference Include="UIAutomationProvider" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
+ <Reference Include="WindowsFormsIntegration" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<ApplicationDefinition Include="App.xaml">
|
|
<ApplicationDefinition Include="App.xaml">
|
|
@@ -91,6 +96,9 @@
|
|
<Compile Include="Pages\Clients.xaml.cs">
|
|
<Compile Include="Pages\Clients.xaml.cs">
|
|
<DependentUpon>Clients.xaml</DependentUpon>
|
|
<DependentUpon>Clients.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Pages\Reports\EmployeeCost.xaml.cs">
|
|
|
|
+ <DependentUpon>EmployeeCost.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Pages\ServiceAdd.xaml.cs">
|
|
<Compile Include="Pages\ServiceAdd.xaml.cs">
|
|
<DependentUpon>ServiceAdd.xaml</DependentUpon>
|
|
<DependentUpon>ServiceAdd.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -104,6 +112,7 @@
|
|
<Compile Include="ViewModels\AuthViewModel.cs" />
|
|
<Compile Include="ViewModels\AuthViewModel.cs" />
|
|
<Compile Include="ViewModels\ClientsViewModel.cs" />
|
|
<Compile Include="ViewModels\ClientsViewModel.cs" />
|
|
<Compile Include="ViewModels\MainViewModel.cs" />
|
|
<Compile Include="ViewModels\MainViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Reports\EmployeeCostVM.cs" />
|
|
<Compile Include="ViewModels\ServiceAddViewModel.cs" />
|
|
<Compile Include="ViewModels\ServiceAddViewModel.cs" />
|
|
<Compile Include="ViewModels\ServiceEditViewModel.cs" />
|
|
<Compile Include="ViewModels\ServiceEditViewModel.cs" />
|
|
<Compile Include="ViewModels\ServicesViewModel.cs" />
|
|
<Compile Include="ViewModels\ServicesViewModel.cs" />
|
|
@@ -152,6 +161,10 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Pages\Reports\EmployeeCost.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Pages\ServiceAdd.xaml">
|
|
<Page Include="Pages\ServiceAdd.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|