pascalabcnet/pabcnetc_clear/PABCNETCclear.csproj

29 lines
946 B
XML
Raw Normal View History

2015-05-14 22:35:07 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
2015-05-14 22:35:07 +03:00
<PropertyGroup>
<TargetFramework>net40</TargetFramework>
2015-05-14 22:35:07 +03:00
<OutputType>Exe</OutputType>
<RootNamespace>PascalABCCompiler</RootNamespace>
<ApplicationIcon>App.ico</ApplicationIcon>
2015-05-14 22:35:07 +03:00
<OutputPath>..\bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyName>pabcnetcclear</AssemblyName>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Deterministic>false</Deterministic>
2015-05-14 22:35:07 +03:00
</PropertyGroup>
<ItemGroup>
<None Remove="App.ico" />
2015-05-14 22:35:07 +03:00
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
</ItemGroup>
2015-05-14 22:35:07 +03:00
<ItemGroup>
<ProjectReference Include="..\Compiler\Compiler.csproj" />
<ProjectReference Include="..\CoreUtils\PABCCoreUtils.csproj" />
<ProjectReference Include="..\LanguageIntegrator\LanguageIntegrator.csproj" />
2015-05-14 22:35:07 +03:00
</ItemGroup>
</Project>