Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
meokullu committed Dec 7, 2022
1 parent 731d3ee commit ca89e05
Show file tree
Hide file tree
Showing 3 changed files with 972 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Prefill.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prefill", "Prefill\Prefill.csproj", "{2EB594DE-159E-4668-8AC4-BFAD752DF16A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EB594DE-159E-4668-8AC4-BFAD752DF16A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EB594DE-159E-4668-8AC4-BFAD752DF16A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EB594DE-159E-4668-8AC4-BFAD752DF16A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EB594DE-159E-4668-8AC4-BFAD752DF16A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E373C5F-C066-4BF9-AFDB-5837B899AA1E}
EndGlobalSection
EndGlobal
Loading

0 comments on commit ca89e05

Please sign in to comment.