Skip to content
This repository has been archived by the owner on Mar 11, 2024. 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 May 15, 2018
1 parent 47fe428 commit 3902026
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
@@ -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>
<SchemaVersion>2.0</SchemaVersion>
Expand Down Expand Up @@ -149,4 +149,4 @@
<Message Text="Cleaning Output dir ($([System.IO.Path]::GetFullPath('$(OutputPath)')))..." Importance="high" />
<RemoveDir Directories="$([System.IO.Path]::GetFullPath('$(OutputPath)'))" />
</Target>
</Project>
</Project>
4 changes: 2 additions & 2 deletions CS/ServerSide/ServerSide.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -203,4 +203,4 @@
</Target>
<Target Name="AfterBuild">
</Target> -->
</Project>
</Project>
@@ -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>
<SchemaVersion>2.0</SchemaVersion>
Expand Down Expand Up @@ -149,4 +149,4 @@
<Message Text="Cleaning Output dir ($([System.IO.Path]::GetFullPath('$(OutputPath)')))..." Importance="high" />
<RemoveDir Directories="$([System.IO.Path]::GetFullPath('$(OutputPath)'))" />
</Target>
</Project>
</Project>
4 changes: 2 additions & 2 deletions VB/ServerSide/ServerSide.vbproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -218,4 +218,4 @@
</Target>
<Target Name="AfterBuild">
</Target> -->
</Project>
</Project>

0 comments on commit 3902026

Please sign in to comment.