Skip to content

Instantly share code, notes, and snippets.

@dansiegel
Created April 26, 2018 17:05
Show Gist options
  • Save dansiegel/4465963f1972f5b159488c14a46161e3 to your computer and use it in GitHub Desktop.
Save dansiegel/4465963f1972f5b159488c14a46161e3 to your computer and use it in GitHub Desktop.
Contoso.iOS.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9F0236FA-9A36-40CB-924F-4CA379E05CE1}</ProjectGuid>
<ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>Contoso.iOS</RootNamespace>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AssemblyName>Contoso.iOS</AssemblyName>
<NuGetPackageImportStamp></NuGetPackageImportStamp>
<AutomaticVersionBehavior>PreferBuildNumber</AutomaticVersionBehavior>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment