-
Notifications
You must be signed in to change notification settings - Fork 29
/
CustomCaskMod.csproj
45 lines (45 loc) · 1.67 KB
/
CustomCaskMod.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
40
41
42
43
44
45
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D2C9ABB7-DE0B-4803-BAB0-22D9173317A4}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CustomCaskMod</RootNamespace>
<AssemblyName>CustomCaskMod</AssemblyName>
<TargetFramework>net6.0</TargetFramework>
<FileAlignment>512</FileAlignment>
<EnableHarmony>true</EnableHarmony>
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<None Include="contentPackTemplate\AgersData.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="contentPackTemplate\CaskData.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="contentPackTemplate\manifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="i18n\default.json" />
<None Include="i18n\ko.json" />
<None Include="i18n\pt.json" />
<None Include="manifest.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MailFrameworkMod\MailFrameworkMod.csproj">
<Project>{9ab101dd-fb56-4441-8180-783405d2d2f0}</Project>
<Name>MailFrameworkMod</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.1.1" />
</ItemGroup>
<ItemGroup>
<None Update="i18n\tr.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>