Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiidams authored Aug 12, 2023
1 parent 2a25485 commit 74f2dac
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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}/NeMoOnnxSharp.Program/bin/Debug/net7.0/NeMoOnnxSharp.Program.dll",
"program": "${workspaceFolder}/NeMoOnnxSharp.Example/bin/Debug/net7.0/NeMoOnnxSharp.Example.dll",
"args": [],
"cwd": "${workspaceFolder}/NeMoOnnxSharp.Program",
"cwd": "${workspaceFolder}/NeMoOnnxSharp.Example",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using System.Collections.Generic;
using System.Diagnostics;

namespace NeMoOnnxSharp.Program
namespace NeMoOnnxSharp.Example
{
internal static class Program
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Katsuya Iida. All Rights Reserved.
// See LICENSE in the project root for license information.

namespace NeMoOnnxSharp.Program
namespace NeMoOnnxSharp.Example
{
internal class Settings
{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion NeMoOnnxSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeMoOnnxSharp", "NeMoOnnxSh
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NeMoOnnxSharp.Tests", "NeMoOnnxSharp.Tests\NeMoOnnxSharp.Tests.csproj", "{5126DAA8-6FFD-4B0A-8F85-9C98DCF64152}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeMoOnnxSharp.Program", "NeMoOnnxSharp.Program\NeMoOnnxSharp.Program.csproj", "{52E3A920-29D9-4E9E-AAE4-EC6A77A6A08D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NeMoOnnxSharp.Example", "NeMoOnnxSharp.Example\NeMoOnnxSharp.Example.csproj", "{52E3A920-29D9-4E9E-AAE4-EC6A77A6A08D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 74f2dac

Please sign in to comment.