Skip to content

Commit df8275f

Browse files
committed
commit 0.2.1.22-beta
1 parent e12f5cb commit df8275f

File tree

66 files changed

+7517
-1114
lines changed

Some content is hidden

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

66 files changed

+7517
-1114
lines changed
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.1.22-beta" />
17+
<PackageReference Include="HighPrecisionTimeStamps" Version="0.0.1-alpha" />
18+
</ItemGroup>
19+
20+
</Project>
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.29920.165
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClortonGameDemo", "ClortonGameDemo.csproj", "{FFF79ADA-BCD7-4C36-ABD4-BA98FE2F4642}"
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+
{FFF79ADA-BCD7-4C36-ABD4-BA98FE2F4642}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{FFF79ADA-BCD7-4C36-ABD4-BA98FE2F4642}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{FFF79ADA-BCD7-4C36-ABD4-BA98FE2F4642}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{FFF79ADA-BCD7-4C36-ABD4-BA98FE2F4642}.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 = {0BFD789A-38E5-46DA-9711-31E1AAEFB22B}
24+
EndGlobalSection
25+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/UserDictionary/Words/=Clorton/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

0 commit comments

Comments
 (0)