| | |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>true</Optimize> |
| | | <OutputPath>..\..\bin\debug\</OutputPath> |
| | | <OutputPath>..\..\out\debug\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>0</WarningLevel> |
| | | <NoWarn>MSB3305;DV2002;CS0219;CS0162;CS0414;CS016;CS0618;CS0169;CS0649;CS0109;CS3021;CS0168;CS0067</NoWarn> |
| | | <PlatformTarget>x64</PlatformTarget> |
| | | <PlatformTarget>AnyCPU</PlatformTarget> |
| | | <UseVSHostingProcess>false</UseVSHostingProcess> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| | | <DebugType>pdbonly</DebugType> |
| | | <Optimize>true</Optimize> |
| | | <OutputPath>..\..\..\bin\release\</OutputPath> |
| | | <OutputPath>..\..\out\release\</OutputPath> |
| | | <DefineConstants>TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>0</WarningLevel> |