| | |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\</OutputPath> |
| | | <OutputPath>..\..\out\debug\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>0</WarningLevel> |
| | | <Prefer32Bit>false</Prefer32Bit> |
| | | <UseVSHostingProcess>false</UseVSHostingProcess> |
| | | <PlatformTarget>x64</PlatformTarget> |
| | | <PlatformTarget>AnyCPU</PlatformTarget> |
| | | </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>4</WarningLevel> |