Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce authored Aug 16, 2022
0 parents commit e2dbc15
Show file tree
Hide file tree
Showing 36 changed files with 1,295 additions and 0 deletions.
25 changes: 25 additions & 0 deletions IMEI_TOOLZ.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 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IMEI_TOOLZ", "IMEI_TOOLZ\IMEI_TOOLZ.csproj", "{6E339CDB-679A-4365-A8D5-A9454B7C40E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E339CDB-679A-4365-A8D5-A9454B7C40E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E339CDB-679A-4365-A8D5-A9454B7C40E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E339CDB-679A-4365-A8D5-A9454B7C40E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E339CDB-679A-4365-A8D5-A9454B7C40E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA29D873-FADC-49CF-85B7-C293E2EBA74E}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions IMEI_TOOLZ/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>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
295 changes: 295 additions & 0 deletions IMEI_TOOLZ/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 e2dbc15

Please sign in to comment.