-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbetter_comms_radio.csproj
More file actions
37 lines (31 loc) · 1.08 KB
/
Copy pathbetter_comms_radio.csproj
File metadata and controls
37 lines (31 loc) · 1.08 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>better_comms_radio</AssemblyName>
<TargetFramework>net48</TargetFramework>
<LangVersion>10</LangVersion>
<WarningsAsErrors>CS8600;CS8602;CS8603</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<!-- Derail Valley -->
<Reference Include="Assembly-CSharp" />
<Reference Include="DV.Localization" />
<Reference Include="DV.ThingTypes" />
<!-- Unity -->
<Reference Include="Unity.TextMeshPro" />
<!-- UnityEngine -->
<Reference Include="UnityEngine" />
<Reference Include="UnityEngine.CoreModule" />
<!-- Misc -->
<Reference Include="0Harmony" />
<Reference Include="UnityModManager" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Krafs.Publicizer" Version="2.2.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Publicize Include="Assembly-CSharp" IncludeCompilerGeneratedMembers="false" />
</ItemGroup>
</Project>