Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Jul 30, 2023
1 parent 77ccf12 commit cc6e9be
Show file tree
Hide file tree
Showing 84 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
dotnet-version: 7.0.x

- name: Run Unit Tests
run: dotnet test src\hud-merger.sln
run: dotnet test src\HUDMerger.sln
6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/hud-merger/bin/Debug/net6.0-windows/hud-merger.dll",
"program": "${workspaceFolder}/src/HUDMerger/bin/Debug/net6.0-windows/HUDMerger.dll",
"args": [],
"cwd": "${workspaceFolder}/src/hud-merger",
"cwd": "${workspaceFolder}/src/HUDMerger",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
Expand All @@ -23,4 +23,4 @@
"request": "attach"
}
]
}
}
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/src/hud-merger/hud-merger.csproj",
"${workspaceFolder}/src/HUDMerger/HUDMerger.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/src/hud-merger/hud-merger.csproj",
"${workspaceFolder}/src/HUDMerger/HUDMerger.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand All @@ -32,11 +32,11 @@
"args": [
"watch",
"run",
"${workspaceFolder}/src/hud-merger/hud-merger.csproj",
"${workspaceFolder}/src/HUDMerger/HUDMerger.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
}
]
}
}
18 changes: 9 additions & 9 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
@ECHO OFF

RMDIR /s /q hud-merger\bin
RMDIR /s /q hud-merger\obj
RMDIR /s /q HUDMerger\bin
RMDIR /s /q HUDMerger\obj

@REM https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish
@REM https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
dotnet publish hud-merger -c Release
dotnet publish HUDMerger -c Release
@REM -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true --runtime win-x64

@REM start hud-merger\bin\Release\net5.0-windows\publish\
@REM start HUDMerger\bin\Release\net5.0-windows\publish\

CD hud-merger\bin\Release\net5.0-windows
CD HUDMerger\bin\Release\net5.0-windows

RENAME publish hud-merger
7z a hud-merger.zip hud-merger
RMDIR /S /Q hud-merger
RENAME publish HUDMerger
7z a hud-merger.zip HUDMerger
RMDIR /S /Q HUDMerger
RMDIR /S /Q ref
RMDIR /S /Q Resources

FOR /f %%i in ('dir /b') do (IF NOT %%~xi==.zip del %%i /q)

START .

CD ..\..\..\..\
CD ..\..\..\..\
4 changes: 2 additions & 2 deletions src/hud-merger.sln → src/HUDMerger.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "hud-merger", "hud-merger\hud-merger.csproj", "{A559117E-9AFE-4845-B619-E82E594987A8}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HUDMerger", "HUDMerger\HUDMerger.csproj", "{A559117E-9AFE-4845-B619-E82E594987A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hud-mergerTests", "hud-mergerTests\hud-mergerTests.csproj", "{636E43CE-24FD-4F54-860B-8E442ACC0318}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HUDMergerTests", "HUDMergerTests\HUDMergerTests.csproj", "{636E43CE-24FD-4F54-860B-8E442ACC0318}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
Expand All @@ -26,36 +26,36 @@
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
Expand Down Expand Up @@ -118,6 +118,6 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ResourcesURL" xml:space="preserve">
<value>https://raw.githubusercontent.com/cooolbros/hud-merger/main/src/hud-merger/Resources</value>
<value>https://raw.githubusercontent.com/cooolbros/hud-merger/main/src/HUDMerger/Resources</value>
</data>
</root>
</root>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\hud-merger\hud-merger.csproj" />
<ProjectReference Include="..\HUDMerger\HUDMerger.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cc6e9be

Please sign in to comment.