mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2025-12-22 17:39:24 +00:00
#Кelease
This commit is contained in:
@@ -1,67 +1,67 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<EnableDefaultItems>false</EnableDefaultItems>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<Configurations>Debug;DebugTest;Release;Debug;RemoteDebug</Configurations>
|
||||
<RootNamespace>DevExpress.DevAV</RootNamespace>
|
||||
<AssemblyName>DevExpress.DevAV.v19.1.Data</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;DEVAV;DXCORE3</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE;DEVAV;DXCORE3</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AttachedFile.cs" />
|
||||
<Compile Include="Common\DataDirectoryHelper.cs" />
|
||||
<Compile Include="Common\IDataErrorInfoHelper.cs" />
|
||||
<Compile Include="Common\ValidationAttributes.cs" />
|
||||
<Compile Include="Crest.cs" />
|
||||
<Compile Include="CustomerComminication.cs" />
|
||||
<Compile Include="CustomerStore.cs" />
|
||||
<Compile Include="Evaluation.cs" />
|
||||
<Compile Include="NetCore\Address.cs" />
|
||||
<Compile Include="NetCore\DevAVDb.cs" />
|
||||
<Compile Include="NetCore\ObservableObject.cs" />
|
||||
<Compile Include="Order.cs" />
|
||||
<Compile Include="OrderItem.cs" />
|
||||
<Compile Include="Picture.cs" />
|
||||
<Compile Include="Probation.cs" />
|
||||
<Compile Include="ProductCatalog.cs" />
|
||||
<Compile Include="ProductImage.cs" />
|
||||
<Compile Include="Quote.cs" />
|
||||
<Compile Include="QuoteItem.cs" />
|
||||
<Compile Include="Queries.cs" />
|
||||
<Compile Include="State.cs" />
|
||||
<Compile Include="StateEnum.cs" />
|
||||
<Compile Include="Customer.cs" />
|
||||
<Compile Include="CustomerEmployee.cs" />
|
||||
<Compile Include="DatabaseObject.cs" />
|
||||
<Compile Include="Employee.cs" />
|
||||
<Compile Include="Person.cs" />
|
||||
<Compile Include="Product.cs" />
|
||||
<Compile Include="Task.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Utils.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Unknown-user.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3-pre-19126" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview3.19153.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.0.0-preview3.19153.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.0.0-preview3.19153.1" />
|
||||
</ItemGroup>
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<EnableDefaultItems>false</EnableDefaultItems>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<RootNamespace>DevExpress.DevAV</RootNamespace>
|
||||
<AssemblyName>DevExpress.DevAV.v19.1.Data</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;DEVAV;DXCORE3</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE;DEVAV;DXCORE3</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AttachedFile.cs" />
|
||||
<Compile Include="Common\DataDirectoryHelper.cs" />
|
||||
<Compile Include="Common\IDataErrorInfoHelper.cs" />
|
||||
<Compile Include="Common\ValidationAttributes.cs" />
|
||||
<Compile Include="Crest.cs" />
|
||||
<Compile Include="CustomerComminication.cs" />
|
||||
<Compile Include="CustomerStore.cs" />
|
||||
<Compile Include="Evaluation.cs" />
|
||||
<Compile Include="NetCore\Address.cs" />
|
||||
<Compile Include="NetCore\DevAVDb.cs" />
|
||||
<Compile Include="NetCore\ObservableObject.cs" />
|
||||
<Compile Include="Order.cs" />
|
||||
<Compile Include="OrderItem.cs" />
|
||||
<Compile Include="Picture.cs" />
|
||||
<Compile Include="Probation.cs" />
|
||||
<Compile Include="ProductCatalog.cs" />
|
||||
<Compile Include="ProductImage.cs" />
|
||||
<Compile Include="Quote.cs" />
|
||||
<Compile Include="QuoteItem.cs" />
|
||||
<Compile Include="Queries.cs" />
|
||||
<Compile Include="State.cs" />
|
||||
<Compile Include="StateEnum.cs" />
|
||||
<Compile Include="Customer.cs" />
|
||||
<Compile Include="CustomerEmployee.cs" />
|
||||
<Compile Include="DatabaseObject.cs" />
|
||||
<Compile Include="Employee.cs" />
|
||||
<Compile Include="Person.cs" />
|
||||
<Compile Include="Product.cs" />
|
||||
<Compile Include="Task.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Utils.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Unknown-user.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview3.19153.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.0.0-preview3.19153.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.0.0-preview3.19153.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,147 +1,147 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<EnableDefaultItems>false</EnableDefaultItems>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<RootNamespace>DevExpress.DevAV.Reports</RootNamespace>
|
||||
<AssemblyName>DevExpress.DevAV.v19.1.Reports</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Customers\CustomerContactsDirectory.cs" />
|
||||
<Compile Include="Customers\CustomerLocationsDirectory.cs" />
|
||||
<Compile Include="Customers\CustomerProfile.cs" />
|
||||
<Compile Include="Customers\CustomerSalesDetail.cs" />
|
||||
<Compile Include="Customers\CustomerSalesDetailReport.cs" />
|
||||
<Compile Include="Customers\CustomerSalesSummary.cs" />
|
||||
<Compile Include="Customers\CustomerSalesSummaryReport.cs" />
|
||||
<Compile Include="Employees\EmployeeDirectory.cs" />
|
||||
<Compile Include="Employees\EmployeeProfile.cs" />
|
||||
<Compile Include="Employees\EmployeeSummary.cs" />
|
||||
<Compile Include="Employees\EmployeeTaskList.cs" />
|
||||
<Compile Include="EnumDisplayTextHelper.cs" />
|
||||
<Compile Include="ParameterHelper.cs" />
|
||||
<Compile Include="Products\ProductProfile.cs" />
|
||||
<Compile Include="Products\ProductOrders.cs" />
|
||||
<Compile Include="Products\ProductSalesSummary.cs" />
|
||||
<Compile Include="Products\ProductTopSalesperson.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ReportFactory.cs" />
|
||||
<Compile Include="ReportFinder.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\CellsHelper.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\Enums.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\InvoiceHelper.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\OrderPropertiesHelper.cs" />
|
||||
<Compile Include="Sales\SalesAnalysis.cs" />
|
||||
<Compile Include="Sales\SalesAnalysisReport.cs" />
|
||||
<Compile Include="Sales\SalesInvoice.cs" />
|
||||
<Compile Include="Sales\SalesOrdersSummary.cs" />
|
||||
<Compile Include="Sales\SalesOrdersSummaryReport.cs" />
|
||||
<Compile Include="Sales\SalesRevenueAnalysisReport.cs" />
|
||||
<Compile Include="Sales\SalesRevenueReport.cs" />
|
||||
<Compile Include="Tasks\TaskListReport.cs" />
|
||||
<Compile Include="Tasks\TaskDetailReport.cs" />
|
||||
<Compile Include="Shipping\FedExGroundLabel.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Images\droplet.png" />
|
||||
<EmbeddedResource Include="Sales\SalesRevenueAnalysisReport.resx">
|
||||
<DependentUpon>SalesRevenueAnalysisReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesRevenueReport.resx">
|
||||
<DependentUpon>SalesRevenueReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Shipping\FedExGroundLabel.resx">
|
||||
<DependentUpon>FedExGroundLabel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerContactsDirectory.resx">
|
||||
<DependentUpon>CustomerContactsDirectory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerLocationsDirectory.resx">
|
||||
<DependentUpon>CustomerLocationsDirectory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerProfile.resx">
|
||||
<DependentUpon>CustomerProfile.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesDetail.resx">
|
||||
<DependentUpon>CustomerSalesDetail.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesDetailReport.resx">
|
||||
<DependentUpon>CustomerSalesDetailReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesSummary.resx">
|
||||
<DependentUpon>CustomerSalesSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesSummaryReport.resx">
|
||||
<DependentUpon>CustomerSalesSummaryReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeDirectory.resx">
|
||||
<DependentUpon>EmployeeDirectory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeProfile.resx">
|
||||
<DependentUpon>EmployeeProfile.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeSummary.resx">
|
||||
<DependentUpon>EmployeeSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeTaskList.resx">
|
||||
<DependentUpon>EmployeeTaskList.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductProfile.resx">
|
||||
<DependentUpon>ProductProfile.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductOrders.resx">
|
||||
<DependentUpon>ProductOrders.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductSalesSummary.resx">
|
||||
<DependentUpon>ProductSalesSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductTopSalesperson.resx">
|
||||
<DependentUpon>ProductTopSalesperson.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesAnalysis.resx">
|
||||
<DependentUpon>SalesAnalysis.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesAnalysisReport.resx">
|
||||
<DependentUpon>SalesAnalysisReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesInvoice.resx">
|
||||
<DependentUpon>SalesInvoice.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesOrdersSummary.resx">
|
||||
<DependentUpon>SalesOrdersSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesOrdersSummaryReport.resx">
|
||||
<DependentUpon>SalesOrdersSummaryReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Tasks\TaskListReport.resx">
|
||||
<DependentUpon>TaskListReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Tasks\TaskDetailReport.resx">
|
||||
<DependentUpon>TaskDetailReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesInvoice.xltx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3-pre-19126" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Win" Version="19.1.3-pre-19126" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DevExpress.DevAV.Data\DevExpress.DevAV.Data.csproj" />
|
||||
</ItemGroup>
|
||||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<EnableDefaultItems>false</EnableDefaultItems>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<RootNamespace>DevExpress.DevAV.Reports</RootNamespace>
|
||||
<AssemblyName>DevExpress.DevAV.v19.1.Reports</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>..\..\bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Customers\CustomerContactsDirectory.cs" />
|
||||
<Compile Include="Customers\CustomerLocationsDirectory.cs" />
|
||||
<Compile Include="Customers\CustomerProfile.cs" />
|
||||
<Compile Include="Customers\CustomerSalesDetail.cs" />
|
||||
<Compile Include="Customers\CustomerSalesDetailReport.cs" />
|
||||
<Compile Include="Customers\CustomerSalesSummary.cs" />
|
||||
<Compile Include="Customers\CustomerSalesSummaryReport.cs" />
|
||||
<Compile Include="Employees\EmployeeDirectory.cs" />
|
||||
<Compile Include="Employees\EmployeeProfile.cs" />
|
||||
<Compile Include="Employees\EmployeeSummary.cs" />
|
||||
<Compile Include="Employees\EmployeeTaskList.cs" />
|
||||
<Compile Include="EnumDisplayTextHelper.cs" />
|
||||
<Compile Include="ParameterHelper.cs" />
|
||||
<Compile Include="Products\ProductProfile.cs" />
|
||||
<Compile Include="Products\ProductOrders.cs" />
|
||||
<Compile Include="Products\ProductSalesSummary.cs" />
|
||||
<Compile Include="Products\ProductTopSalesperson.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="ReportFactory.cs" />
|
||||
<Compile Include="ReportFinder.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\CellsHelper.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\Enums.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\InvoiceHelper.cs" />
|
||||
<Compile Include="Sales\InvoiceHelper\OrderPropertiesHelper.cs" />
|
||||
<Compile Include="Sales\SalesAnalysis.cs" />
|
||||
<Compile Include="Sales\SalesAnalysisReport.cs" />
|
||||
<Compile Include="Sales\SalesInvoice.cs" />
|
||||
<Compile Include="Sales\SalesOrdersSummary.cs" />
|
||||
<Compile Include="Sales\SalesOrdersSummaryReport.cs" />
|
||||
<Compile Include="Sales\SalesRevenueAnalysisReport.cs" />
|
||||
<Compile Include="Sales\SalesRevenueReport.cs" />
|
||||
<Compile Include="Tasks\TaskListReport.cs" />
|
||||
<Compile Include="Tasks\TaskDetailReport.cs" />
|
||||
<Compile Include="Shipping\FedExGroundLabel.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Images\droplet.png" />
|
||||
<EmbeddedResource Include="Sales\SalesRevenueAnalysisReport.resx">
|
||||
<DependentUpon>SalesRevenueAnalysisReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesRevenueReport.resx">
|
||||
<DependentUpon>SalesRevenueReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Shipping\FedExGroundLabel.resx">
|
||||
<DependentUpon>FedExGroundLabel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerContactsDirectory.resx">
|
||||
<DependentUpon>CustomerContactsDirectory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerLocationsDirectory.resx">
|
||||
<DependentUpon>CustomerLocationsDirectory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerProfile.resx">
|
||||
<DependentUpon>CustomerProfile.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesDetail.resx">
|
||||
<DependentUpon>CustomerSalesDetail.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesDetailReport.resx">
|
||||
<DependentUpon>CustomerSalesDetailReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesSummary.resx">
|
||||
<DependentUpon>CustomerSalesSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Customers\CustomerSalesSummaryReport.resx">
|
||||
<DependentUpon>CustomerSalesSummaryReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeDirectory.resx">
|
||||
<DependentUpon>EmployeeDirectory.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeProfile.resx">
|
||||
<DependentUpon>EmployeeProfile.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeSummary.resx">
|
||||
<DependentUpon>EmployeeSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Employees\EmployeeTaskList.resx">
|
||||
<DependentUpon>EmployeeTaskList.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductProfile.resx">
|
||||
<DependentUpon>ProductProfile.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductOrders.resx">
|
||||
<DependentUpon>ProductOrders.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductSalesSummary.resx">
|
||||
<DependentUpon>ProductSalesSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Products\ProductTopSalesperson.resx">
|
||||
<DependentUpon>ProductTopSalesperson.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesAnalysis.resx">
|
||||
<DependentUpon>SalesAnalysis.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesAnalysisReport.resx">
|
||||
<DependentUpon>SalesAnalysisReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesInvoice.resx">
|
||||
<DependentUpon>SalesInvoice.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesOrdersSummary.resx">
|
||||
<DependentUpon>SalesOrdersSummary.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesOrdersSummaryReport.resx">
|
||||
<DependentUpon>SalesOrdersSummaryReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Tasks\TaskListReport.resx">
|
||||
<DependentUpon>TaskListReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Tasks\TaskDetailReport.resx">
|
||||
<DependentUpon>TaskDetailReport.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Sales\SalesInvoice.xltx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Win" Version="19.1.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DevExpress.DevAV.Data\DevExpress.DevAV.Data.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -12,35 +12,21 @@ EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
DebugTest|Any CPU = DebugTest|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
RemoteDebug|Any CPU = RemoteDebug|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.DebugTest|Any CPU.ActiveCfg = DebugTest|Any CPU
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.DebugTest|Any CPU.Build.0 = DebugTest|Any CPU
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.RemoteDebug|Any CPU.ActiveCfg = RemoteDebug|Any CPU
|
||||
{81BE8E61-B408-490D-BFB4-EFC2ABAC9B1F}.RemoteDebug|Any CPU.Build.0 = RemoteDebug|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.DebugTest|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.DebugTest|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.RemoteDebug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0C1E2088-333A-4F3B-B1C5-4BC5DBFC3482}.RemoteDebug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.DebugTest|Any CPU.ActiveCfg = DebugTest|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.DebugTest|Any CPU.Build.0 = DebugTest|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.RemoteDebug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3932816E-D0B4-08A9-2715-8D5B7DC201D8}.RemoteDebug|Any CPU.Build.0 = Debug|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<TargetFramework>netcoreapp3.0</TargetFramework>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<EnableDefaultItems>False</EnableDefaultItems>
|
||||
<Configurations>Debug;Release;DebugTest</Configurations>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
||||
<AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
|
||||
<RootNamespace>DevExpress.DevAV</RootNamespace>
|
||||
@@ -1237,9 +1237,9 @@
|
||||
<EmbeddedResource Include="Resources\NewGroup.svg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3-pre-19126" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Document.Processor" Version="19.1.3-pre-19126" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Win" Version="19.1.3-pre-19126" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Document.Processor" Version="19.1.3" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Win" Version="19.1.3" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.0.0-preview3.19153.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.0.0-preview3.19153.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.0.0-preview3.19153.1" />
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
ribbonControl.ApplicationDocumentCaption = customer.Name;
|
||||
}
|
||||
void UpdateChart(DevAV.MapItem salesItem) {
|
||||
chart.Series[0].Colorizer = colorizer1;
|
||||
chart.Series[0].View.Colorizer = colorizer1;
|
||||
chart.DataSource = ViewModel.GetSalesByCity(salesItem.City, ViewModel.Period).ToList();
|
||||
}
|
||||
void UpdateColors() {
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
ribbonControl.ApplicationDocumentCaption = product.Name;
|
||||
}
|
||||
void UpdateChart(DevAV.MapItem salesItem) {
|
||||
chart.Series[0].Colorizer = keyColorColorizer as DevExpress.XtraCharts.IColorizer;
|
||||
chart.Series[0].View.Colorizer = keyColorColorizer as DevExpress.XtraCharts.IColorizer;
|
||||
chart.DataSource = ViewModel.GetSalesByCity(salesItem.City, ViewModel.Period).ToList();
|
||||
}
|
||||
void UpdateColors() {
|
||||
|
||||
@@ -574,8 +574,8 @@
|
||||
this.spreadsheetControl1.Location = new System.Drawing.Point(0, 141);
|
||||
this.spreadsheetControl1.MenuManager = this.ribbonControl;
|
||||
this.spreadsheetControl1.Name = "spreadsheetControl1";
|
||||
this.spreadsheetControl1.Options.Import.Csv.Encoding = ((System.Text.Encoding)(resources.GetObject("spreadsheetControl1.Options.Import.Csv.Encoding")));
|
||||
this.spreadsheetControl1.Options.Import.Txt.Encoding = ((System.Text.Encoding)(resources.GetObject("spreadsheetControl1.Options.Import.Txt.Encoding")));
|
||||
//this.spreadsheetControl1.Options.Import.Csv.Encoding = ((System.Text.Encoding)(resources.GetObject("spreadsheetControl1.Options.Import.Csv.Encoding")));
|
||||
//this.spreadsheetControl1.Options.Import.Txt.Encoding = ((System.Text.Encoding)(resources.GetObject("spreadsheetControl1.Options.Import.Txt.Encoding")));
|
||||
this.spreadsheetControl1.Options.View.ShowColumnHeaders = false;
|
||||
this.spreadsheetControl1.Options.View.ShowPrintArea = false;
|
||||
this.spreadsheetControl1.Options.View.ShowRowHeaders = false;
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3-pre-19126" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Win" Version="19.1.3-pre-19126" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Core" Version="19.1.3" />
|
||||
<PackageReference Include="DevExpress.WindowsDesktop.Win" Version="19.1.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user