pascalabcnet/Yield/YieldConversionSyntax/YieldConversionSyntax.csproj

19 lines
727 B
XML
Raw Normal View History

2016-05-19 02:14:06 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
2016-05-19 02:14:06 +03:00
<PropertyGroup>
<TargetFramework>net40</TargetFramework>
2016-06-24 22:16:50 +03:00
<OutputPath>..\..\bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Deterministic>false</Deterministic>
2016-05-19 02:14:06 +03:00
</PropertyGroup>
2016-05-19 02:14:06 +03:00
<ItemGroup>
<ProjectReference Include="..\..\Errors\Errors.csproj" />
<ProjectReference Include="..\..\SyntaxTreeConverters\SyntaxTreeConverters.csproj" />
<ProjectReference Include="..\..\SyntaxTree\SyntaxTree.csproj" />
<ProjectReference Include="..\..\SyntaxVisitors\SyntaxVisitors.csproj" />
2016-05-19 02:14:06 +03:00
</ItemGroup>
</Project>