Skip to content

Instantly share code, notes, and snippets.

@rodrigotristany
Created October 23, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigotristany/85660e334a5d65e1f2969f29c8f0a530 to your computer and use it in GitHub Desktop.
Save rodrigotristany/85660e334a5d65e1f2969f29c8f0a530 to your computer and use it in GitHub Desktop.
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<None Include="Entitlements.plist" />
<Compile Include="Properties\AssemblyInfo.cs" />
<None Include="Info.plist" Condition=" '$(Configuration)' == 'Release' Or '$(Configuration)' == 'Debug'">
<LogicalName>Info.plist</LogicalName>
</None>
<None Include="Info-qa.plist" Condition=" '$(Configuration)' == 'ReleaseQa' Or '$(Configuration)' == 'DebugQa'">
<LogicalName>Info.plist</LogicalName>
</None>
<None Include="Info-prod.plist" Condition=" '$(Configuration)' == 'ReleaseProd' Or '$(Configuration)' == 'DebugProd'">
<LogicalName>Info.plist</LogicalName>
</None>
</ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment