Skip to content

Commit

Permalink
Added Files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github committed Oct 8, 2022
1 parent 4aa57f0 commit 2ee9ac0
Show file tree
Hide file tree
Showing 13 changed files with 1,312 additions and 0 deletions.
16 changes: 16 additions & 0 deletions LerpCreation.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LerpCreation", "LerpCreation\LerpCreation.csproj", "{F68A246C-480A-4F17-9639-B1AF03DAADF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions LerpCreation/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
406 changes: 406 additions & 0 deletions LerpCreation/LFC.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 2ee9ac0

Please sign in to comment.