Skip to content

Commit 2ee9ac0

Browse files
authored
Added Files
1 parent 4aa57f0 commit 2ee9ac0

13 files changed

+1312
-0
lines changed

LerpCreation.sln

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LerpCreation", "LerpCreation\LerpCreation.csproj", "{F68A246C-480A-4F17-9639-B1AF03DAADF2}"
4+
EndProject
5+
Global
6+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7+
Debug|Any CPU = Debug|Any CPU
8+
Release|Any CPU = Release|Any CPU
9+
EndGlobalSection
10+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
11+
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
12+
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
13+
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
14+
{F68A246C-480A-4F17-9639-B1AF03DAADF2}.Release|Any CPU.Build.0 = Release|Any CPU
15+
EndGlobalSection
16+
EndGlobal

LerpCreation/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
5+
</startup>
6+
</configuration>

LerpCreation/LFC.Designer.cs

Lines changed: 406 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)