Skip to content

Commit

Permalink
Updated name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
valery-kirichenko committed Feb 5, 2021
1 parent 993c3ab commit 602548c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" ToolsVersion="Current">
<PropertyGroup Label="Globals">
<Platforms>x64</Platforms>
<PackageVersion>1.1.0</PackageVersion>
<Company>Kirichenko Valery</Company>
<Product>ClipChopper</Product>
<AssemblyVersion>1.1.0</AssemblyVersion>
<AssemblyName>ClipChopper</AssemblyName>
<PackageId>ClipChopper</PackageId>
<Authors>Kirichenko Valery</Authors>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand All @@ -9,7 +16,7 @@
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8600,CS8602,CS8603,CS8618,CS8625</WarningsAsErrors>
<RootNamespace>ClipChopper.DesktopApp</RootNamespace>
<RootNamespace>ClipChopper</RootNamespace>
<ApplicationIcon>icon.ico</ApplicationIcon>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down
3 changes: 0 additions & 3 deletions ClipChopper/ClipChopper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Applications", "Applications", "{30A9B94B-57FE-4C5D-B493-2E8F2D578AF8}"
ProjectSection(SolutionItems) = preProject
app.manifest = app.manifest
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{A4D3BDEB-BB70-46BC-BB8C-B58D71922315}"
EndProject
Expand Down

0 comments on commit 602548c

Please sign in to comment.