This repository was archived by the owner on Apr 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2828 </PropertyGroup >
2929
3030 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
31- <OutputPath >..\..\..\ bin\Release\</OutputPath >
32- <DocumentationFile >..\..\..\ bin\Release\netstandard2.0\OpenMcdf.xml</DocumentationFile >
31+ <OutputPath >..\bin\Release\</OutputPath >
32+ <DocumentationFile >..\bin\Release\netstandard2.0\OpenMcdf.xml</DocumentationFile >
3333 </PropertyGroup >
3434
3535 <ItemGroup >
3939 </ItemGroup >
4040
4141 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
42- <OutputPath >..\..\..\ bin\Debug\</OutputPath >
42+ <OutputPath >..\bin\Debug\</OutputPath >
4343 </PropertyGroup >
4444
4545 <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'" >
Original file line number Diff line number Diff line change 3939 <DebugSymbols >true</DebugSymbols >
4040 <DebugType >full</DebugType >
4141 <Optimize >false</Optimize >
42- <OutputPath >bin\Debug\</OutputPath >
42+ <OutputPath >..\..\ bin\Debug\tests </OutputPath >
4343 <DefineConstants >DEBUG;TRACE</DefineConstants >
4444 <ErrorReport >prompt</ErrorReport >
4545 <WarningLevel >4</WarningLevel >
4949 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
5050 <DebugType >pdbonly</DebugType >
5151 <Optimize >true</Optimize >
52- <OutputPath >bin\Release\</OutputPath >
52+ <OutputPath >..\..\ bin\Release\tests </OutputPath >
5353 <DefineConstants >TRACE</DefineConstants >
5454 <ErrorReport >prompt</ErrorReport >
5555 <WarningLevel >4</WarningLevel >
124124 <Target Name="AfterBuild">
125125 </Target>
126126 -->
127- </Project >
127+ </Project >
Original file line number Diff line number Diff line change 3939 <DebugSymbols >true</DebugSymbols >
4040 <DebugType >full</DebugType >
4141 <Optimize >false</Optimize >
42- <OutputPath >bin\Debug\</OutputPath >
42+ <OutputPath >..\..\ bin\Debug\tests </OutputPath >
4343 <DefineConstants >DEBUG;TRACE</DefineConstants >
4444 <ErrorReport >prompt</ErrorReport >
4545 <WarningLevel >4</WarningLevel >
4949 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
5050 <DebugType >pdbonly</DebugType >
5151 <Optimize >true</Optimize >
52- <OutputPath >bin\Release\</OutputPath >
52+ <OutputPath >..\..\ bin\Release\tests </OutputPath >
5353 <DefineConstants >TRACE</DefineConstants >
5454 <ErrorReport >prompt</ErrorReport >
5555 <WarningLevel >4</WarningLevel >
127127 <Target Name="AfterBuild">
128128 </Target>
129129 -->
130- </Project >
130+ </Project >
You can’t perform that action at this time.
0 commit comments