Skip to content

Commit

Permalink
General Update to XSharp 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fforay committed Sep 16, 2020
1 parent a5bb9d2 commit 639bf85
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions FabTools/FabCtrl/FabCtrl.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>Vulcan</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -161,7 +161,7 @@
<ItemGroup>
<NativeResource Include="Resources\HyperLink.CURSOR_HAND.rc" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent />
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabOutlookBar/FabOutlookBar.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>29651908-b583-4e70-86d5-ce27f3a095c1</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -83,7 +83,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabPaintLib/FabPaintLib.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>VO</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -160,7 +160,7 @@
<Folder Include="FreeImage" />
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent />
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabPaintLib_Control/FabPaintLib_Control.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>VO</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -166,7 +166,7 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent />
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabPaintLib_Test/FabPaintLib_Test.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>Vulcan</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -267,7 +267,7 @@
<Folder Include="Properties\" />
<Folder Include="Resources\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent />
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabSplitShellLib/FabSplitShellLib.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>4917d936-b6e8-440a-9ce7-6411b6e7488e</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -89,7 +89,7 @@
<Prefer32Bit>False</Prefer32Bit>
<RegisterForComInterop>False</RegisterForComInterop>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabSplitShellTest/FabSplitShellTest.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>{5ed9239d-dbb3-4ab8-8d19-cef010154e54}</ProjectGuid>
<OutputType>WinExe</OutputType>
Expand Down Expand Up @@ -86,7 +86,7 @@
<Prefer32Bit>True</Prefer32Bit>
<RegisterForComInterop>False</RegisterForComInterop>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabTools/FabTools.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>d2a10849-0553-4ad0-9b7f-cec2a03b79d5</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -89,7 +89,7 @@
<Prefer32Bit>False</Prefer32Bit>
<RegisterForComInterop>False</RegisterForComInterop>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabToolsTest/FabToolsTest.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>210dbe32-b8b3-4a5f-946f-3d15a9691bb5</ProjectGuid>
<OutputType>Exe</OutputType>
Expand Down Expand Up @@ -51,7 +51,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabTwain/FabTwain.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>2720b640-4614-42eb-b6a2-c5eb10558ee3</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -78,7 +78,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabTwainTest/FabTwainTest.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>{2606f8fb-5100-4c96-a31c-1cc99f5439a8}</ProjectGuid>
<OutputType>WinExe</OutputType>
Expand Down Expand Up @@ -86,7 +86,7 @@
<Prefer32Bit>True</Prefer32Bit>
<RegisterForComInterop>False</RegisterForComInterop>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabZip/FabZip.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>Vulcan</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -127,7 +127,7 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent>
</PreBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabZipVo/FabZipVo.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<ProjectGuid>4dd08a41-2945-4ddd-9821-4bf8a301fa9b</ProjectGuid>
<OutputType>Library</OutputType>
Expand Down Expand Up @@ -57,7 +57,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<ItemGroup>
<Reference Include="DotNetZip, Version=1.13.6.0, Culture=neutral, PublicKeyToken=6583c7c814667745">
<Name>DotNetZip</Name>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/FabZip_Test/FabZip_Test.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>Vulcan</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -133,7 +133,7 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent>
</PreBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/Fab_Zip_1_52j_Test/Fab_Zip_1_52j_Test.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>Vulcan</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -279,7 +279,7 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent />
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/NewZipApp/NewZipApp.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>Vulcan</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -159,7 +159,7 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent>
</PreBuildEvent>
Expand Down
6 changes: 3 additions & 3 deletions FabTools/XSPaintLib_Test/XSPaintLib_Test.xsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
<PropertyGroup>
<Dialect>Vulcan</Dialect>
<PlatformTarget>x86</PlatformTarget>
Expand Down Expand Up @@ -154,7 +154,7 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent>
</PreBuildEvent>
Expand Down

0 comments on commit 639bf85

Please sign in to comment.