diff --git a/ExeFile/.gitignore b/ExeFile/.gitignore deleted file mode 100644 index a6ff838..0000000 --- a/ExeFile/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -bin/* -obj/* -*.suo diff --git a/ExeFile/.hgignore b/ExeFile/.hgignore deleted file mode 100644 index 59bc062..0000000 --- a/ExeFile/.hgignore +++ /dev/null @@ -1,3 +0,0 @@ -syntax: glob -bin/* -obj/* diff --git a/ExeFile/App.config b/ExeFile/App.config deleted file mode 100644 index 8e15646..0000000 --- a/ExeFile/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/ExeFile/App.xaml b/ExeFile/App.xaml deleted file mode 100644 index d27e1f5..0000000 --- a/ExeFile/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/ExeFile/App.xaml.cs b/ExeFile/App.xaml.cs deleted file mode 100644 index d0cd6a4..0000000 --- a/ExeFile/App.xaml.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace ExeFile -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} diff --git a/ExeFile/ExeFile.csproj b/ExeFile/ExeFile.csproj deleted file mode 100644 index 241071d..0000000 --- a/ExeFile/ExeFile.csproj +++ /dev/null @@ -1,104 +0,0 @@ - - - - - Debug - AnyCPU - {BE2C3A13-CC19-4525-895F-381DD71C5833} - WinExe - Properties - ExeFile - ExeFile - v4.5 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - 4.0 - - - - - - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - MainWindow.xaml - Code - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - - - - \ No newline at end of file diff --git a/ExeFile/MainWindow.xaml b/ExeFile/MainWindow.xaml deleted file mode 100644 index 10a1f9b..0000000 --- a/ExeFile/MainWindow.xaml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/ExeFile/MainWindow.xaml.cs b/ExeFile/MainWindow.xaml.cs deleted file mode 100644 index aff17db..0000000 --- a/ExeFile/MainWindow.xaml.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace ExeFile -{ - /// - /// Interaction logic for MainWindow.xaml - /// - public partial class MainWindow : Window - { - public MainWindow() - { - InitializeComponent(); - Random random = new Random(); - this.Title += random.Next().ToString("X"); - this.grid.Background = new SolidColorBrush( - Color.FromArgb((byte)255, - (byte)random.Next(0, 255), - (byte)random.Next(0, 255), - (byte)random.Next(0, 255) - ) - ); - } - } -} diff --git a/ExeFile/Properties/AssemblyInfo.cs b/ExeFile/Properties/AssemblyInfo.cs deleted file mode 100644 index 9ffcdf9..0000000 --- a/ExeFile/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,55 +0,0 @@ -using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Windows; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ExeFile")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ExeFile")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -//In order to begin building localizable applications, set -//CultureYouAreCodingWith in your .csproj file -//inside a . For example, if you are using US english -//in your source files, set the to en-US. Then uncomment -//the NeutralResourceLanguage attribute below. Update the "en-US" in -//the line below to match the UICulture setting in the project file. - -//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] - - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] - - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/ExeFile/Properties/Resources.Designer.cs b/ExeFile/Properties/Resources.Designer.cs deleted file mode 100644 index 7453b44..0000000 --- a/ExeFile/Properties/Resources.Designer.cs +++ /dev/null @@ -1,71 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18444 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace ExeFile.Properties -{ - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ExeFile.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - } -} diff --git a/ExeFile/Properties/Resources.resx b/ExeFile/Properties/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/ExeFile/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/ExeFile/Properties/Settings.Designer.cs b/ExeFile/Properties/Settings.Designer.cs deleted file mode 100644 index fbbc5ec..0000000 --- a/ExeFile/Properties/Settings.Designer.cs +++ /dev/null @@ -1,30 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18444 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace ExeFile.Properties -{ - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { - return defaultInstance; - } - } - } -} diff --git a/ExeFile/Properties/Settings.settings b/ExeFile/Properties/Settings.settings deleted file mode 100644 index 033d7a5..0000000 --- a/ExeFile/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/EVE-o Preview.csproj b/preview toy.csproj similarity index 97% rename from EVE-o Preview.csproj rename to preview toy.csproj index a130a19..c6cbcc1 100644 --- a/EVE-o Preview.csproj +++ b/preview toy.csproj @@ -1,191 +1,191 @@ - - - - Debug - AnyCPU - 8.0.50727 - 2.0 - {6CA62DF3-8589-484C-8BC8-F763CA66BBB1} - WinExe - Properties - PreviewToy - eve-o preview - v4.5 - - - 2.0 - - false - - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.18.2.0 - false - true - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - false - - - icon.ico - - - PreviewToy.Program - - - 4B29FD125BFAD24FF900FC81CCE0B0AD37464FDB - - - preview toy_TemporaryKey.pfx - - - true - - - false - - - - LocalIntranet - - - - - - true - - - - - - - - - - - - - - - - - Form - - - PreviewHandler.cs - - - Form - - - PreviewOverlay.cs - - - - - Designer - PreviewHandler.cs - - - PreviewOverlay.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - Designer - Preview.cs - - - True - Resources.resx - True - - - Designer - - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - Form - - - Preview.cs - - - - - - False - Microsoft .NET Framework 4 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - - - False - Windows Installer 3.1 - true - - - - - - - - - - + + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {6CA62DF3-8589-484C-8BC8-F763CA66BBB1} + WinExe + Properties + PreviewToy + eve-o preview + v4.5 + + + 2.0 + + false + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.18.2.0 + false + true + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + false + + + icon.ico + + + PreviewToy.Program + + + 4B29FD125BFAD24FF900FC81CCE0B0AD37464FDB + + + preview toy_TemporaryKey.pfx + + + true + + + false + + + + LocalIntranet + + + + + + true + + + + + + + + + + + + + + + + + Form + + + PreviewHandler.cs + + + Form + + + PreviewOverlay.cs + + + + + Designer + PreviewHandler.cs + + + PreviewOverlay.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + Designer + Preview.cs + + + True + Resources.resx + True + + + Designer + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + Form + + + Preview.cs + + + + + + False + Microsoft .NET Framework 4 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Windows Installer 3.1 + true + + + + + + + + + + \ No newline at end of file diff --git a/EVE-o Preview.csproj.user b/preview toy.csproj.user similarity index 97% rename from EVE-o Preview.csproj.user rename to preview toy.csproj.user index 43ea7bc..9c62ad0 100644 --- a/EVE-o Preview.csproj.user +++ b/preview toy.csproj.user @@ -1,16 +1,16 @@ - - - - publish\ - - - - - - en-US - false - - - false - + + + + publish\ + + + + + + en-US + false + + + false + \ No newline at end of file diff --git a/preview toy.sln b/preview toy.sln index 3ac7e1f..90d04af 100644 --- a/preview toy.sln +++ b/preview toy.sln @@ -1,11 +1,7 @@  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}") = "EVE-o Preview", "EVE-o Preview.csproj", "{6CA62DF3-8589-484C-8BC8-F763CA66BBB1}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExeFile", "ExeFile\ExeFile.csproj", "{BE2C3A13-CC19-4525-895F-381DD71C5833}" +# Visual Studio Express 2012 for Windows Desktop +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "preview toy", "preview toy.csproj", "{6CA62DF3-8589-484C-8BC8-F763CA66BBB1}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,10 +13,6 @@ Global {6CA62DF3-8589-484C-8BC8-F763CA66BBB1}.Debug|Any CPU.Build.0 = Debug|Any CPU {6CA62DF3-8589-484C-8BC8-F763CA66BBB1}.Release|Any CPU.ActiveCfg = Release|Any CPU {6CA62DF3-8589-484C-8BC8-F763CA66BBB1}.Release|Any CPU.Build.0 = Release|Any CPU - {BE2C3A13-CC19-4525-895F-381DD71C5833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BE2C3A13-CC19-4525-895F-381DD71C5833}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BE2C3A13-CC19-4525-895F-381DD71C5833}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BE2C3A13-CC19-4525-895F-381DD71C5833}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE