Skip to content

Commit

Permalink
22.2.300.0 Drop full framework support #961
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Dec 18, 2022
1 parent c017eea commit 169f838
Show file tree
Hide file tree
Showing 572 changed files with 3,686 additions and 28,009 deletions.
3 changes: 1 addition & 2 deletions Demos/XVideoRental/XVideoRental.Module.Win/WinModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
using Xpand.ExpressApp.MasterDetail.Win;
using Xpand.ExpressApp.PivotGrid.Win;
using Xpand.ExpressApp.ReportsV2.Win;
using Xpand.ExpressApp.Scheduler.Win;
using Xpand.ExpressApp.Security.Win;
using Xpand.ExpressApp.SystemModule;
using Xpand.ExpressApp.Win.SystemModule;
Expand Down Expand Up @@ -47,7 +46,7 @@ public XVideoRentalWindowsFormsModule() {
RequiredModuleTypes.Add(typeof(XpandPivotGridWinModule));
RequiredModuleTypes.Add(typeof(XpandChartWinModule));
RequiredModuleTypes.Add(typeof(MasterDetailWindowsModule));
RequiredModuleTypes.Add(typeof(XpandSchedulerWindowsFormsModule));

RequiredModuleTypes.Add(typeof(XpandSecurityWinModule));
RequiredModuleTypes.Add(typeof(ReportsV2WinModule));
RequiredModuleTypes.Add(typeof(DashboardWindowsFormsModule));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Chart.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Chart.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Chart.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Dashboard">
Expand All @@ -37,35 +37,31 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.MasterDetail.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.MasterDetail.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.MasterDetail.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.PivotGrid.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.PivotGrid.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.PivotGrid.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.ReportsV2.Win">
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.ReportsV2.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Scheduler.Win">
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Scheduler.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Security">
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Security.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Security.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Security.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Security.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.XtraDashboard.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.XtraDashboard.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.XtraDashboard.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.Persistent.Base">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ DevExpress.ExpressApp.Security.Xpo
DevExpress.Persistent.BaseImpl.Xpo
DevExpress.Win.Reporting
Xpand.XAF.Modules.CloneModelView
DevExpress.ExpressApp.CodeAnalysis
16 changes: 6 additions & 10 deletions Demos/XVideoRental/XVideoRental.Win/XVideoRental.Win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Chart.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Chart.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Chart.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Dashboard">
Expand All @@ -42,39 +42,35 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.MasterDetail.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.MasterDetail.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.MasterDetail.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.ModelArtifactState">
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.ModelArtifactState.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.PivotGrid.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.PivotGrid.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Scheduler.Win">
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Scheduler.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.PivotGrid.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Security">
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Security.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Security.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Security.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Security.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Validation">
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Validation.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.ExpressApp.XtraDashboard.Win">
<HintPath>..\..\..\Xpand.DLL\net6.0-windows7.0\Xpand.ExpressApp.XtraDashboard.Win.dll</HintPath>
<HintPath>..\..\..\Xpand.DLL\Xpand.ExpressApp.XtraDashboard.Win.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Xpand.Persistent.Base">
Expand Down
4 changes: 2 additions & 2 deletions Support/Build/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ Task CompileModules{

Write-HostFormatted "Compiling helper projects..." -Section
$helperProjects=($group.HelperProjects|GetProjects)
Write-HostFormatted "helperProjects=$helperProjects" -ForegroundColor Magenta
BuildProjects $helperProjects "Helper"
# Write-HostFormatted "helperProjects=$helperProjects" -ForegroundColor Magenta
# BuildProjects $helperProjects "Helper"
$vsAddons=($group.VSAddons|GetProjects)
Write-HostFormatted "vsAddons=$vsAddons" -ForegroundColor Magenta
Push-Location "$root\Xpand.Plugins"
Expand Down
26 changes: 9 additions & 17 deletions Support/Build/CreateXpandNugets.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Param (
[string]$root = (Get-Item "$PSScriptRoot\..\..").FullName,
[string]$version = "21.1.501.2",
[string]$version = "22.2.300.1",
[bool]$ResolveNugetDependecies,
[bool]$Release
)
Expand Down Expand Up @@ -66,10 +66,7 @@ function AddAllDependency($file, $nuspecpaths) {
$metadata.dependencies.RemoveAll()
}
$metadata.version = $version
$net461Nuspecs=@($nuspecpaths|where-Object{
$p=Get-XmlContent $_.FullName
$p.package.files.file.target -match "net461"
})

$netStandardNuspecs=@($nuspecpaths|where-Object{
$p=Get-XmlContent $_.FullName
$p.package.files.file.target -match "netstandard"
Expand All @@ -86,10 +83,7 @@ function AddAllDependency($file, $nuspecpaths) {
[xml]$package = Get-Content $_.Fullname
Add-NuspecDependency $package.package.metaData.Id $Version $nuspecpath "netstandard2.0"
}
($net461Nuspecs+$netStandardNuspecs) | ForEach-Object {
[xml]$package = Get-Content $_.Fullname
Add-NuspecDependency $package.package.metaData.Id $Version $nuspecpath "net461"
}

($net6Nuspecs+$netStandardNuspecs) | ForEach-Object {
[xml]$package = Get-Content $_.Fullname
Add-NuspecDependency $package.package.metaData.Id $Version $nuspecpath "net6.0"
Expand Down Expand Up @@ -142,9 +136,7 @@ $nuspecs| Invoke-Parallel -VariablesToImport "nuspecs","projects" -Script {
$xpandMoleReference | ForEach-Object {
$hintPath=$_.hintpath
$multiTarget=$hintPath -match "TargetFramework"
if($multiTarget ){
$hintPath=$hintPath.Replace('$(TargetFramework)','net461')
}

$assemblyPath = Get-Item (Resolve-Path $hintPath)
$version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($assemblyPath.FullName).FileVersion
$id = ($nuspecs | Where-Object { $_.Content.package.files.file | Where-Object { $_.src -match $assemblyPath.Name } }).Content.package.metaData.id
Expand Down Expand Up @@ -201,7 +193,7 @@ $libNuspec.Save($libNuspecPath)
$nuspecpathFile = "$nuspecpathsPath\All_Agnostic.nuspec"
AddAllDependency $nuspecpathFile (Get-ChildItem "$nuspecpathsPath" -Exclude "*Win*", "*Web*", "*All*")

"Win", "Web" | ForEach-Object {
"Win"| ForEach-Object {
$nuspecpaths = (Get-ChildItem "$nuspecpathsPath" "*$_*" | Where-Object { $_.BaseName -notmatch "All" })
$nuspecpathFile = "$nuspecpathsPath\All_$_.nuspec"
AddAllDependency $nuspecpathFile $nuspecpaths
Expand All @@ -228,12 +220,12 @@ else {

$modules

Write-HostFormatted "packing nuspecs"
Write-HostFormatted "packing nuspecs" -Section
Get-ChildItem "$root\build\Nuget" -ErrorAction SilentlyContinue | Remove-Item -Force -Recurse

# Get-ChildItem "$root\Support\Nuspec" *.nuspec | Invoke-Parallel -RetryOnError 3 -VariablesToImport @("modules","Nuget","version","root") -Script {
$nuspecs = Get-ChildItem "$root\Support\Nuspec" *.nuspec
$nuspecs | foreach {
Get-ChildItem "$root\Support\Nuspec" *.nuspec | Invoke-Parallel -RetryOnError 3 -VariablesToImport @("modules","Nuget","version","root") -Script {
# $nuspecs = Get-ChildItem "$root\Support\Nuspec" *.nuspec
# $nuspecs | foreach {
if (!$Version) {
throw
}
Expand Down
4 changes: 2 additions & 2 deletions Support/Build/Xpand.projects
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<ItemGroup>
<CoreProjects Include="&#xD;&#xA; Xpand\Xpand.Utils\Xpand.Utils.csproj;&#xD;&#xA; Xpand\Xpand.Xpo\Xpand.Xpo.csproj;&#xD;&#xA; Xpand\Xpand.Persistent\Xpand.Persistent.Base\Xpand.Persistent.Base.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp\Xpand.ExpressApp\Xpand.ExpressApp.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp\Xpand.ExpressApp.Win\Xpand.ExpressApp.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp\Xpand.ExpressApp.Web\Xpand.ExpressApp.Web.csproj">
</CoreProjects>
<EasyTestProjects Include="&#xD;&#xA; Xpand\Xpand.EasyTest\Xpand.EasyTest\Xpand.EasyTest.csproj;&#xD;&#xA; Xpand\Xpand.EasyTest\Xpand.ExpressApp.EasyTest.WebAdapter\Xpand.ExpressApp.EasyTest.WebAdapter.csproj;&#xD;&#xA; Xpand\Xpand.EasyTest\Xpand.ExpressApp.EasyTest.WinAdapter\Xpand.ExpressApp.EasyTest.WinAdapter.csproj;" />
<HelperProjects Include="&#xD;&#xA; Support\GacInstaller\GacInstaller.csproj" />
<EasyTestProjects Include="" />
<HelperProjects Include="" />
<ModuleProjects Include="&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Security\Xpand.ExpressApp.Security.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Security.Win\Xpand.ExpressApp.Security.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Security.Web\Xpand.ExpressApp.Security.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Logic\Xpand.ExpressApp.Logic.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Validation\Xpand.ExpressApp.Validation.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Validation.Win\Xpand.ExpressApp.Validation.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Validation.Web\Xpand.ExpressApp.Validation.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Dashboard\Xpand.ExpressApp.Dashboard.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ExcelImporter\Xpand.ExpressApp.ExcelImporter.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ExcelImporter.Win\Xpand.ExpressApp.ExcelImporter.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ExcelImporter.Web\Xpand.ExpressApp.ExcelImporter.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ModelArtifactState\Xpand.ExpressApp.ModelArtifactState.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\TreeListEditors\Xpand.ExpressApp.TreeListEditors.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\TreeListEditors.Web\Xpand.ExpressApp.TreeListEditors.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\TreeListEditors.Win\Xpand.ExpressApp.TreeListEditors.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\AdditionalViewControlsProvider\Xpand.ExpressApp.AdditionalViewControlsProvider.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\AdditionalViewControlsProvider.Web\Xpand.ExpressApp.AdditionalViewControlsProvider.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\AdditionalViewControlsProvider.Win\Xpand.ExpressApp.AdditionalViewControlsProvider.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\AuditTrail\Xpand.ExpressApp.AuditTrail.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Chart.Win\Xpand.ExpressApp.Chart.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Email\Xpand.ExpressApp.Email.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\FileAttachment\Xpand.ExpressApp.FileAttachment.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\FileAttachment.Web\Xpand.ExpressApp.FileAttachment.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\HtmlPropertyEditor.Web\Xpand.ExpressApp.HtmlPropertyEditor.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ImportWizard\Xpand.ExpressApp.ImportWizard.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ImportWizard.Win\Xpand.ExpressApp.ImportWizard.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\IO\Xpand.ExpressApp.IO.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\IO.Win\Xpand.ExpressApp.IO.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\IO.Web\Xpand.ExpressApp.IO.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\JobScheduler\Xpand.ExpressApp.JobScheduler.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\MapView\Xpand.ExpressApp.MapView.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\MapView.Web\Xpand.ExpressApp.MapView.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\MasterDetail\Xpand.ExpressApp.MasterDetail.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\MasterDetail.Win\Xpand.ExpressApp.MasterDetail.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ViewVariants\Xpand.ExpressApp.ViewVariants.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ModelDifference\Xpand.ExpressApp.ModelDifference.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ModelDifference.Web\Xpand.ExpressApp.ModelDifference.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ModelDifference.Win\Xpand.ExpressApp.ModelDifference.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\NCarousel\Xpand.NCarousel.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\NCarousel.Web\Xpand.ExpressApp.NCarousel.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\PivotChart\Xpand.ExpressApp.PivotChart.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\PivotChart.Web\Xpand.ExpressApp.PivotChart.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\PivotChart.Win\Xpand.ExpressApp.PivotChart.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\PivotGrid.Win\Xpand.ExpressApp.PivotGrid.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Quartz.Server\Xpand.Quartz.Server.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Reports\Xpand.ExpressApp.Reports.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Reports.Win\Xpand.ExpressApp.Reports.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\ReportsV2.Win\Xpand.ExpressApp.ReportsV2.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Scheduler\Xpand.ExpressApp.Scheduler.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Scheduler.Win\Xpand.ExpressApp.Scheduler.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Scheduler.Web\Xpand.ExpressApp.Scheduler.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\StateMachine\Xpand.ExpressApp.StateMachine.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\WizardUI.Win\Xpand.ExpressApp.WizardUI.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\Workflow\Xpand.ExpressApp.Workflow.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\WorldCreator\Xpand.ExpressApp.WorldCreator.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\WorldCreator.DBMapper\Xpand.ExpressApp.WorldCreator.DBMapper.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\WorldCreator.Win\Xpand.ExpressApp.WorldCreator.Win.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\WorldCreator.Web\Xpand.ExpressApp.WorldCreator.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\XtraDashboard.Web\Xpand.ExpressApp.XtraDashboard.Web.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\XtraDashboard.Win\Xpand.ExpressApp.XtraDashboard.Win.csproj;&#xD;&#xA; Xpand\Xpand.Persistent\Xpand.Persistent.BaseImpl\Xpand.Persistent.BaseImpl.csproj;&#xD;&#xA; Xpand\Xpand.ExpressApp.Modules\JobScheduler.Jobs\Xpand.ExpressApp.JobScheduler.Jobs.csproj;" />
<DemoWinSolutions Include="&#xD;&#xA; Demos\XVideoRental\XVideoRental.sln;" />
</ItemGroup>
Expand Down
Loading

0 comments on commit 169f838

Please sign in to comment.