Skip to content

Commit

Permalink
Merge pull request #1 from WilliamRagstad/release
Browse files Browse the repository at this point in the history
Renamed namespace
  • Loading branch information
WilliamRagstad authored Dec 2, 2019
2 parents 103beb3 + 70275a1 commit 9b08f8a
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CSGO Font Manager.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSGO Font Manager", "CSGO Font Manager 2.0\CSGO Font Manager.csproj", "{BC394694-0ADC-43A7-878E-C129D28E1142}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSGO Font Manager", "CSGO Font Manager\CSGO Font Manager.csproj", "{BC394694-0ADC-43A7-878E-C129D28E1142}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
1 change: 1 addition & 0 deletions CSGO Font Manager/CSGO Font Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="ClassDiagram1.cd" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
2 changes: 2 additions & 0 deletions CSGO Font Manager/ClassDiagram1.cd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram />
2 changes: 1 addition & 1 deletion CSGO Font Manager/DragAndDrop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using System.Windows.Forms;


namespace CSGO_Font_Manager_2._0
namespace CSGO_Font_Manager
{
public partial class Form1
{
Expand Down
2 changes: 1 addition & 1 deletion CSGO Font Manager/FileTemplates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace CSGO_Font_Manager_2._0
namespace CSGO_Font_Manager
{
class FileTemplates
{
Expand Down
16 changes: 8 additions & 8 deletions CSGO Font Manager/Form1.Designer.cs

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

2 changes: 1 addition & 1 deletion CSGO Font Manager/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using System.Text.RegularExpressions;
using System.Windows.Forms;

namespace CSGO_Font_Manager_2._0
namespace CSGO_Font_Manager
{
public partial class Form1 : Form
{
Expand Down
2 changes: 1 addition & 1 deletion CSGO Font Manager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;

namespace CSGO_Font_Manager_2._0
namespace CSGO_Font_Manager
{
static class Program
{
Expand Down
Binary file modified CSGO Font Manager/bin/Debug/CSGO Font Manager.exe
Binary file not shown.
Binary file modified CSGO Font Manager/bin/Debug/CSGO Font Manager.pdb
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\CSGO Font Manager.exe.config
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\CSGO Font Manager.exe
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\CSGO Font Manager.pdb
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.Shared.WinForms.dll
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.SyntaxEditor.WinForms.dll
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.Shared.WinForms.xml
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\bin\Debug\ActiproSoftware.SyntaxEditor.WinForms.xml
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csprojResolveAssemblyReference.cache
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO_Font_Manager.Form1.resources
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO_Font_Manager.Properties.Resources.resources
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csproj.GenerateResource.cache
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csproj.CoreCompileInputs.cache
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.csproj.CopyComplete
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.exe
D:\Documents\Visual Studio repos\CSGO Font Manager\CSGO Font Manager\obj\Debug\CSGO Font Manager.pdb
Binary file not shown.
Binary file not shown.
Binary file modified CSGO Font Manager/obj/Debug/CSGO Font Manager.exe
Binary file not shown.
Binary file modified CSGO Font Manager/obj/Debug/CSGO Font Manager.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9b08f8a

Please sign in to comment.