Skip to content

Commit

Permalink
Full rewrite. An attempt to make this more visually appealing. It has…
Browse files Browse the repository at this point in the history
… more of a Windows 8 feel now.
  • Loading branch information
harryfino committed Aug 21, 2013
1 parent a75e4ac commit 8167744
Show file tree
Hide file tree
Showing 27 changed files with 497 additions and 1,697 deletions.
6 changes: 6 additions & 0 deletions 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>
50 changes: 10 additions & 40 deletions Clarified.csproj
@@ -1,21 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{861735E1-7593-4CB0-B975-52A2C0FF03B1}</ProjectGuid>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{AEACA4E3-411A-4DF3-9FE9-7A22230E7802}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Clarified</RootNamespace>
<AssemblyName>Clarified</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
Expand All @@ -24,8 +22,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
Expand All @@ -47,12 +45,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="FastAccessBitmap.cs" />
<Compile Include="GradientSlider.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GradientSlider.Designer.cs">
<DependentUpon>GradientSlider.cs</DependentUpon>
</Compile>
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -61,21 +53,11 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ScreenProxy.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ScreenProxy.Designer.cs">
<DependentUpon>ScreenProxy.cs</DependentUpon>
</Compile>
<Compile Include="SuperColor.cs" />
<Compile Include="Win32\HookManager.Callbacks.cs" />
<Compile Include="Win32\HookManager.cs" />
<Compile Include="Win32\HookManager.Structures.cs" />
<Compile Include="Win32\HookManager.Windows.cs" />
<Compile Include="Win32\MouseEventExtArgs.cs" />
<EmbeddedResource Include="GradientSlider.resx">
<DependentUpon>GradientSlider.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -89,9 +71,6 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="ScreenProxy.resx">
<DependentUpon>ScreenProxy.cs</DependentUpon>
</EmbeddedResource>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -103,19 +82,10 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="Resources\background.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\clipboard.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\clipboardhover.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\draghandle.png" />
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\dragtrack.png" />
<None Include="Resources\Cross.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
24 changes: 7 additions & 17 deletions Clarified.sln
@@ -1,28 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clarified", "Clarified.csproj", "{861735E1-7593-4CB0-B975-52A2C0FF03B1}"
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clarified", "Clarified.csproj", "{AEACA4E3-411A-4DF3-9FE9-7A22230E7802}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Debug|Any CPU.ActiveCfg = Debug|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Debug|Mixed Platforms.Build.0 = Debug|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Debug|x86.ActiveCfg = Debug|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Debug|x86.Build.0 = Debug|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Release|Any CPU.ActiveCfg = Release|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Release|Mixed Platforms.ActiveCfg = Release|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Release|Mixed Platforms.Build.0 = Release|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Release|x86.ActiveCfg = Release|x86
{861735E1-7593-4CB0-B975-52A2C0FF03B1}.Release|x86.Build.0 = Release|x86
{AEACA4E3-411A-4DF3-9FE9-7A22230E7802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AEACA4E3-411A-4DF3-9FE9-7A22230E7802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AEACA4E3-411A-4DF3-9FE9-7A22230E7802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AEACA4E3-411A-4DF3-9FE9-7A22230E7802}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
82 changes: 0 additions & 82 deletions GradientSlider.Designer.cs

This file was deleted.

154 changes: 0 additions & 154 deletions GradientSlider.cs

This file was deleted.

0 comments on commit 8167744

Please sign in to comment.