Skip to content

Commit 929151b

Browse files
committed
post version 0.2.2.1-beta
1 parent df8275f commit 929151b

File tree

75 files changed

+15771
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+15771
-54
lines changed

CafeBabeGame/CafeBabeGame.sln

+25
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 16
4+
VisualStudioVersion = 16.0.30225.117
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CafeBabeGame", "CafeBabeGame\CafeBabeGame.csproj", "{3B45232A-FA9B-446C-8EDA-E75FFE396FFF}"
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+
{3B45232A-FA9B-446C-8EDA-E75FFE396FFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{3B45232A-FA9B-446C-8EDA-E75FFE396FFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{3B45232A-FA9B-446C-8EDA-E75FFE396FFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{3B45232A-FA9B-446C-8EDA-E75FFE396FFF}.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 = {C95ADA82-DEEE-4FED-8278-688426B33F15}
24+
EndGlobalSection
25+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup Label="Globals">
4+
<SccProjectName>SAK</SccProjectName>
5+
<SccProvider>SAK</SccProvider>
6+
<SccAuxPath>SAK</SccAuxPath>
7+
<SccLocalPath>SAK</SccLocalPath>
8+
</PropertyGroup>
9+
10+
<PropertyGroup>
11+
<OutputType>Exe</OutputType>
12+
<TargetFramework>netcoreapp3.1</TargetFramework>
13+
</PropertyGroup>
14+
15+
<ItemGroup>
16+
<PackageReference Include="DotNetVault" Version="0.2.2.1-beta" />
17+
<PackageReference Include="HighPrecisionTimeStamps" Version="0.0.1-alpha" />
18+
</ItemGroup>
19+
20+
</Project>

0 commit comments

Comments
 (0)