mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-05 06:08:39 +00:00
41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="StringToken.fs" />
|
|
<Compile Include="Constants.fs" />
|
|
<Compile Include="ImmutableArray.fs" />
|
|
<Compile Include="Tokens.fs" />
|
|
<Compile Include="TypeRef.fs" />
|
|
<Compile Include="IlOp.fs" />
|
|
<Compile Include="CustomAttribute.fs" />
|
|
<Compile Include="GenericParameter.fs" />
|
|
<Compile Include="AssemblyReference.fs" />
|
|
<Compile Include="EventDefn.fs" />
|
|
<Compile Include="ComparableTypeDefinitionHandle.fs" />
|
|
<Compile Include="ComparableFieldDefinitionHandle.fs" />
|
|
<Compile Include="ComparableSignatureHeader.fs" />
|
|
<Compile Include="TypeDefn.fs" />
|
|
<Compile Include="ConcreteType.fs" />
|
|
<Compile Include="FieldInfo.fs" />
|
|
<Compile Include="MethodInfo.fs" />
|
|
<Compile Include="TypeInfo.fs" />
|
|
<Compile Include="MethodSpec.fs" />
|
|
<Compile Include="MemberReference.fs" />
|
|
<Compile Include="Namespace.fs" />
|
|
<Compile Include="ExportedType.fs" />
|
|
<Compile Include="TypeSpec.fs" />
|
|
<Compile Include="Assembly.fs" />
|
|
<Compile Include="TypeConcretisation.fs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|