-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCrimsonBanned.csproj
39 lines (39 loc) · 1.74 KB
/
CrimsonBanned.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>CrimsonBanned</AssemblyName>
<Description>Created with VRising.ModTemplate, you should edit this.</Description>
<Version>0.1.10</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RootNamespace>CrimsonBanned</RootNamespace>
<AssemblyVersion>0.1.10.0</AssemblyVersion>
<FileVersion>0.1.10.0</FileVersion>
<InformationalVersion>0.1.10+1.Branch.main.Sha.c33d0879382e1a0da34861ec55914ba7e637a80e</InformationalVersion>
</PropertyGroup>
<Target Name="Thunderstore Copy to Dist" AfterTargets="AfterBuild" Condition=" '$(Configuration' == 'Release'">
<Copy SourceFiles="$(OutDir)\CrimsonBanned.dll" DestinationFolder="$(SolutionDir)/dist" />
</Target>
<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.721" IncludeAssets="compile" />
<PackageReference Include="BepInEx.Core" Version="6.0.0-be.721" IncludeAssets="compile" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
<PackageReference Include="VRising.Unhollowed.Client" Version="1.0.*" />
<PackageReference Include="VRising.VampireCommandFramework" Version="0.9.0" />
</ItemGroup>
<ItemGroup>
<None Include=".github\FUNDING.yml" />
<None Include=".github\workflows\build.yml" />
</ItemGroup>
<ItemGroup>
<Folder Include="images\" />
</ItemGroup>
<ItemGroup>
<Reference Include="CrimsonLog">
<HintPath>..\CrimsonLog\bin\Debug\net6.0\CrimsonLog.dll</HintPath>
</Reference>
<Reference Include="CrimsonSQL">
<HintPath>..\CrimsonSQL\bin\Debug\net6.0\CrimsonSQL.dll</HintPath>
</Reference>
</ItemGroup>
</Project>