-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInventor.InternalNames.csproj
25 lines (21 loc) · 1.02 KB
/
Inventor.InternalNames.csproj
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 Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<LangVersion>latest</LangVersion>
<Authors>Bret Leasure</Authors>
<Copyright>2024</Copyright>
<PackageTags>Autodesk Inventor InternalNames Internal</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/bretleasure/Inventor.InternalNames</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>Autodesk Inventor Internal Names</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>