-
-
Save rodrigotristany/85660e334a5d65e1f2969f29c8f0a530 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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