- Pchp.Syntax
- Microsoft.CodeAnalysis
This commit is contained in:
Jakub Míšek 2016-02-07 17:09:26 +01:00
Родитель 637943c615
Коммит 8223ee45c8
6 изменённых файлов: 181 добавлений и 0 удалений

Просмотреть файл

@ -3,8 +3,81 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{0E870B29-09DB-43B4-A1DE-B0754EBED941}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedCollections", "roslyn\src\Compilers\Core\SharedCollections\SharedCollections.shproj", "{C1930979-C824-496B-A630-70F5369A636F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeAnalysis", "roslyn\src\Compilers\Core\Portable\CodeAnalysis.csproj", "{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syntax", "src\Compiler\Syntax\Syntax.csproj", "{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
roslyn\src\Compilers\Core\SharedCollections\SharedCollections.projitems*{1ee8cad3-55f9-4d91-96b2-084641da9a6c}*SharedItemsImports = 4
roslyn\src\Compilers\Core\AnalyzerDriver\AnalyzerDriver.projitems*{1ee8cad3-55f9-4d91-96b2-084641da9a6c}*SharedItemsImports = 4
roslyn\src\Compilers\Core\SharedCollections\SharedCollections.projitems*{3775018b-7f9f-4cb1-8b0a-18cfb589a54b}*SharedItemsImports = 4
roslyn\src\Compilers\Core\SharedCollections\SharedCollections.projitems*{c1930979-c824-496b-a630-70f5369a636f}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|ARM.ActiveCfg = Debug|ARM
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|ARM.Build.0 = Debug|ARM
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|x64.ActiveCfg = Debug|x64
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|x64.Build.0 = Debug|x64
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|x86.ActiveCfg = Debug|x86
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Debug|x86.Build.0 = Debug|x86
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|ARM.ActiveCfg = Release|ARM
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|ARM.Build.0 = Release|ARM
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|x64.ActiveCfg = Release|x64
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|x64.Build.0 = Release|x64
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|x86.ActiveCfg = Release|x86
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C}.Release|x86.Build.0 = Release|x86
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|ARM.Build.0 = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|x64.ActiveCfg = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|x64.Build.0 = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|x86.ActiveCfg = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Debug|x86.Build.0 = Debug|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|Any CPU.Build.0 = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|ARM.ActiveCfg = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|ARM.Build.0 = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|x64.ActiveCfg = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|x64.Build.0 = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|x86.ActiveCfg = Release|Any CPU
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C1930979-C824-496B-A630-70F5369A636F} = {0E870B29-09DB-43B4-A1DE-B0754EBED941}
{1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} = {0E870B29-09DB-43B4-A1DE-B0754EBED941}
{3775018B-7F9F-4CB1-8B0A-18CFB589A54B} = {0E870B29-09DB-43B4-A1DE-B0754EBED941}
EndGlobalSection
EndGlobal

5
docs/readme.md Normal file
Просмотреть файл

@ -0,0 +1,5 @@
# Peachpie Compiler
http://www.peachpie.io
## Documentation Placeholder

Просмотреть файл

@ -0,0 +1,30 @@
using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Peachpie Syntax")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Peachpie Syntax")]
[assembly: AssemblyCopyright("Copyright © Peachpie 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

Просмотреть файл

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3775018B-7F9F-4CB1-8B0A-18CFB589A54B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Pchp.Syntax</RootNamespace>
<AssemblyName>Pchp.Syntax</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<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>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<ProjectReference Include="..\..\..\roslyn\src\Compilers\Core\Portable\CodeAnalysis.csproj">
<Project>{1ee8cad3-55f9-4d91-96b2-084641da9a6c}</Project>
<Name>CodeAnalysis</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\System.Collections.Immutable.1.1.37\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\..\..\roslyn\src\Compilers\Core\SharedCollections\SharedCollections.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

Просмотреть файл

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="System.Collections.Immutable" version="1.1.37" targetFramework="portable45-net45+win8" />
</packages>

5
src/readme.md Normal file
Просмотреть файл

@ -0,0 +1,5 @@
# Peachpie Compiler
http://www.peachpie.io
## Source Code