194 lines
9.6 KiB
XML
194 lines
9.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Project ToolsVersion="12.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>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{F5A44105-08E2-4602-8231-DAFDDC9A146E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Microsoft.AspNet.Razor</RootNamespace>
|
|
<AssemblyName>Microsoft.AspNet.Razor</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<BaseIntermediateOutputPath>obj/K</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\K</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;K10</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\K</OutputPath>
|
|
<DefineConstants>TRACE;K10</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CSharpRazorCodeLanguage.cs" />
|
|
<Compile Include="DocumentParseCompleteEventArgs.cs" />
|
|
<Compile Include="GeneratorResults.cs" />
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="ParserResults.cs" />
|
|
<Compile Include="PartialParseResult.cs" />
|
|
<Compile Include="RazorCodeLanguage.cs" />
|
|
<Compile Include="RazorDebugHelpers.cs" />
|
|
<Compile Include="RazorDirectiveAttribute.cs" />
|
|
<Compile Include="RazorEditorParser.cs" />
|
|
<Compile Include="RazorEngineHost.cs" />
|
|
<Compile Include="RazorTemplateEngine.cs" />
|
|
<Compile Include="StateMachine.cs" />
|
|
<Compile Include="VBRazorCodeLanguage.cs" />
|
|
<Compile Include="Common\CommonResources.Designer.cs" />
|
|
<Compile Include="Common\HashCodeCombiner.cs" />
|
|
<Compile Include="Editor\AutoCompleteEditHandler.cs" />
|
|
<Compile Include="Editor\BackgroundParser.cs" />
|
|
<Compile Include="Editor\EditorHints.cs" />
|
|
<Compile Include="Editor\EditResult.cs" />
|
|
<Compile Include="Editor\ImplicitExpressionEditHandler.cs" />
|
|
<Compile Include="Editor\RazorEditorTrace.cs" />
|
|
<Compile Include="Editor\SingleLineMarkupEditHandler.cs" />
|
|
<Compile Include="Editor\SpanEditHandler.cs" />
|
|
<Compile Include="Generator\AddImportCodeGenerator.cs" />
|
|
<Compile Include="Generator\AttributeBlockCodeGenerator.cs" />
|
|
<Compile Include="Generator\BaseCodeWriter.cs" />
|
|
<Compile Include="Generator\BlockCodeGenerator.cs" />
|
|
<Compile Include="Generator\CodeGenerationCompleteEventArgs.cs" />
|
|
<Compile Include="Generator\CodeGeneratorContext.cs" />
|
|
<Compile Include="Generator\CodeGeneratorPaddingHelper.cs" />
|
|
<Compile Include="Generator\CodeWriter.cs" />
|
|
<Compile Include="Generator\CodeWriterExtensions.cs" />
|
|
<Compile Include="Generator\CSharpCodeWriter.cs" />
|
|
<Compile Include="Generator\CSharpRazorCodeGenerator.cs" />
|
|
<Compile Include="Generator\DynamicAttributeBlockCodeGenerator.cs" />
|
|
<Compile Include="Generator\ExpressionCodeGenerator.cs" />
|
|
<Compile Include="Generator\ExpressionRenderingMode.cs" />
|
|
<Compile Include="Generator\GeneratedClassContext.cs" />
|
|
<Compile Include="Generator\GeneratedCodeMapping.cs" />
|
|
<Compile Include="Generator\HelperCodeGenerator.cs" />
|
|
<Compile Include="Generator\HybridCodeGenerator.cs" />
|
|
<Compile Include="Generator\IBlockCodeGenerator.cs" />
|
|
<Compile Include="Generator\ISpanCodeGenerator.cs" />
|
|
<Compile Include="Generator\LiteralAttributeCodeGenerator.cs" />
|
|
<Compile Include="Generator\MarkupCodeGenerator.cs" />
|
|
<Compile Include="Generator\RazorCodeGenerator.cs" />
|
|
<Compile Include="Generator\RazorCommentCodeGenerator.cs" />
|
|
<Compile Include="Generator\RazorDirectiveAttributeCodeGenerator.cs" />
|
|
<Compile Include="Generator\ResolveUrlCodeGenerator.cs" />
|
|
<Compile Include="Generator\SectionCodeGenerator.cs" />
|
|
<Compile Include="Generator\SetBaseTypeCodeGenerator.cs" />
|
|
<Compile Include="Generator\SetLayoutCodeGenerator.cs" />
|
|
<Compile Include="Generator\SetVBOptionCodeGenerator.cs" />
|
|
<Compile Include="Generator\SpanCodeGenerator.cs" />
|
|
<Compile Include="Generator\StatementCodeGenerator.cs" />
|
|
<Compile Include="Generator\TemplateBlockCodeGenerator.cs" />
|
|
<Compile Include="Generator\TypeMemberCodeGenerator.cs" />
|
|
<Compile Include="Generator\VBCodeWriter.cs" />
|
|
<Compile Include="Generator\VBRazorCodeGenerator.cs" />
|
|
<Compile Include="Parser\BalancingModes.cs" />
|
|
<Compile Include="Parser\CallbackVisitor.cs" />
|
|
<Compile Include="Parser\ConditionalAttributeCollapser.cs" />
|
|
<Compile Include="Parser\CSharpCodeParser.cs" />
|
|
<Compile Include="Parser\CSharpCodeParser.Directives.cs" />
|
|
<Compile Include="Parser\CSharpCodeParser.Statements.cs" />
|
|
<Compile Include="Parser\CSharpLanguageCharacteristics.cs" />
|
|
<Compile Include="Parser\HtmlLanguageCharacteristics.cs" />
|
|
<Compile Include="Parser\HtmlMarkupParser.Block.cs" />
|
|
<Compile Include="Parser\HtmlMarkupParser.cs" />
|
|
<Compile Include="Parser\HtmlMarkupParser.Document.cs" />
|
|
<Compile Include="Parser\HtmlMarkupParser.Section.cs" />
|
|
<Compile Include="Parser\ISyntaxTreeRewriter.cs" />
|
|
<Compile Include="Parser\LanguageCharacteristics.cs" />
|
|
<Compile Include="Parser\MarkupCollapser.cs" />
|
|
<Compile Include="Parser\MarkupRewriter.cs" />
|
|
<Compile Include="Parser\ParserBase.cs" />
|
|
<Compile Include="Parser\ParserContext.cs" />
|
|
<Compile Include="Parser\ParserHelpers.cs" />
|
|
<Compile Include="Parser\ParserVisitor.cs" />
|
|
<Compile Include="Parser\ParserVisitorExtensions.cs" />
|
|
<Compile Include="Parser\RazorParser.cs" />
|
|
<Compile Include="Parser\SyntaxConstants.cs" />
|
|
<Compile Include="Parser\TextReaderExtensions.cs" />
|
|
<Compile Include="Parser\TokenizerBackedParser.cs" />
|
|
<Compile Include="Parser\TokenizerBackedParser.Helpers.cs" />
|
|
<Compile Include="Parser\VBCodeParser.cs" />
|
|
<Compile Include="Parser\VBCodeParser.Directives.cs" />
|
|
<Compile Include="Parser\VBCodeParser.Statements.cs" />
|
|
<Compile Include="Parser\VBLanguageCharacteristics.cs" />
|
|
<Compile Include="Parser\WhitespaceRewriter.cs" />
|
|
<Compile Include="Parser\SyntaxTree\AcceptedCharacters.cs" />
|
|
<Compile Include="Parser\SyntaxTree\Block.cs" />
|
|
<Compile Include="Parser\SyntaxTree\BlockBuilder.cs" />
|
|
<Compile Include="Parser\SyntaxTree\BlockType.cs" />
|
|
<Compile Include="Parser\SyntaxTree\EquivalenceComparer.cs" />
|
|
<Compile Include="Parser\SyntaxTree\RazorError.cs" />
|
|
<Compile Include="Parser\SyntaxTree\Span.cs" />
|
|
<Compile Include="Parser\SyntaxTree\SpanBuilder.cs" />
|
|
<Compile Include="Parser\SyntaxTree\SpanKind.cs" />
|
|
<Compile Include="Parser\SyntaxTree\SyntaxTreeNode.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Resources\RazorResources.Designer.cs" />
|
|
<Compile Include="Text\BufferingTextReader.cs" />
|
|
<Compile Include="Text\ITextBuffer.cs" />
|
|
<Compile Include="Text\LineTrackingStringBuffer.cs" />
|
|
<Compile Include="Text\LocationTagged.cs" />
|
|
<Compile Include="Text\LookaheadTextReader.cs" />
|
|
<Compile Include="Text\LookaheadToken.cs" />
|
|
<Compile Include="Text\SeekableTextReader.cs" />
|
|
<Compile Include="Text\SourceLocation.cs" />
|
|
<Compile Include="Text\SourceLocationTracker.cs" />
|
|
<Compile Include="Text\TextBufferReader.cs" />
|
|
<Compile Include="Text\TextChange.cs" />
|
|
<Compile Include="Text\TextChangeType.cs" />
|
|
<Compile Include="Text\TextDocumentReader.cs" />
|
|
<Compile Include="Text\TextExtensions.cs" />
|
|
<Compile Include="Tokenizer\CSharpHelpers.cs" />
|
|
<Compile Include="Tokenizer\CSharpKeywordDetector.cs" />
|
|
<Compile Include="Tokenizer\CSharpTokenizer.cs" />
|
|
<Compile Include="Tokenizer\HtmlTokenizer.cs" />
|
|
<Compile Include="Tokenizer\ITokenizer.cs" />
|
|
<Compile Include="Tokenizer\Tokenizer.cs" />
|
|
<Compile Include="Tokenizer\TokenizerView.cs" />
|
|
<Compile Include="Tokenizer\VBHelpers.cs" />
|
|
<Compile Include="Tokenizer\VBKeywordDetector.cs" />
|
|
<Compile Include="Tokenizer\VBTokenizer.cs" />
|
|
<Compile Include="Tokenizer\XmlHelpers.cs" />
|
|
<Compile Include="Tokenizer\Symbols\CSharpKeyword.cs" />
|
|
<Compile Include="Tokenizer\Symbols\CSharpSymbol.cs" />
|
|
<Compile Include="Tokenizer\Symbols\CSharpSymbolType.cs" />
|
|
<Compile Include="Tokenizer\Symbols\HtmlSymbol.cs" />
|
|
<Compile Include="Tokenizer\Symbols\HtmlSymbolType.cs" />
|
|
<Compile Include="Tokenizer\Symbols\ISymbol.cs" />
|
|
<Compile Include="Tokenizer\Symbols\KnownSymbolType.cs" />
|
|
<Compile Include="Tokenizer\Symbols\SymbolBase.cs" />
|
|
<Compile Include="Tokenizer\Symbols\SymbolExtensions.cs" />
|
|
<Compile Include="Tokenizer\Symbols\SymbolTypeSuppressions.cs" />
|
|
<Compile Include="Tokenizer\Symbols\VBKeyword.cs" />
|
|
<Compile Include="Tokenizer\Symbols\VBSymbol.cs" />
|
|
<Compile Include="Tokenizer\Symbols\VBSymbolType.cs" />
|
|
<Compile Include="Utils\CharUtils.cs" />
|
|
<Compile Include="Utils\DisposableAction.cs" />
|
|
<Compile Include="Utils\EnumeratorExtensions.cs" />
|
|
<Compile Include="Utils\EnumUtil.cs" />
|
|
<Content Include="project.json"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
|
|
</ItemGroup>
|
|
<Import Project="..\..\packages\ProjectK.0.0.1-pre-30121-096\Framework\K\v1.0\ProjectK.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> |