File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ *
2+ ! .gitignore
Original file line number Diff line number Diff line change 1818 <DebugSymbols >true</DebugSymbols >
1919 <DebugType >full</DebugType >
2020 <Optimize >false</Optimize >
21- <OutputPath >bin \Debug\</OutputPath >
21+ <OutputPath >..\Build \Debug\</OutputPath >
2222 <DefineConstants >DEBUG;TRACE</DefineConstants >
2323 <ErrorReport >prompt</ErrorReport >
2424 <WarningLevel >4</WarningLevel >
2525 </PropertyGroup >
2626 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2727 <DebugType >pdbonly</DebugType >
2828 <Optimize >true</Optimize >
29- <OutputPath >bin \Release\</OutputPath >
29+ <OutputPath >..\Build \Release\</OutputPath >
3030 <DefineConstants >TRACE</DefineConstants >
3131 <ErrorReport >prompt</ErrorReport >
3232 <WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments