Skip to content

Commit 5286abd

Browse files
committed
csproj fixes
1 parent 6bd16a2 commit 5286abd

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/SqlNotebookScript/SqlNotebookScript.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
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" />

src/Tests/Tests.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
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" />

0 commit comments

Comments
 (0)