Skip to content

Commit

Permalink
🎉 Merge pull request #13 from suyashmahar/update/1
Browse files Browse the repository at this point in the history
🎉 Update/1
  • Loading branch information
suyashmahar authored Jul 3, 2017
2 parents d4e43d6 + 6e15f35 commit c9dcdc7
Show file tree
Hide file tree
Showing 22 changed files with 799 additions and 96 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,7 @@ ModelManifest.xml
.paket/paket.exe

# FAKE - F# Make
.fake/
.fake/

# MS Test Framework
packages/MSTEST.*
42 changes: 35 additions & 7 deletions Clipboarder/Clipboarder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -108,6 +123,12 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Forms\AboutBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\AboutBox.Designer.cs">
<DependentUpon>AboutBox.cs</DependentUpon>
</Compile>
<Compile Include="Forms\AskPasswordDecrypt.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -124,12 +145,6 @@
<Compile Include="Controls\ClipboardMonitor.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="InstallShl.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InstallShl.Designer.cs">
<DependentUpon>InstallShl.cs</DependentUpon>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
Expand Down Expand Up @@ -195,6 +210,9 @@
<DependentUpon>UrlListDisplay.cs</DependentUpon>
</Compile>
<Compile Include="Models\User.cs" />
<EmbeddedResource Include="Forms\AboutBox.resx">
<DependentUpon>AboutBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AskPasswordDecrypt.resx">
<DependentUpon>AskPasswordDecrypt.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -257,6 +275,10 @@
</ItemGroup>
<ItemGroup>
<None Include="Resources\Clipboarder-SHL-Icon.png" />
<None Include="Resources\Clipboarder-Help-Menu-Icon.png" />
<None Include="Resources\Clipboard-WF.png" />
<None Include="Resources\Clipboard-WF-Icon.png" />
<None Include="Resources\Clipboarder-SHL-Install-Icon.png" />
<Content Include="SHLs\sample-java.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand All @@ -273,7 +295,13 @@
<None Include="Resources\Clipboarder-Save-Icon.png" />
<None Include="Resources\Clipboarder-Warning-Icon.png" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
231 changes: 231 additions & 0 deletions Clipboarder/Forms/AboutBox.Designer.cs

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

Loading

0 comments on commit c9dcdc7

Please sign in to comment.