Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinflower committed Mar 24, 2024
1 parent 5545c0d commit c68b1e4
Show file tree
Hide file tree
Showing 19 changed files with 28,743 additions and 0 deletions.
31 changes: 31 additions & 0 deletions WolfTL.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WolfTL", "WolfTL\WolfTL.vcxproj", "{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Debug|x64.ActiveCfg = Debug|x64
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Debug|x64.Build.0 = Debug|x64
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Debug|x86.ActiveCfg = Debug|Win32
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Debug|x86.Build.0 = Debug|Win32
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Release|x64.ActiveCfg = Release|x64
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Release|x64.Build.0 = Release|x64
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Release|x86.ActiveCfg = Release|Win32
{5B5C73CF-1CD2-41A6-AAFF-FC0D7D3075CD}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4C7D25F-15B7-4A5E-AEE9-759311314A76}
EndGlobalSection
EndGlobal
Loading

0 comments on commit c68b1e4

Please sign in to comment.