Skip to content

Commit

Permalink
Project cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
MTT984 committed Apr 10, 2023
1 parent 155a781 commit f098ea7
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/QuickHasherCLI/bin

/QuickHasherCLI/obj
/.vs
/.git
25 changes: 25 additions & 0 deletions QuickHasherCLI.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33214.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickHasherCLI", "QuickHasherCLI\QuickHasherCLI.csproj", "{14148783-F257-41A9-A91C-5D6F3FC6589D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14148783-F257-41A9-A91C-5D6F3FC6589D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14148783-F257-41A9-A91C-5D6F3FC6589D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14148783-F257-41A9-A91C-5D6F3FC6589D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14148783-F257-41A9-A91C-5D6F3FC6589D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5595542-E5E6-427F-B0DA-94E7C7FA8612}
EndGlobalSection
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// conjunto de atributos. Altere estes valores de atributo para modificar as informações
// associadas a um assembly.
[assembly: AssemblyTitle("QuickHasherCLI")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("QuickHasher console version")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("QuickHasherCLI")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2023")]
[assembly: AssemblyCompany("Matheusxkn")]
[assembly: AssemblyProduct("QuickHasher")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão
// usando o "*" como mostrado abaixo:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
22 changes: 22 additions & 0 deletions QuickHasherCLI.csproj → QuickHasherCLI/QuickHasherCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
Expand Down Expand Up @@ -49,5 +64,12 @@
<ItemGroup>
<None Include="App.config" />
</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" />
</Project>
13 changes: 13 additions & 0 deletions QuickHasherCLI/QuickHasherCLI.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>pt-BR</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>
4 changes: 0 additions & 4 deletions obj/Debug/.NETFramework,Version=v4.5.AssemblyAttributes.cs

This file was deleted.

Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion obj/Debug/QuickHasherCLI.csproj.CoreCompileInputs.cache

This file was deleted.

7 changes: 0 additions & 7 deletions obj/Debug/QuickHasherCLI.csproj.FileListAbsolute.txt

This file was deleted.

Binary file removed obj/Debug/QuickHasherCLI.exe
Binary file not shown.
Binary file removed obj/Debug/QuickHasherCLI.pdb
Binary file not shown.

0 comments on commit f098ea7

Please sign in to comment.