2023-05-31 14:04:04 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-05-31 14:04:04 +03:00
|
|
|
|
<PropertyGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
|
|
|
2024-05-25 12:26:32 +03:00
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
|
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2023-05-31 14:04:04 +03:00
|
|
|
|
</PropertyGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
|
2023-05-31 14:04:04 +03:00
|
|
|
|
<ItemGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<ProjectReference Include="..\SemanticTree\SemanticTree.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj"/>
|
|
|
|
|
|
<ProjectReference Include="..\SyntaxVisitors\SyntaxVisitors.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\TreeConverter\TreeConverter.csproj" />
|
2023-05-31 14:04:04 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|