File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 33 <TargetFramework >net7.0-windows</TargetFramework >
44 <OutputType >Library</OutputType >
55 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
6- </PropertyGroup >
7- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
8- <OutputPath >bin\x64\Debug\</OutputPath >
9- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
10- </PropertyGroup >
11- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
12- <OutputPath >bin\x64\Release\</OutputPath >
13- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
6+ <Platforms >x86;x64</Platforms >
147 </PropertyGroup >
158 <ItemGroup >
169 <PackageReference Include =" ExcelDataReader" Version =" 3.6.0" />
Original file line number Diff line number Diff line change 3636 </EmbeddedResource >
3737 </ItemGroup >
3838
39- <ItemGroup >
40- <None Update =" Scripts\doc\break-stmt-1.sql" >
41- <CopyToOutputDirectory >Never</CopyToOutputDirectory >
42- </None >
43- </ItemGroup >
44-
4539 <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
4640 <Exec Command =" copy /Y $(ProjectDir)..\SqlNotebookDb\bin\$(Platform)\$(Configuration)\sqlite3.dll $(TargetDir)sqlite3.dll" />
4741 <Exec Command =" copy /Y $(ProjectDir)..\crypto\bin\$(Platform)\$(Configuration)\crypto.dll $(TargetDir)crypto.dll" />
You can’t perform that action at this time.
0 commit comments