Skip to content

Commit 270d44f

Browse files
authored
Preparing for V2
0 parents  commit 270d44f

36 files changed

Lines changed: 702 additions & 0 deletions

BakerMonkeyV2.cs

Lines changed: 630 additions & 0 deletions
Large diffs are not rendered by default.

BakerMonkeyV2.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net6.0</TargetFramework>
4+
<RootNamespace>BakerMonkeyV2</RootNamespace>
5+
<Configurations>Debug;Release</Configurations>
6+
<Nullable>enable</Nullable>
7+
<AssemblyName>BakerMonkeyV2</AssemblyName>
8+
<LangVersion>latest</LangVersion>
9+
<Optimize>False</Optimize>
10+
<DebugType>embedded</DebugType>
11+
</PropertyGroup>
12+
<ItemGroup>
13+
<Content Include=".github\workflows\build.yml" />
14+
</ItemGroup>
15+
16+
<Import Project="..\btd6.targets" />
17+
</Project>

BakerMonkeyV2.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.33110.190
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BakerMonkeyV2", "BakerMonkeyV2.csproj", "{561A9956-B233-4A83-87E5-D886071BC206}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{561A9956-B233-4A83-87E5-D886071BC206}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{561A9956-B233-4A83-87E5-D886071BC206}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {ED8C0DB6-D308-4167-936E-835A3A5386AA}
24+
EndGlobalSection
25+
EndGlobal

BakeryDisplay.png

18.5 KB
Loading

BakeryIcon.png

8.64 KB
Loading

BiggerCake.png

62.2 KB
Loading

Boom.png

64.9 KB
Loading

Double.png

382 KB
Loading

Golden.png

7.76 KB
Loading

Icon.png

30.7 KB
Loading

0 commit comments

Comments
 (0)