Parent Directory
|
Revision Log
|
Patch
--- branches/mono/EmuXPortal.Plugins/EmuXPortal.Plugins.csproj 2021/05/05 01:53:59 538 +++ branches/mono/EmuXPortal.Plugins/EmuXPortal.Plugins.csproj 2021/05/05 01:54:40 539 @@ -20,12 +20,14 @@ <PlatformTarget>x86</PlatformTarget> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> + <DocumentationFile></DocumentationFile> <Optimize>true</Optimize> <OutputPath>bin\Release</OutputPath> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <ConsolePause>false</ConsolePause> <PlatformTarget>x86</PlatformTarget> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> </PropertyGroup> <ItemGroup> <Reference Include="System" />
ViewVC Help | |
Powered by ViewVC 1.1.22 |