mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-16 05:18:41 +00:00
Xamarin settings
Compiles just fine for Mono / .NET 4.0
This commit is contained in:
parent
53e046fd7f
commit
677ec99256
2 changed files with 9 additions and 2 deletions
|
@ -47,11 +47,10 @@
|
|||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<UseVSHostingProcess>false</UseVSHostingProcess>
|
||||
<LangVersion>6</LangVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
|
||||
|
|
8
PKHeX.userprefs
Normal file
8
PKHeX.userprefs
Normal file
|
@ -0,0 +1,8 @@
|
|||
<Properties StartupItem="PKHeX.csproj">
|
||||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug|x86" />
|
||||
<MonoDevelop.Ide.Workbench />
|
||||
<MonoDevelop.Ide.DebuggingService.Breakpoints>
|
||||
<BreakpointStore />
|
||||
</MonoDevelop.Ide.DebuggingService.Breakpoints>
|
||||
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
|
||||
</Properties>
|
Loading…
Add table
Reference in a new issue