mirror of
https://github.com/Smaug123/WoofWare.PrattParser
synced 2025-10-11 20:28:40 +00:00
Initial WIP commit
This commit is contained in:
22
PrattParser.sln
Normal file
22
PrattParser.sln
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PrattParser", "PrattParser\PrattParser.fsproj", "{C8FBFA6B-2195-4350-BD05-709476A278D9}"
|
||||
EndProject
|
||||
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "PrattParser.Test", "PrattParser.Test\PrattParser.Test.fsproj", "{7317F801-6AB2-4C33-B6B2-DCB006880B42}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{C8FBFA6B-2195-4350-BD05-709476A278D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C8FBFA6B-2195-4350-BD05-709476A278D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C8FBFA6B-2195-4350-BD05-709476A278D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C8FBFA6B-2195-4350-BD05-709476A278D9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7317F801-6AB2-4C33-B6B2-DCB006880B42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7317F801-6AB2-4C33-B6B2-DCB006880B42}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7317F801-6AB2-4C33-B6B2-DCB006880B42}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7317F801-6AB2-4C33-B6B2-DCB006880B42}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Reference in New Issue
Block a user