Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Source auto update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DevExpressExampleBot authored and DevExpressExampleBot committed Nov 9, 2018
1 parent 450b9b7 commit 6daa10a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
12 changes: 6 additions & 6 deletions CS/DocumentManager_TabbedUI/DocumentManager_TabbedUI.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -29,10 +29,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Data.v11.1" />
<Reference Include="DevExpress.Utils.v11.1" />
<Reference Include="DevExpress.XtraBars.v11.1" />
<Reference Include="DevExpress.XtraEditors.v11.1" />
<Reference Include="DevExpress.Data.v13.1" />
<Reference Include="DevExpress.Utils.v13.1" />
<Reference Include="DevExpress.XtraBars.v13.1" />
<Reference Include="DevExpress.XtraEditors.v13.1" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
Expand Down Expand Up @@ -80,4 +80,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
19 changes: 7 additions & 12 deletions VB/DocumentManager_TabbedUI/DocumentManager_TabbedUI.vbproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -28,25 +28,20 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Printing.v11.1.Core">
<Reference Include="DevExpress.Printing.v13.1.Core">
<Private>True</Private>
<HintPath>c:\Projects\Test_Examples\TestFolder\Dlls\11.1.4\DevExpress.Printing.v11.1.Core.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Data.v11.1">
<Reference Include="DevExpress.Data.v13.1">
<Private>True</Private>
<HintPath>c:\Projects\Test_Examples\TestFolder\Dlls\11.1.4\DevExpress.Data.v11.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Utils.v11.1">
<Reference Include="DevExpress.Utils.v13.1">
<Private>True</Private>
<HintPath>c:\Projects\Test_Examples\TestFolder\Dlls\11.1.4\DevExpress.Utils.v11.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.XtraBars.v11.1">
<Reference Include="DevExpress.XtraBars.v13.1">
<Private>True</Private>
<HintPath>c:\Projects\Test_Examples\TestFolder\Dlls\11.1.4\DevExpress.XtraBars.v11.1.dll</HintPath>
</Reference>
<Reference Include="DevExpress.XtraEditors.v11.1">
<Reference Include="DevExpress.XtraEditors.v13.1">
<Private>True</Private>
<HintPath>c:\Projects\Test_Examples\TestFolder\Dlls\11.1.4\DevExpress.XtraEditors.v11.1.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down Expand Up @@ -95,4 +90,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 6daa10a

Please sign in to comment.