Skip to content

Commit 9702eb7

Browse files
committed
nano: Fix paths in solution file after moving it
1 parent 08752bc commit 9702eb7

File tree

2 files changed

+104
-104
lines changed

2 files changed

+104
-104
lines changed

CodeGen/Generators/NanoFrameworkGen/SolutionGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override string Generate()
3333

3434
var projectGuid = HashGuid.ToHashGuid(quantity.Name);
3535
Writer.WL($@"
36-
Project(""{_globalGuid:B}"") = ""{quantity.Name}"", ""UnitsNet.NanoFramework\GeneratedCode\{quantity.Name}\{quantity.Name}.nfproj"", ""{projectGuid:B}""
36+
Project(""{_globalGuid:B}"") = ""{quantity.Name}"", ""{quantity.Name}\{quantity.Name}.nfproj"", ""{projectGuid:B}""
3737
EndProject");
3838
sb.Append($"{{{projectGuid}}}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n");
3939
sb.Append($"{{{projectGuid}}}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n");

0 commit comments

Comments
 (0)