Skip to content

Commit

Permalink
Merge pull request #6 from Larswa/feat/rename
Browse files Browse the repository at this point in the history
Renaming
  • Loading branch information
Larswa authored Jan 11, 2022
2 parents a396453 + 1270918 commit c1a146b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: Fusion360SuperSlicer.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Solution_Name: Fusion360ToSlicer.sln # Replace with your solution name, i.e. MyWpfApp.sln.
#Test_Project_Path: Fusion360ToSuperSlicer # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
ReleasePublishPath: Fusion360SuperSlicer\bin\release\net6.0\win-x64\publish\Fusion360SuperSlicer.exe
ReleasePublishPath: Fusion360ToSlicer\bin\release\net6.0\win-x64\publish\Fusion360ToSlicer.exe
#Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.

steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ riderModule.iml
/.vs/Fusion360SuperSlicer/v17/.suo
/.vs/Fusion360SuperSlicer/config/applicationhost.config
/.idea/.idea.Fusion360SuperSlicer/.idea
/.vs/Fusion360ToSlicer/v17/.suo
**/.vscode/
2 changes: 1 addition & 1 deletion Fusion360SuperSlicer.sln → Fusion360ToSlicer.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fusion360SuperSlicer", "Fusion360SuperSlicer\Fusion360SuperSlicer.csproj", "{39CE2C15-5EB4-44C1-8A10-5BB3F6DEE861}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fusion360ToSlicer", "Fusion360ToSlicer\Fusion360ToSlicer.csproj", "{39CE2C15-5EB4-44C1-8A10-5BB3F6DEE861}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// See https://aka.ms/new-console-template for more information

using System.Diagnostics;
using Fusion360SuperSlicer;
using Fusion360ToSlicer;
using Microsoft.Extensions.Configuration;
using Microsoft.VisualBasic.FileIO;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Fusion360SuperSlicer;
namespace Fusion360ToSlicer;

public class Settings
{
Expand Down
File renamed without changes.

0 comments on commit c1a146b

Please sign in to comment.