Skip to content

Commit 639bf85

Browse files
committed
General Update to XSharp 2.6
1 parent a5bb9d2 commit 639bf85

File tree

17 files changed

+51
-51
lines changed

17 files changed

+51
-51
lines changed

FabTools/FabCtrl/FabCtrl.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<Dialect>Vulcan</Dialect>
66
<PlatformTarget>x86</PlatformTarget>
@@ -161,7 +161,7 @@
161161
<ItemGroup>
162162
<NativeResource Include="Resources\HyperLink.CURSOR_HAND.rc" />
163163
</ItemGroup>
164-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
164+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
165165
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
166166
<PreBuildEvent />
167167
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>

FabTools/FabOutlookBar/FabOutlookBar.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<ProjectGuid>29651908-b583-4e70-86d5-ce27f3a095c1</ProjectGuid>
66
<OutputType>Library</OutputType>
@@ -83,7 +83,7 @@
8383
<ErrorReport>prompt</ErrorReport>
8484
<WarningLevel>4</WarningLevel>
8585
</PropertyGroup>
86-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
86+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
8787
<ItemGroup>
8888
<Reference Include="mscorlib" />
8989
<Reference Include="System" />

FabTools/FabPaintLib/FabPaintLib.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<Dialect>VO</Dialect>
66
<PlatformTarget>x86</PlatformTarget>
@@ -160,7 +160,7 @@
160160
<Folder Include="FreeImage" />
161161
<Folder Include="Properties\" />
162162
</ItemGroup>
163-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
163+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
164164
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
165165
<PreBuildEvent />
166166
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>

FabTools/FabPaintLib_Control/FabPaintLib_Control.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<Dialect>VO</Dialect>
66
<PlatformTarget>x86</PlatformTarget>
@@ -166,7 +166,7 @@
166166
<Private>True</Private>
167167
</ProjectReference>
168168
</ItemGroup>
169-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
169+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
170170
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
171171
<PreBuildEvent />
172172
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>

FabTools/FabPaintLib_Test/FabPaintLib_Test.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<Dialect>Vulcan</Dialect>
66
<PlatformTarget>x86</PlatformTarget>
@@ -267,7 +267,7 @@
267267
<Folder Include="Properties\" />
268268
<Folder Include="Resources\" />
269269
</ItemGroup>
270-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
270+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
271271
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
272272
<PreBuildEvent />
273273
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>

FabTools/FabSplitShellLib/FabSplitShellLib.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<ProjectGuid>4917d936-b6e8-440a-9ce7-6411b6e7488e</ProjectGuid>
66
<OutputType>Library</OutputType>
@@ -89,7 +89,7 @@
8989
<Prefer32Bit>False</Prefer32Bit>
9090
<RegisterForComInterop>False</RegisterForComInterop>
9191
</PropertyGroup>
92-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
92+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
9393
<ItemGroup>
9494
<Reference Include="mscorlib" />
9595
<Reference Include="System" />

FabTools/FabSplitShellTest/FabSplitShellTest.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<ProjectGuid>{5ed9239d-dbb3-4ab8-8d19-cef010154e54}</ProjectGuid>
66
<OutputType>WinExe</OutputType>
@@ -86,7 +86,7 @@
8686
<Prefer32Bit>True</Prefer32Bit>
8787
<RegisterForComInterop>False</RegisterForComInterop>
8888
</PropertyGroup>
89-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
89+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
9090
<ItemGroup>
9191
<Reference Include="mscorlib" />
9292
<Reference Include="System" />

FabTools/FabTools/FabTools.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<ProjectGuid>d2a10849-0553-4ad0-9b7f-cec2a03b79d5</ProjectGuid>
66
<OutputType>Library</OutputType>
@@ -89,7 +89,7 @@
8989
<Prefer32Bit>False</Prefer32Bit>
9090
<RegisterForComInterop>False</RegisterForComInterop>
9191
</PropertyGroup>
92-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
92+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
9393
<ItemGroup>
9494
<Reference Include="mscorlib" />
9595
<Reference Include="System" />

FabTools/FabToolsTest/FabToolsTest.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<ProjectGuid>210dbe32-b8b3-4a5f-946f-3d15a9691bb5</ProjectGuid>
66
<OutputType>Exe</OutputType>
@@ -51,7 +51,7 @@
5151
<ErrorReport>prompt</ErrorReport>
5252
<WarningLevel>4</WarningLevel>
5353
</PropertyGroup>
54-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
54+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
5555
<ItemGroup>
5656
<Reference Include="mscorlib" />
5757
<Reference Include="System" />

FabTools/FabTwain/FabTwain.xsproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.Default.props" />
3+
<Import Project="$(XSharpMsBuildDir)\XSharp.Default.props" />
44
<PropertyGroup>
55
<ProjectGuid>2720b640-4614-42eb-b6a2-c5eb10558ee3</ProjectGuid>
66
<OutputType>Library</OutputType>
@@ -78,7 +78,7 @@
7878
<ErrorReport>prompt</ErrorReport>
7979
<WarningLevel>4</WarningLevel>
8080
</PropertyGroup>
81-
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
81+
<Import Project="$(XSharpMsBuildDir)\XSharp.targets" />
8282
<ItemGroup>
8383
<Reference Include="mscorlib" />
8484
<Reference Include="System" />

0 commit comments

Comments
 (0)