pascalabcnet/SyntaxTree/SyntaxTree.csproj

24 lines
720 B
XML
Raw Normal View History

2015-05-14 22:35:07 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
2015-05-14 22:35:07 +03:00
<PropertyGroup>
<TargetFramework>net40</TargetFramework>
2015-05-14 22:35:07 +03:00
<OutputPath>..\bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2015-05-14 22:35:07 +03:00
</PropertyGroup>
2015-05-14 22:35:07 +03:00
<ItemGroup>
<Compile Include="..\Configuration\GlobalAssemblyInfo.cs">
<Link>Config\GlobalAssemblyInfo.cs</Link>
2015-05-14 22:35:07 +03:00
</Compile>
<Compile Remove="tree\HierarchyVisitor.cs" />
2015-05-14 22:35:07 +03:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StringConstants\StringConstants.csproj" />
</ItemGroup>
2015-05-14 22:35:07 +03:00
</Project>