Skip to content

Commit 4e67c16

Browse files
committed
Initial commit
0 parents  commit 4e67c16

70 files changed

Lines changed: 3578 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.vs/OMI Filetype Library/v16/.suo

97.5 KB
Binary file not shown.

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

OMI Filetype Library.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.32002.261
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OMI Filetype Library", "OMI Filetype Library\OMI Filetype Library.csproj", "{87B72FF8-8DA3-4E04-8A57-36FB9A835671}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OMI Filetypes", "OMI Filetypes\OMI Filetypes.csproj", "{693AEBC1-293D-4DF0-BCAE-26A1099FE7BB}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{87B72FF8-8DA3-4E04-8A57-36FB9A835671}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{87B72FF8-8DA3-4E04-8A57-36FB9A835671}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{87B72FF8-8DA3-4E04-8A57-36FB9A835671}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{87B72FF8-8DA3-4E04-8A57-36FB9A835671}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{693AEBC1-293D-4DF0-BCAE-26A1099FE7BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{693AEBC1-293D-4DF0-BCAE-26A1099FE7BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{693AEBC1-293D-4DF0-BCAE-26A1099FE7BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{693AEBC1-293D-4DF0-BCAE-26A1099FE7BB}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {DAA891A9-7556-43F7-84BA-3B77C69D4D71}
30+
EndGlobalSection
31+
EndGlobal

OMI Filetype Library/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
5+
</startup>
6+
</configuration>

OMI Filetype Library/Forms/Form1.Designer.cs

Lines changed: 273 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)