27 lines
1 KiB
XML
27 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\Configuration\GlobalAssemblyInfo.cs">
|
|
<Link>Config\GlobalAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CompilerTools\CompilerTools.csproj" />
|
|
<ProjectReference Include="..\Errors\Errors.csproj" />
|
|
<ProjectReference Include="..\Localization\Localization.csproj" />
|
|
<ProjectReference Include="..\SemanticTree\SemanticTree.csproj" />
|
|
<ProjectReference Include="..\StringConstants\StringConstants.csproj" />
|
|
<ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj" />
|
|
<ProjectReference Include="..\CoreUtils\PABCCoreUtils.csproj" />
|
|
</ItemGroup>
|
|
</Project> |