-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCalRemix.csproj
More file actions
35 lines (27 loc) · 922 Bytes
/
CalRemix.csproj
File metadata and controls
35 lines (27 loc) · 922 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\tModLoader.targets" />
<PropertyGroup>
<AssemblyName>CalRemix</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="lib/**/*.dll" />
</ItemGroup>
<ItemGroup>
<None Remove="TomatsSecretAwesomeStuff\**" />
<Content Remove="TomatsSecretAwesomeStuff\**" />
<Compile Remove="TomatsSecretAwesomeStuff\**" />
<EmbeddedResource Remove="TomatsSecretAwesomeStuff\**" />
<AdditionalFiles Remove="TomatsSecretAwesomeStuff\**" />
</ItemGroup>
<ItemGroup>
<None Remove="Content\NPCs\TownNPCs\WALLSTREET.png" />
<None Remove="Content\NPCs\TownNPCs\WALLSTREET_Head.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="Assets\Textures\" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Assets\Effects\SoRetroShader.hlsl" />
</ItemGroup>
</Project>