Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffRuLz committed Jan 13, 2017
1 parent df8cabd commit 0ed8f45
Show file tree
Hide file tree
Showing 8 changed files with 1,009 additions and 0 deletions.
22 changes: 22 additions & 0 deletions IXS Widescreen Utility.sln
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IXS Widescreen Utility", "IXS Widescreen Utility\IXS Widescreen Utility.csproj", "{97F23403-9E77-4A03-9C10-4EF2E19A9AB5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97F23403-9E77-4A03-9C10-4EF2E19A9AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97F23403-9E77-4A03-9C10-4EF2E19A9AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97F23403-9E77-4A03-9C10-4EF2E19A9AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97F23403-9E77-4A03-9C10-4EF2E19A9AB5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added IXS Widescreen Utility.v12.suo
Binary file not shown.
6 changes: 6 additions & 0 deletions IXS Widescreen Utility/App.config
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
317 changes: 317 additions & 0 deletions IXS Widescreen Utility/Form1.Designer.cs

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

0 comments on commit 0ed8f45

Please sign in to comment.