2016-07-18 13:07:08 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2016-07-18 13:07:08 +03:00
|
|
|
|
<PropertyGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
|
|
|
2016-07-18 15:58:32 +03:00
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
|
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2016-07-18 13:07:08 +03:00
|
|
|
|
</PropertyGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
|
2016-07-18 13:07:08 +03:00
|
|
|
|
<ItemGroup>
|
2025-03-03 20:34:51 +03:00
|
|
|
|
<ProjectReference Include="..\Errors\Errors.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Localization\Localization.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Yield\YieldHelpers\YieldHelpers.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ParserTools\ParserTools.csproj" />
|
2016-07-18 13:07:08 +03:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|