This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
2020 {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
2121 {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .Debug| Any CPU .Build .0 = Debug| Any CPU
22- {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .DebugWithoutVsix| Any CPU .ActiveCfg = DebugWithoutVsix |Any CPU
23- {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .DebugWithoutVsix| Any CPU .Build .0 = DebugWithoutVsix |Any CPU
22+ {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .DebugWithoutVsix| Any CPU .ActiveCfg = Debug |Any CPU
23+ {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .DebugWithoutVsix| Any CPU .Build .0 = Debug |Any CPU
2424 {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .Release| Any CPU .ActiveCfg = Release| Any CPU
2525 {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .Release| Any CPU .Build .0 = Release| Any CPU
2626 {4D63EA3B-6896-42B5-B182-AA54D9F5CFD6} .ReleaseWithoutVsix| Any CPU .ActiveCfg = ReleaseWithoutVsix| Any CPU
Original file line number Diff line number Diff line change 4242 <DebugSymbols >true</DebugSymbols >
4343 <DebugType >full</DebugType >
4444 <Optimize >false</Optimize >
45- <OutputPath >bin\Debug \</OutputPath >
45+ <OutputPath >..\..\build\$(Configuration) \</OutputPath >
4646 <DefineConstants >DEBUG;TRACE</DefineConstants >
4747 <ErrorReport >prompt</ErrorReport >
4848 <WarningLevel >4</WarningLevel >
4949 </PropertyGroup >
5050 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
5151 <DebugType >pdbonly</DebugType >
5252 <Optimize >true</Optimize >
53- <OutputPath >bin\Release \</OutputPath >
53+ <OutputPath >..\..\build\$(Configuration) \</OutputPath >
5454 <DefineConstants >TRACE</DefineConstants >
5555 <ErrorReport >prompt</ErrorReport >
5656 <WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments