File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1919 <DebugSymbols >true</DebugSymbols >
2020 <DebugType >full</DebugType >
2121 <Optimize >false</Optimize >
22- <OutputPath >bin \Debug\</OutputPath >
22+ <OutputPath >..\Build \Debug\</OutputPath >
2323 <DefineConstants >DEBUG;TRACE</DefineConstants >
2424 <ErrorReport >prompt</ErrorReport >
2525 <WarningLevel >4</WarningLevel >
2626 <LangVersion >default</LangVersion >
2727 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
28+ <UseVSHostingProcess >false</UseVSHostingProcess >
2829 </PropertyGroup >
2930 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
3031 <DebugType >pdbonly</DebugType >
3132 <Optimize >true</Optimize >
32- <OutputPath >bin \Release\</OutputPath >
33+ <OutputPath >..\Build \Release\</OutputPath >
3334 <DefineConstants >TRACE</DefineConstants >
3435 <ErrorReport >prompt</ErrorReport >
3536 <WarningLevel >4</WarningLevel >
3637 <LangVersion >default</LangVersion >
3738 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
39+ <UseVSHostingProcess >false</UseVSHostingProcess >
3840 </PropertyGroup >
3941 <ItemGroup >
4042 <Reference Include =" System" />
Original file line number Diff line number Diff line change 1919 <DebugSymbols >true</DebugSymbols >
2020 <DebugType >full</DebugType >
2121 <Optimize >false</Optimize >
22- <OutputPath >bin \Debug\</OutputPath >
22+ <OutputPath >..\Build \Debug\</OutputPath >
2323 <DefineConstants >DEBUG;TRACE</DefineConstants >
2424 <ErrorReport >prompt</ErrorReport >
2525 <WarningLevel >4</WarningLevel >
2929 <PlatformTarget >x86</PlatformTarget >
3030 <DebugType >pdbonly</DebugType >
3131 <Optimize >true</Optimize >
32- <OutputPath >bin \Release\</OutputPath >
32+ <OutputPath >..\Build \Release\</OutputPath >
3333 <DefineConstants >TRACE</DefineConstants >
3434 <ErrorReport >prompt</ErrorReport >
3535 <WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments