49 lines
2.4 KiB
XML
49 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>314e9ad6-2ffc-4a92-a8ad-510658c64f1e</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="project.json" />
|
|
<Content Include="Resources.resx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AttributeValue.cs" />
|
|
<Compile Include="Compilation\CompilationFailedException.cs" />
|
|
<Compile Include="Compilation\CompilationMessage.cs" />
|
|
<Compile Include="Compilation\CompilationResult.cs" />
|
|
<Compile Include="Compilation\CompilerCache.cs" />
|
|
<Compile Include="Compilation\ICompilationService.cs" />
|
|
<Compile Include="Compilation\RoslynCompilationService.cs" />
|
|
<Compile Include="Extensions\DictionaryExtensions.cs" />
|
|
<Compile Include="IRazorPage.cs" />
|
|
<Compile Include="VirtualPathRazorPageFactory.cs" />
|
|
<Compile Include="HelperResult.cs" />
|
|
<Compile Include="IRazorPageActivator.cs" />
|
|
<Compile Include="IRazorPageFactory.cs" />
|
|
<Compile Include="PositionTagged.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs" />
|
|
<Compile Include="RazorPage.cs" />
|
|
<Compile Include="RazorPageOfT.cs" />
|
|
<Compile Include="RazorView.cs" />
|
|
<Compile Include="RazorPageActivator.cs" />
|
|
<Compile Include="RazorViewEngine.cs" />
|
|
<Compile Include="Razor\IRazorCompilationService.cs" />
|
|
<Compile Include="Razor\RazorCompilationService.cs" />
|
|
<Compile Include="Services\IRoslynMetadataReference.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |