25 lines
1.3 KiB
XML
25 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net40</TargetFramework>
|
||||
|
||||
<RootNamespace>Languages.SPython</RootNamespace>
|
||||
|
||||
<OutputPath>..\..\..\bin\</OutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\LambdaAnySynToSemConverter\LambdaAnySynToSemConverter.csproj" />
|
||||
<ProjectReference Include="..\..\..\LanguageIntegrator\LanguageIntegrator.csproj" />
|
||||
<ProjectReference Include="..\..\..\Localization\Localization.csproj" />
|
||||
<ProjectReference Include="..\..\..\ParserTools\ParserTools.csproj" />
|
||||
<ProjectReference Include="..\..\..\SyntaxTree\SyntaxTree.csproj" />
|
||||
<ProjectReference Include="..\..\..\SyntaxVisitors\SyntaxVisitors.csproj" />
|
||||
<ProjectReference Include="..\..\..\TreeConverter\TreeConverter.csproj" />
|
||||
<ProjectReference Include="..\SemanticAnalyzers\SPythonSyntaxTreeVisitor\SPythonSyntaxTreeVisitor.csproj" />
|
||||
<ProjectReference Include="..\SPythonParserKrylovMovchan\SPythonParser.csproj" />
|
||||
<ProjectReference Include="..\SyntaxTreeConverters\SPythonStandardTreeConverter\SPythonStandardTreeConverter.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|