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 2c8c572..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 + + - $(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/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 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.*")] 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 + 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.*")] 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