-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
26 lines (23 loc) · 979 Bytes
/
Copy pathDirectory.Build.props
File metadata and controls
26 lines (23 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<AnalysisLevel>latest</AnalysisLevel>
<LangVersion>preview</LangVersion>
<Deterministic>true</Deterministic>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
<Authors>UTCP Contributors</Authors>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/universal-tool-calling-protocol/python-utcp</RepositoryUrl>
<PackageProjectUrl>https://github.com/universal-tool-calling-protocol/python-utcp</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory).editorconfig" />
</ItemGroup>
</Project>