Skip to content

Commit

Permalink
extras
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 13, 2024
1 parent 1b14461 commit 1999cf7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/Parquet.Data.Analysis/Parquet.Data.Analysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,39 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<DocumentationFile>bin\Debug\$(TargetFramework)\Parquet.Net.Data.Analysis.xml</DocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Parquet.Data.Analysis.xml</DocumentationFile>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<PackageTags>apache parquet dotnet core net c# f# windows linux macos ios android xboxone xbox</PackageTags>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<AssemblyName>Parquet.Data.Analysis</AssemblyName>

</PropertyGroup>

<ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<ProjectReference Include="..\Parquet\Parquet.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.Analysis" Version="0.21.1" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<Compile Update="DataFrameMapper.cs">
<DependentUpon>DataFrameMapper.tt</DependentUpon>
Expand Down

0 comments on commit 1999cf7

Please sign in to comment.