From 59a0617bb1f39042365ddf0539e72d9db2ebd3a6 Mon Sep 17 00:00:00 2001 From: "M. David Peterson" Date: Thu, 12 Jan 2012 19:46:40 -0700 Subject: [PATCH 1/5] moved to deal with unicode character file system errors --- .../C#/Example1/Calendars/Barca-2006-2007.ics | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "Examples/C#/Example1/Calendars/Bar\303\247a 2006 - 2007.ics" => Examples/C#/Example1/Calendars/Barca-2006-2007.ics (100%) diff --git "a/Examples/C#/Example1/Calendars/Bar\303\247a 2006 - 2007.ics" b/Examples/C#/Example1/Calendars/Barca-2006-2007.ics similarity index 100% rename from "Examples/C#/Example1/Calendars/Bar\303\247a 2006 - 2007.ics" rename to Examples/C#/Example1/Calendars/Barca-2006-2007.ics From b49c50ab1f449e1314e6f5655c972f83fdc1e1c0 Mon Sep 17 00:00:00 2001 From: "M. David Peterson" Date: Thu, 19 Jan 2012 17:45:22 -0700 Subject: [PATCH 2/5] Doesn't work with the git-based repository --- DDay.iCal/DDay.iCal.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DDay.iCal/DDay.iCal.csproj b/DDay.iCal/DDay.iCal.csproj index 7008dfe..2d1834e 100644 --- a/DDay.iCal/DDay.iCal.csproj +++ b/DDay.iCal/DDay.iCal.csproj @@ -285,8 +285,8 @@ --> - $(SolutionDir)subwcrev.exe $(ProjectDir). $(ProjectDir)Properties\AssemblyInfo.cs.template $(ProjectDir)Properties\AssemblyInfo.cs - + - \ No newline at end of file + From 24380133605732e53b43b4640cbfa418efacf379 Mon Sep 17 00:00:00 2001 From: "M. David Peterson" Date: Thu, 19 Jan 2012 17:46:37 -0700 Subject: [PATCH 3/5] Used to replace the incompatible subwcrev method to determine the revision number --- DDay.iCal/Properties/AssemblyInfo.cs | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 DDay.iCal/Properties/AssemblyInfo.cs diff --git a/DDay.iCal/Properties/AssemblyInfo.cs b/DDay.iCal/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..82373a5 --- /dev/null +++ b/DDay.iCal/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Security; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("DDay.iCal")] +[assembly: AssemblyDescription("An iCalendar (RFC 5545) control library. See ddaysoftware.com for details.")] +[assembly: AssemblyConfiguration("Beta")] +[assembly: AssemblyCompany("DDay Software - ddaysoftware.com")] +[assembly: AssemblyProduct("DDay.iCal")] +[assembly: AssemblyCopyright("Copyright © 2010 Douglas Day")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] +[assembly: AllowPartiallyTrustedCallers] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("47df6d82-7a92-4deb-b276-377e89f220be")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.2.*")] +[assembly: AssemblyFileVersion("1.0.2.*")] From 8778234b0041b19e8cdf84c1896fd7d7fe5edf11 Mon Sep 17 00:00:00 2001 From: "M. David Peterson" Date: Thu, 19 Jan 2012 17:53:08 -0700 Subject: [PATCH 4/5] subwcrev is incompatible with a git-based repository. removing its use and replacing it with the standard wild card usage to increment to revision number of the version --- DDay.iCal.Test/DDay.iCal.Test.csproj | 4 +-- DDay.iCal.Test/Properties/AssemblyInfo.cs | 35 +++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 DDay.iCal.Test/Properties/AssemblyInfo.cs diff --git a/DDay.iCal.Test/DDay.iCal.Test.csproj b/DDay.iCal.Test/DDay.iCal.Test.csproj index 2c8c572..ed7475f 100644 --- a/DDay.iCal.Test/DDay.iCal.Test.csproj +++ b/DDay.iCal.Test/DDay.iCal.Test.csproj @@ -571,6 +571,6 @@ --> - $(SolutionDir)subwcrev.exe $(ProjectDir). $(ProjectDir)Properties\AssemblyInfo.cs.template $(ProjectDir)Properties\AssemblyInfo.cs + - \ No newline at end of file + diff --git a/DDay.iCal.Test/Properties/AssemblyInfo.cs b/DDay.iCal.Test/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..54cd490 --- /dev/null +++ b/DDay.iCal.Test/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("DDay.iCal.Test")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("DDay.iCal.Test")] +[assembly: AssemblyCopyright("Copyright © 2010")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM componenets. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("6cfca28a-95c1-43aa-98b5-be08e826f735")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.2.*")] +[assembly: AssemblyFileVersion("1.0.2.*")] From f834ec6a723abce18249b57f7601e04587f0f41f Mon Sep 17 00:00:00 2001 From: "M. David Peterson" Date: Thu, 19 Jan 2012 18:42:24 -0700 Subject: [PATCH 5/5] standard ignores --- .gitignore | 4 +++ DDay.iCal.Test/DDay.iCal.Test.csproj | 43 +++++++++++++++++++++-- DDay.iCal.Test/DDay.iCal.Test.csproj.user | 13 ++++++- 3 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf37101 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +bin +obj +*.user + diff --git a/DDay.iCal.Test/DDay.iCal.Test.csproj b/DDay.iCal.Test/DDay.iCal.Test.csproj index ed7475f..8eaa9bb 100644 --- a/DDay.iCal.Test/DDay.iCal.Test.csproj +++ b/DDay.iCal.Test/DDay.iCal.Test.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -12,6 +13,25 @@ v3.5 512 DDay.iCal.Test.Startup + + + 3.5 + + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -21,6 +41,7 @@ TRACE;DEBUG prompt 4 + AllRules.ruleset pdbonly @@ -29,6 +50,7 @@ TRACE prompt 4 + AllRules.ruleset @@ -562,6 +584,23 @@ PreserveNewest + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + + - + \ No newline at end of file diff --git a/DDay.iCal.Test/DDay.iCal.Test.csproj.user b/DDay.iCal.Test/DDay.iCal.Test.csproj.user index 0b9e0d1..6ca3644 100644 --- a/DDay.iCal.Test/DDay.iCal.Test.csproj.user +++ b/DDay.iCal.Test/DDay.iCal.Test.csproj.user @@ -1,4 +1,5 @@ - + + Project @@ -9,4 +10,14 @@ Project + + + + + + + + en-US + false + \ No newline at end of file