* converting project files into sdk style * new build commands * adding new dll into nsis * removing unused .cs files
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net40</TargetFramework>
|
|
|
|
<RootNamespace>Languages.Pascal.Frontend</RootNamespace>
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AssemblyName>PascalABCParser</AssemblyName>
|
|
|
|
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Errors\Errors.csproj" />
|
|
<ProjectReference Include="..\..\LanguageIntegrator\LanguageIntegrator.csproj" />
|
|
<ProjectReference Include="..\..\Localization\Localization.csproj" />
|
|
<ProjectReference Include="..\..\ParserTools\ParserTools.csproj" />
|
|
<ProjectReference Include="..\..\StringConstants\StringConstants.csproj" />
|
|
<ProjectReference Include="..\..\SyntaxTree\SyntaxTree.csproj" />
|
|
<ProjectReference Include="..\..\SyntaxVisitors\SyntaxVisitors.csproj" />
|
|
</ItemGroup>
|
|
</Project> |