Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
156 changes: 78 additions & 78 deletions BO4E/BO4E.csproj
Original file line number Diff line number Diff line change
@@ -1,78 +1,78 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>BO4E</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Hochfrequenz.BO4Enet</PackageId>
<Authors>Hochfrequenz Untenehmensberatung GmbH</Authors>
<Product>BO4E .net core bindings</Product>
<RepositoryUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</RepositoryUrl>
<VersionPrefix>0.2.50</VersionPrefix>
<AssemblyName>BO4Enet</AssemblyName>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Include PDB in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageProjectUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<DebugType>Embedded</DebugType>
<EmbedAllSources>True</EmbedAllSources>
<LangVersion>12</LangVersion>
<DocumentationFile>BO4Enet.xml</DocumentationFile>
<Nullable>annotations</Nullable>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>false</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>DEBUG</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Compile Remove="BO\NewFolder\**" />
<Compile Remove="json-schema-files\**" />
<EmbeddedResource Remove="BO\NewFolder\**" />
<EmbeddedResource Remove="json-schema-files\**" />
<None Remove="BO\NewFolder\**" />
<None Remove="json-schema-files\**" />
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath />
</None>
</ItemGroup>
<ItemGroup>
<None Remove="CentralEuropeStandardTime.json" />
<None Remove="protobuf-files\BO4E.BO.Angebot.proto" />
<None Remove="protobuf-files\BO4E.BO.Ansprechpartner.proto" />
<None Remove="protobuf-files\BO4E.BO.Benachrichtigung.proto" />
<None Remove="protobuf-files\BO4E.BO.Energiemenge.proto" />
<None Remove="protobuf-files\BO4E.BO.Geschaeftspartner.proto" />
<None Remove="protobuf-files\BO4E.BO.Kosten.proto" />
<None Remove="protobuf-files\BO4E.BO.Marktlokation.proto" />
<None Remove="protobuf-files\BO4E.BO.Messlokation.proto" />
<None Remove="protobuf-files\BO4E.BO.Preisblatt.proto" />
<None Remove="protobuf-files\BO4E.BO.Rechnung.proto" />
<None Remove="protobuf-files\BO4E.BO.Region.proto" />
<None Remove="protobuf-files\BO4E.BO.Vertrag.proto" />
<None Remove="protobuf-files\BO4E.BO.Zaehler.proto" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
<PackageReference Include="Polyfill" Version="7.12.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Portable.System.DateTimeOnly" Version="9.0.0" />
<PackageReference Include="protobuf-net" Version="3.2.52" />
<PackageReference Include="SourceLink.Copy.PdbFiles" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.4" />
<PackageReference Include="System.Text.Json" Version="9.0.4" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>BO4E</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Hochfrequenz.BO4Enet</PackageId>
<Authors>Hochfrequenz Untenehmensberatung GmbH</Authors>
<Product>BO4E .net core bindings</Product>
<RepositoryUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</RepositoryUrl>
<VersionPrefix>0.2.50</VersionPrefix>
<AssemblyName>BO4Enet</AssemblyName>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Include PDB in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageProjectUrl>https://github.com/Hochfrequenz/BO4E-dotnet/</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<DebugType>Embedded</DebugType>
<EmbedAllSources>True</EmbedAllSources>
<LangVersion>12</LangVersion>
<DocumentationFile>BO4Enet.xml</DocumentationFile>
<Nullable>annotations</Nullable>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<Optimize>false</Optimize>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>DEBUG</DefineConstants>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Compile Remove="BO\NewFolder\**" />
<Compile Remove="json-schema-files\**" />
<EmbeddedResource Remove="BO\NewFolder\**" />
<EmbeddedResource Remove="json-schema-files\**" />
<None Remove="BO\NewFolder\**" />
<None Remove="json-schema-files\**" />
<None Include="..\LICENSE.txt">
<Pack>True</Pack>
<PackagePath />
</None>
</ItemGroup>
<ItemGroup>
<None Remove="CentralEuropeStandardTime.json" />
<None Remove="protobuf-files\BO4E.BO.Angebot.proto" />
<None Remove="protobuf-files\BO4E.BO.Ansprechpartner.proto" />
<None Remove="protobuf-files\BO4E.BO.Benachrichtigung.proto" />
<None Remove="protobuf-files\BO4E.BO.Energiemenge.proto" />
<None Remove="protobuf-files\BO4E.BO.Geschaeftspartner.proto" />
<None Remove="protobuf-files\BO4E.BO.Kosten.proto" />
<None Remove="protobuf-files\BO4E.BO.Marktlokation.proto" />
<None Remove="protobuf-files\BO4E.BO.Messlokation.proto" />
<None Remove="protobuf-files\BO4E.BO.Preisblatt.proto" />
<None Remove="protobuf-files\BO4E.BO.Rechnung.proto" />
<None Remove="protobuf-files\BO4E.BO.Region.proto" />
<None Remove="protobuf-files\BO4E.BO.Vertrag.proto" />
<None Remove="protobuf-files\BO4E.BO.Zaehler.proto" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="4.0.1" />
<PackageReference Include="Polyfill" Version="7.31.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Portable.System.DateTimeOnly" Version="9.0.0" />
<PackageReference Include="protobuf-net" Version="3.2.52" />
<PackageReference Include="SourceLink.Copy.PdbFiles" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.4" />
<PackageReference Include="System.Text.Json" Version="9.0.4" />
</ItemGroup>
</Project>
Loading