Week8 VC# (Incomplete)

This commit is contained in:
sherlock 2025-03-18 17:31:27 +05:30
parent 7de9542ae8
commit e532689a97
68 changed files with 1016 additions and 20 deletions

View file

@ -0,0 +1,32 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TheIntegration", "WindowsFormsApplication1\TheIntegration.csproj", "{74FCF937-758D-48A6-80F0-363DDFA1D5C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Debug|x64.ActiveCfg = Debug|x64
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Debug|x64.Build.0 = Debug|x64
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Debug|x86.ActiveCfg = Debug|x86
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Debug|x86.Build.0 = Debug|x86
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Release|Any CPU.Build.0 = Release|Any CPU
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Release|x64.ActiveCfg = Release|x64
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Release|x64.Build.0 = Release|x64
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Release|x86.ActiveCfg = Release|x86
{74FCF937-758D-48A6-80F0-363DDFA1D5C2}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal