From 2c48e6c2dbed41ebc7e4b1c4ca090c63b018be76 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 27 Jan 2020 00:34:16 +0000 Subject: [PATCH] --- Wiring-Console.Waterworks-into-Your-Project.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Wiring-Console.Waterworks-into-Your-Project.md b/Wiring-Console.Waterworks-into-Your-Project.md index d3d25a0..8b9b914 100644 --- a/Wiring-Console.Waterworks-into-Your-Project.md +++ b/Wiring-Console.Waterworks-into-Your-Project.md @@ -106,19 +106,19 @@ do To help you get a sense of where this file should live, please review the file structure for BrittleFish. You can do that by using the following link: -- [BrittleFish (Console Project) File Structure](https://git.abbether.net/craig.oates/Brittle-Fish/tree/master/BrittleFish) +- [BrittleFish (Console Project) File Structure](https://git.abbether.net/craig.oates/Brittle-Fish/src/branch/master/BrittleFish) ### .Net Core Like the traditional .Net version, you can use the Properties dialog box in Visual Studio. Use the links below for extra information, which are: - [Application Page, Project Designer (C#)](https://docs.microsoft.com/en-us/visualstudio/ide/reference/application-page-project-designer-csharp?view=vs-2019): This show you how to access the Properties page box and provides more information on how the Assembly Information dialog box fits into it -- from a .Net Core perspective. -- [The AssemblyInfo.fs file for BrittleFishCore](https://git.abbether.net/craig.oates/Brittle-Fish/blob/master/BrittleFishCore/AssemblyInfo.fs): The actual Assembly Information file for the BrittleFishCore console program. Use this as a reference for your own projects. +- [The AssemblyInfo.fs file for BrittleFishCore](https://git.abbether.net/craig.oates/Brittle-Fish/src/branch/master/BrittleFishCore/AssemblyInfo.fs): The actual Assembly Information file for the BrittleFishCore console program. Use this as a reference for your own projects. I tend to find, Visual Studio automatically makes a "AssemblyInfo.fs" file when I create a .Net Core project. So, I do not need to go out of my way to make one. If, for some reason, you find yourself without one, you can use the same technique in the ".Net" section above. The same applies to the code block within it. Like the section above, you can get a sense of where "AssemblyInfo.fs" should live (in a .Net Core project) by reviewing the file structure for BrittleFishCore. You can do that by using the following link: -- [BrittleFishCore (Console Project) File Structure](https://git.abbether.net/craig.oates/Brittle-Fish/tree/master/BrittleFishCore) +- [BrittleFishCore (Console Project) File Structure](https://git.abbether.net/craig.oates/Brittle-Fish/src/branch/master/BrittleFishCore)