|
|
@ -13,10 +13,10 @@ |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<Deterministic>true</Deterministic> |
|
|
|
<PathMap>$(SolutionDir)=C:\</PathMap> |
|
|
|
<DebugType>portable</DebugType> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
@ -24,8 +24,8 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<Optimize>true</Optimize> |
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
@ -82,15 +82,11 @@ |
|
|
|
</Content> |
|
|
|
<Content Include="..\Libs\Microsoft.CSharp.dll"> |
|
|
|
<Link>Libraries\Mono\Microsoft.CSharp.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="..\Libs\System.Runtime.Serialization.dll"> |
|
|
|
<Link>Libraries\Mono\System.Runtime.Serialization.dll</Link> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
<Content Include="Libraries\Mono\Mono.Debugger.Soft.dll"> |
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Mono.Unofficial.pdb2mdb"> |
|
|
|