xamarin-macios/tools/install-source/install-source.csproj

31 строка
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<OutputPath>.</OutputPath>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B24B2169-6243-4F98-B38C-69F03655CF1B}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>installsource</RootNamespace>
<AssemblyName>install-source</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Options" Version="5.3.0.1" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="Mono.Cecil" Version="0.10.3" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="IPathMangler.cs" />
<Compile Include="MonoPathMangler.cs" />
<Compile Include="OpenTKSourceMangler.cs" />
<Compile Include="PathManglerFactory.cs" />
<Compile Include="XamarinSourcesPathMangler.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>