From 22cb8b142b649516a74ed1d1b36472f0f757fcca Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sun, 3 Mar 2019 10:35:18 +0000 Subject: [PATCH] Tidy the path to nuget packages, such that they can be used as git submodules. Signed-off-by: Adrian Conlon --- EightBit/EightBit.csproj | 4 ++-- EightBit/packages.config | 4 ++-- Intel8080/Intel8080.csproj | 5 +++-- Intel8080/Properties/AssemblyInfo.cs | 7 +++++-- Intel8080/packages.config | 4 ++-- M6502/M6502.csproj | 6 +++--- Z80/Z80.csproj | 6 +++--- 7 files changed, 20 insertions(+), 16 deletions(-) diff --git a/EightBit/EightBit.csproj b/EightBit/EightBit.csproj index 60c62bb..9766ef9 100644 --- a/EightBit/EightBit.csproj +++ b/EightBit/EightBit.csproj @@ -76,8 +76,8 @@ - - + + \ No newline at end of file diff --git a/EightBit/packages.config b/EightBit/packages.config index 01177e8..2c95c37 100644 --- a/EightBit/packages.config +++ b/EightBit/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Intel8080/Intel8080.csproj b/Intel8080/Intel8080.csproj index badaccb..7f5d536 100644 --- a/Intel8080/Intel8080.csproj +++ b/Intel8080/Intel8080.csproj @@ -21,6 +21,7 @@ DEBUG;TRACE prompt 4 + AllRules.ruleset pdbonly @@ -52,8 +53,8 @@ - - + + \ No newline at end of file diff --git a/Intel8080/Properties/AssemblyInfo.cs b/Intel8080/Properties/AssemblyInfo.cs index 88babfe..a4e028b 100644 --- a/Intel8080/Properties/AssemblyInfo.cs +++ b/Intel8080/Properties/AssemblyInfo.cs @@ -1,5 +1,8 @@ -using System.Reflection; -using System.Runtime.CompilerServices; +// +// Copyright (c) Adrian Conlon. All rights reserved. +// + +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/Intel8080/packages.config b/Intel8080/packages.config index 01177e8..2c95c37 100644 --- a/Intel8080/packages.config +++ b/Intel8080/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/M6502/M6502.csproj b/M6502/M6502.csproj index 58df253..6609bdc 100644 --- a/M6502/M6502.csproj +++ b/M6502/M6502.csproj @@ -67,8 +67,8 @@ - - + + - \ No newline at end of file + diff --git a/Z80/Z80.csproj b/Z80/Z80.csproj index 3962ae8..23bc635 100644 --- a/Z80/Z80.csproj +++ b/Z80/Z80.csproj @@ -59,8 +59,8 @@ - - + + - \ No newline at end of file +