From 79125053c610b9046693eefc8e808db68e669fcf Mon Sep 17 00:00:00 2001 From: Pascal Craponne Date: Sat, 9 Sep 2017 01:02:58 +0200 Subject: [PATCH] Excluding generated files from git --- ExFat.Core/ExFat.nuspec | 2 -- ExFat.Core/Properties/ProductInfo.cs | 1 - ExFat.Core/Properties/ProductInfo1.cs | 15 --------------- ExFat.DiscUtils/ExFat.DiscUtils.nuspec | 2 -- appveyor.yml | 3 +++ 5 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 ExFat.Core/ExFat.nuspec delete mode 100644 ExFat.Core/Properties/ProductInfo.cs delete mode 100644 ExFat.Core/Properties/ProductInfo1.cs delete mode 100644 ExFat.DiscUtils/ExFat.DiscUtils.nuspec diff --git a/ExFat.Core/ExFat.nuspec b/ExFat.Core/ExFat.nuspec deleted file mode 100644 index c5c98a7..0000000 --- a/ExFat.Core/ExFat.nuspec +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/ExFat.Core/Properties/ProductInfo.cs b/ExFat.Core/Properties/ProductInfo.cs deleted file mode 100644 index 19b6cfb..0000000 --- a/ExFat.Core/Properties/ProductInfo.cs +++ /dev/null @@ -1 +0,0 @@ -#error TransformOnBuild failted its mission :'( diff --git a/ExFat.Core/Properties/ProductInfo1.cs b/ExFat.Core/Properties/ProductInfo1.cs deleted file mode 100644 index b10c016..0000000 --- a/ExFat.Core/Properties/ProductInfo1.cs +++ /dev/null @@ -1,15 +0,0 @@ - -// This is ExFat, an exFAT accessor written in pure C# -// Released under MIT license -// https://github.com/picrap/ExFat - -using System.Reflection; - -[assembly: AssemblyCompany("picrap")] -[assembly: AssemblyProduct("ExFat")] -[assembly: AssemblyCopyright("Copyright © Pascal Craponne - Released under MIT license")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: AssemblyVersion("0.1.0")] -[assembly: AssemblyFileVersion("0.1.0")] diff --git a/ExFat.DiscUtils/ExFat.DiscUtils.nuspec b/ExFat.DiscUtils/ExFat.DiscUtils.nuspec deleted file mode 100644 index c5c98a7..0000000 --- a/ExFat.DiscUtils/ExFat.DiscUtils.nuspec +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 9298445..88303e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,9 @@ image: Visual Studio 2017 install: - git submodule update --init --recursive + - echo "" > ExFat.Core\Properties\ProductInfo.cs + - echo "" > ExFat.Core\ExFat.nuspec + - echo "" > ExFat.DiscUtils\ExFat.DiscUtils.nuspec before_build: nuget restore