Skip to content

Instantly share code, notes, and snippets.

@mhutch
Last active June 25, 2023 15:56
Show Gist options
  • Save mhutch/075c97186d3f709bbc79213c68a46b7e to your computer and use it in GitHub Desktop.
Save mhutch/075c97186d3f709bbc79213c68a46b7e to your computer and use it in GitHub Desktop.
Xamarin.IoT.Templates.nuproj
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{5767758E-3C2D-435D-9FE4-7D2B9FC27B4E}</ProjectGuid>
<Description>Xamarin.IoT Template Pack for Microsoft Template Engine</Description>
<PackageId>Xamarin.IoT.ProjectTemplates.1.x</PackageId>
<PackageVersion>1.0.0</PackageVersion>
<Authors>Xamarin</Authors>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<Copyright>Microsoft Corp.</Copyright>
<PackageProjectUrl>https://www.xamarin.com/</PackageProjectUrl>
<PackageLicenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</PackageLicenseUrl>
<OutputPath>bin\$(Configuration)</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.Build.Packaging" Version="0.1.*" />
<PackageFile Include="content\**\*" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.Common.targets" />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment