Skip to content

Commit

Permalink
Merge pull request #9 from Noorani-MM/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Noorani-MM authored Dec 29, 2022
2 parents 08a665a + f3482b6 commit cd36840
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 7 deletions.
1 change: 1 addition & 0 deletions Form1.Designer.cs

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

10 changes: 5 additions & 5 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
// 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("Typist.App")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Typist")]
[assembly: AssemblyDescription("This made by Mohammad Mahdi Noorani")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Typist.App")]
[assembly: AssemblyCompany("Mochale")]
[assembly: AssemblyProduct("Typist")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[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)]
[assembly: ComVisible(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e5ac21fb-21a3-45f3-a6d9-d5602deffa4e")]
Expand Down
Binary file added Setup.msi
Binary file not shown.
47 changes: 45 additions & 2 deletions Typist.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,27 @@
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<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>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<Optimize>true</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
Expand All @@ -32,6 +47,21 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icons8-ergonomic-keyboard-100.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>C52A945EEB7EA5B51445DC87C4DFB15677C7E196</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>Typist.App_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
Expand Down Expand Up @@ -117,13 +147,26 @@
<None Include="Resources\Fa\Forms\Main.json" />
<None Include="Resources\Fa\MessageBoxes.json" />
<None Include="Resources\Register.json" />
<None Include="Typist.App_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="icons8-ergonomic-keyboard-100.ico" />
<Content Include="Resources\Fa\Words.txt" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.8 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<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" />
</Project>
13 changes: 13 additions & 0 deletions Typist.App.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>
4 changes: 4 additions & 0 deletions Typist.App.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Typist.App", "Typist.App.csproj", "{E5AC21FB-21A3-45F3-A6D9-D5602DEFFA4E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Typist.Setup", "..\Typist.Setup\Typist.Setup.vdproj", "{41AC84EC-0B06-40E8-AE00-EAB8449072E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +17,8 @@ Global
{E5AC21FB-21A3-45F3-A6D9-D5602DEFFA4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5AC21FB-21A3-45F3-A6D9-D5602DEFFA4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5AC21FB-21A3-45F3-A6D9-D5602DEFFA4E}.Release|Any CPU.Build.0 = Release|Any CPU
{41AC84EC-0B06-40E8-AE00-EAB8449072E1}.Debug|Any CPU.ActiveCfg = Release
{41AC84EC-0B06-40E8-AE00-EAB8449072E1}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file added Typist.App_TemporaryKey.pfx
Binary file not shown.
Binary file added icons8-ergonomic-keyboard-100.ico
Binary file not shown.

0 comments on commit cd36840

Please sign in to comment.