Skip to content

Commit

Permalink
- upgrade to .net 45
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Oct 2, 2017
1 parent 6fca902 commit f1a9ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified 3rdParty/ICSharpCode.SharpZipLib.dll
Binary file not shown.
Binary file modified 3rdParty/SBWCSharp.dll
Binary file not shown.
6 changes: 4 additions & 2 deletions LibCombine/LibCombine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LibCombine</RootNamespace>
<AssemblyName>LibCombine</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -21,6 +21,7 @@
<DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -29,9 +30,10 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="ICSharpCode.SharpZipLib">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\3rdParty\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
Expand Down

0 comments on commit f1a9ad3

Please sign in to comment.