<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(ToolsetTargetFramework)</TargetFramework>
<OutputType>Exe</OutputType>
<CanRunTestAsTool>false</CanRunTestAsTool>
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Cli\dotnet\dotnet.csproj" />
<ProjectReference Include="..\Microsoft.NET.TestFramework\Microsoft.NET.TestFramework.csproj" />
<ProjectReference Include="..\ArgumentsReflector\ArgumentsReflector.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="reflector_cmd.cmd"
CopyToOutputDirectory="PreserveNewest"
CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>
</Project>
|