Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from OhRetro/dev-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
OhRetro authored Jul 21, 2022
2 parents dffed89 + 9ccf51c commit e5c69e7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
38 changes: 38 additions & 0 deletions RobloxTweaker - Backup.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>

<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>warnings</Nullable>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>

<Authors>OhRetro</Authors>
<Product>Roblox Tweaker</Product>
<Description>It is a tool that allows you to tweak Roblox Textures</Description>

<VersionMajor>3</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionPrefix>$(VersionMajor).$(VersionMinor)</VersionPrefix>
<VersionSuffix>.$([System.DateTime]::UtcNow.ToString(yyyyMMdd))</VersionSuffix>

<FileVersion>$(VersionPrefix)</FileVersion>

<NeutralLanguage>en</NeutralLanguage>

<AssemblyTitle>Roblox Tweaker</AssemblyTitle>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>$(VersionPrefix)$(VersionSuffix)</AssemblyVersion>

<Copyright>2022</Copyright>

<StartupObject>RobloxTweaker.Program</StartupObject>

<ApplicationIcon>logo.ico</ApplicationIcon>

<Version>$(VersionPrefix)$(VersionSuffix)</Version>

</PropertyGroup>

</Project>
4 changes: 2 additions & 2 deletions RobloxTweaker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<VersionMajor>3</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionPrefix>$(VersionMajor).$(VersionMinor)</VersionPrefix>
<VersionSuffix>.$([System.DateTime]::UtcNow.ToString(yyyyMMdd.HHmm))</VersionSuffix>
<VersionSuffix>.$([System.DateTime]::UtcNow.ToString(yyyyMMdd))</VersionSuffix>

<FileVersion>$(VersionPrefix)</FileVersion>

<NeutralLanguage>en</NeutralLanguage>

<AssemblyTitle>Roblox Tweaker</AssemblyTitle>
<AssemblyName>$(MSBuildProjectName)-$(VersionPrefix)$(VersionSuffix)</AssemblyName>
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<AssemblyVersion>$(VersionPrefix)</AssemblyVersion>

<Copyright>2022</Copyright>
Expand Down
2 changes: 0 additions & 2 deletions RobloxTweaker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RobloxTweaker", "RobloxTweaker.csproj", "{E66F3313-B848-4590-90AD-64F979B4A4E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B506B984-1F4E-4E3A-ABAE-2116AB346AF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit e5c69e7

Please sign in to comment.