-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathFollowMe.csproj
21 lines (21 loc) · 964 Bytes
/
FollowMe.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>FollowMe_</RootNamespace>
<AssemblyName>FollowMe</AssemblyName>
<TargetFramework>net472</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyTitle>FollowMe</AssemblyTitle>
<Company>Fluffy</Company>
<Product>FollowMe</Product>
<Copyright>Copyright © 2015-2021</Copyright>
<DebugType>portable</DebugType>
<LangVersion>9</LangVersion>
<OutputPath>..\Assemblies\</OutputPath>
<PostBuildEvent>mod update</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3087" />
<PackageReference Include="Lib.Harmony" Version="2.1.1" ExcludeAssets="runtime" />
<ProjectReference Include="..\..\..\TOOLS\BetterKeybinding\BetterKeybinding.csproj" />
</ItemGroup>
</Project>