Skip to content

Commit

Permalink
Include FParsec source code and target netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Aug 28, 2020
1 parent e84c06c commit fdb4e9d
Show file tree
Hide file tree
Showing 42 changed files with 20,885 additions and 13 deletions.
32 changes: 31 additions & 1 deletion NpgsqlFSharpAnalyzer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NpgsqlFSharpVs", "src\Npgsq
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "NpgsqlFSharpAnalyzer.Core", "src\NpgsqlFSharpAnalyzer.Core\NpgsqlFSharpAnalyzer.Core.fsproj", "{5964BB56-97B8-4FAE-9933-8113DB11438D}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "NpgsqlFSharpParser", "src\NpgsqlFSharpParser\NpgsqlFSharpParser.fsproj", "{BC524F8E-6282-4E31-9A0E-29FCE38832E7}"
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "NpgsqlFSharpParser", "src\NpgsqlFSharpParser\NpgsqlFSharpParser.fsproj", "{BC524F8E-6282-4E31-9A0E-29FCE38832E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FParsecCS", "src\FParsecCS\FParsecCS.csproj", "{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FParsec", "src\FParsec\FParsec.fsproj", "{9C8E7641-9DC8-470C-8009-71A747C01DC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -117,6 +121,30 @@ Global
{BC524F8E-6282-4E31-9A0E-29FCE38832E7}.Release|x64.Build.0 = Release|Any CPU
{BC524F8E-6282-4E31-9A0E-29FCE38832E7}.Release|x86.ActiveCfg = Release|Any CPU
{BC524F8E-6282-4E31-9A0E-29FCE38832E7}.Release|x86.Build.0 = Release|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Debug|x64.ActiveCfg = Debug|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Debug|x64.Build.0 = Debug|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Debug|x86.Build.0 = Debug|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Release|Any CPU.Build.0 = Release|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Release|x64.ActiveCfg = Release|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Release|x64.Build.0 = Release|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Release|x86.ActiveCfg = Release|Any CPU
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B}.Release|x86.Build.0 = Release|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Debug|x64.ActiveCfg = Debug|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Debug|x64.Build.0 = Debug|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Debug|x86.ActiveCfg = Debug|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Debug|x86.Build.0 = Debug|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Release|x64.ActiveCfg = Release|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Release|x64.Build.0 = Release|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Release|x86.ActiveCfg = Release|Any CPU
{9C8E7641-9DC8-470C-8009-71A747C01DC5}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -129,6 +157,8 @@ Global
{37577282-1289-40DB-AD3D-24499BD09DAE} = {C397A34C-84F1-49E7-AEBC-2F9F2B196216}
{5964BB56-97B8-4FAE-9933-8113DB11438D} = {C397A34C-84F1-49E7-AEBC-2F9F2B196216}
{BC524F8E-6282-4E31-9A0E-29FCE38832E7} = {C397A34C-84F1-49E7-AEBC-2F9F2B196216}
{C5EB813F-4278-4EE7-925B-6757BAD0FE9B} = {C397A34C-84F1-49E7-AEBC-2F9F2B196216}
{9C8E7641-9DC8-470C-8009-71A747C01DC5} = {C397A34C-84F1-49E7-AEBC-2F9F2B196216}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC821061-2FB3-4ABD-9FA1-044D4C59C475}
Expand Down
14 changes: 14 additions & 0 deletions src/FParsec/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
namespace FParsec

open System.Reflection
open System.Runtime.CompilerServices
open System.Runtime.InteropServices

[<assembly: ComVisible(false)>]

#if LOW_TRUST
[<assembly: System.Security.AllowPartiallyTrustedCallers>]
[<assembly: System.Security.SecurityTransparent>]
#endif
[<assembly: InternalsVisibleTo(FParsec.CommonAssemblyInfo.TestAssemblyName + FParsec.CommonAssemblyInfo.StrongNamePublicKey)>]
do ()
Loading

0 comments on commit fdb4e9d

Please sign in to comment.