Skip to content

Commit

Permalink
Use PCL build targets to make it .NET Core compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsabby committed May 18, 2016
1 parent 63f1272 commit bf17ef7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LLVMSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<OutputType>Library</OutputType>
<RootNamespace>LLVMSharp</RootNamespace>
<AssemblyName>LLVMSharp</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -29,7 +31,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="Conversions.cs" />
Expand All @@ -47,5 +48,5 @@
<Compile Include="Overloads.cs" />
<Compile Include="LLVMValueRef.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
</Project>

0 comments on commit bf17ef7

Please sign in to comment.