comparison Source/BLToolkit.Data.4.csproj @ 8:a34cfdde80d6

removed strong signing added FrameworkPathOverride for linux builds
author cin
date Wed, 29 Nov 2017 12:43:52 +0300
parents 79a04c6442bf
children
comparison
equal deleted inserted replaced
7:99cd4f3947d8 8:a34cfdde80d6
13 <OldToolsVersion>3.5</OldToolsVersion> 13 <OldToolsVersion>3.5</OldToolsVersion>
14 <UpgradeBackupLocation> 14 <UpgradeBackupLocation>
15 </UpgradeBackupLocation> 15 </UpgradeBackupLocation>
16 <IsWebBootstrapper>false</IsWebBootstrapper> 16 <IsWebBootstrapper>false</IsWebBootstrapper>
17 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 17 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
18 <SignAssembly>true</SignAssembly> 18 <SignAssembly>false</SignAssembly>
19 <AssemblyOriginatorKeyFile>BLToolkit.snk</AssemblyOriginatorKeyFile> 19 <AssemblyOriginatorKeyFile>BLToolkit.snk</AssemblyOriginatorKeyFile>
20 <PublishUrl>publish\</PublishUrl> 20 <PublishUrl>publish\</PublishUrl>
21 <Install>true</Install> 21 <Install>true</Install>
22 <InstallFrom>Disk</InstallFrom> 22 <InstallFrom>Disk</InstallFrom>
23 <UpdateEnabled>false</UpdateEnabled> 23 <UpdateEnabled>false</UpdateEnabled>
29 <MapFileExtensions>true</MapFileExtensions> 29 <MapFileExtensions>true</MapFileExtensions>
30 <ApplicationRevision>0</ApplicationRevision> 30 <ApplicationRevision>0</ApplicationRevision>
31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32 <UseApplicationTrust>false</UseApplicationTrust> 32 <UseApplicationTrust>false</UseApplicationTrust>
33 <BootstrapperEnabled>true</BootstrapperEnabled> 33 <BootstrapperEnabled>true</BootstrapperEnabled>
34 <!-- dotnet crossbuild hack with mono -->
35 <FrameworkPathOverride Condition="'$(MSBuildRuntimeType)'=='Core' and '$(OSTYPE)'=='linux'">/usr/lib/mono/4.5/</FrameworkPathOverride>
34 <TargetFrameworkProfile> 36 <TargetFrameworkProfile>
35 </TargetFrameworkProfile> 37 </TargetFrameworkProfile>
36 </PropertyGroup> 38 </PropertyGroup>
37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
38 <DebugSymbols>true</DebugSymbols> 40 <DebugSymbols>true</DebugSymbols>