Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
reza1370programmer committed Dec 23, 2024
1 parent ea94007 commit d21a087
Show file tree
Hide file tree
Showing 13 changed files with 1,045 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Update.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Update", "Update\Update.csproj", "{6ED373BB-ABD5-4D93-A362-2FD31DF2D2A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ED373BB-ABD5-4D93-A362-2FD31DF2D2A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ED373BB-ABD5-4D93-A362-2FD31DF2D2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ED373BB-ABD5-4D93-A362-2FD31DF2D2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ED373BB-ABD5-4D93-A362-2FD31DF2D2A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions Update/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 useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
151 changes: 151 additions & 0 deletions Update/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d21a087

Please sign in to comment.