[Adapdev-commits] Adapdev/src AdapdevAssemblyInfo.cs,1.8,1.9 AdapdevFramework.sln,1.9,1.10 adapdev.s
Status: Beta
Brought to you by:
intesar66
From: Sean M. <int...@us...> - 2005-11-16 05:33:36
|
Update of /cvsroot/adapdev/Adapdev/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19977/src Added Files: AdapdevAssemblyInfo.cs AdapdevFramework.sln adapdev.snk Log Message: Reposting to the repository after it got hosed --- NEW FILE: AdapdevAssemblyInfo.cs --- using System.Reflection; using System.Runtime.CompilerServices; // // 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("Adapdev.NET")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Adapdev Technologies, LLC")] [assembly: AssemblyProduct("")] [assembly: AssemblyCopyright("2004 Adapdev Technologies, LLC")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // // 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("0.8.3")] // // In order to sign your assembly you must specify a key to use. Refer to the // Microsoft .NET Framework documentation for more information on assembly signing. // // Use the attributes below to control which key is used for signing. // // Notes: // (*) If no key is specified, the assembly is not signed. // (*) KeyName refers to a key that has been installed in the Crypto Service // Provider (CSP) on your machine. KeyFile refers to a file which contains // a key. // (*) If the KeyFile and the KeyName values are both specified, the // following processing occurs: // (1) If the KeyName can be found in the CSP, that key is used. // (2) If the KeyName does not exist and the KeyFile does exist, the key // in the KeyFile is installed into the CSP and used. // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. // When specifying the KeyFile, the location of the KeyFile should be // relative to the project output directory which is // %Project Directory%\obj\<configuration>. For example, if your KeyFile is // located in the project directory, you would specify the AssemblyKeyFile // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework // documentation for more information on this. // [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("..\\..\\..\\adapdev.snk")] [assembly: AssemblyKeyName("")] [assembly: log4net.Config.DOMConfigurator(Watch=true)] --- NEW FILE: AdapdevFramework.sln --- Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev", "Adapdev\Adapdev.csproj", "{CC30A321-2569-4B1F-8E1A-781B5509B56D}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Tests", "Adapdev.Tests\Adapdev.Tests.csproj", "{6012639A-3857-46CC-80BC-32CBF1F104D7}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Data", "Adapdev.Data\Adapdev.Data.csproj", "{08C5794D-44ED-4E75-A1C1-48A28C3D0044}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Data.Tests", "Adapdev.Data.Tests\Adapdev.Data.Tests.csproj", "{07695A4B-39A8-41CB-A21B-E61B3990C20F}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.CodeGen", "Adapdev.CodeGen\Adapdev.CodeGen.csproj", "{2D8FC662-0244-49F1-8017-DFE73B191017}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.CodeGen.Tests", "Adapdev.CodeGen.Tests\Adapdev.CodeGen.Tests.csproj", "{FF310091-86DF-4E18-8061-7694C0A2669B}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Cache", "Adapdev.Cache\Adapdev.Cache.csproj", "{84F894AC-EFD7-4342-B2A5-CF3EF80E0B1C}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Cache.Tests", "Adapdev.Cache.Tests\Adapdev.Cache.Tests.csproj", "{D2D00D68-57F1-4CEA-B9E6-4E7FD7CE4E43}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Web", "Adapdev.Web\Adapdev.Web.csproj", "{49455A1D-1BBB-4356-AB83-E5690726C681}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Web.Tests", "Adapdev.Web.Tests\Adapdev.Web.Tests.csproj", "{5174127E-DD36-4C32-AB42-9ADD34260BB2}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.NVelocity", "Adapdev.NVelocity\Adapdev.NVelocity.csproj", "{75D57D5C-250A-447C-80BC-2FF9DC8A14D2}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Windows.Forms", "Adapdev.Windows.Forms\Adapdev.Windows.Forms.csproj", "{0BE602B6-D67E-414E-B852-A2AC61305E8E}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.Windows.Forms.Tests", "Adapdev.Windows.Forms.Tests\Adapdev.Windows.Forms.Tests.csproj", "{D51D807A-D70C-445A-B1D9-062D61463AB7}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.UnitTest", "Adapdev.UnitTest\Adapdev.UnitTest.csproj", "{D450E7B3-CF48-421E-8B5E-9526E77E24C6}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.UnitTest.Core", "Adapdev.UnitTest.Core\Adapdev.UnitTest.Core.csproj", "{B8592DE8-C10B-4ACB-A422-919C02C04B05}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FullBuild", "FullBuild\FullBuild.csproj", "{250B6F4B-3256-4DEB-84B6-8C919058FDDC}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.UnitTest.Tests", "Adapdev.UnitTest.Tests\Adapdev.UnitTest.Tests.csproj", "{7DC72EED-57C5-43A3-AB03-D456816A6F1A}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.UnitTest.Core.Tests", "Adapdev.UnitTest.Core.Tests\Adapdev.UnitTest.Core.Tests.csproj", "{D0F97D76-E7A6-4059-B902-F792626A29A8}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.UnitTest.TestRunner", "Adapdev.UnitTest.TestRunner\Adapdev.UnitTest.TestRunner.csproj", "{2D0C35AA-CC64-4513-947D-F67C035D2B71}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.UnitTest.TestRunner.Tests", "Adapdev.UnitTest.TestRunner.Tests\Adapdev.UnitTest.TestRunner.Tests.csproj", "{59AFE252-CBC0-434A-8350-0A4722654CDA}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapdev.UnitTest.Core.AdapdevTests", "Adapdev.UnitTest.Core.AdapdevTests\Adapdev.UnitTest.Core.AdapdevTests.csproj", "{3085922A-8F7B-4C5F-8C31-41BD7CCC0D05}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {CC30A321-2569-4B1F-8E1A-781B5509B56D}.Debug.ActiveCfg = Debug|.NET {CC30A321-2569-4B1F-8E1A-781B5509B56D}.Debug.Build.0 = Debug|.NET {CC30A321-2569-4B1F-8E1A-781B5509B56D}.Release.ActiveCfg = Release|.NET {CC30A321-2569-4B1F-8E1A-781B5509B56D}.Release.Build.0 = Release|.NET {6012639A-3857-46CC-80BC-32CBF1F104D7}.Debug.ActiveCfg = Debug|.NET {6012639A-3857-46CC-80BC-32CBF1F104D7}.Debug.Build.0 = Debug|.NET {6012639A-3857-46CC-80BC-32CBF1F104D7}.Release.ActiveCfg = Release|.NET {6012639A-3857-46CC-80BC-32CBF1F104D7}.Release.Build.0 = Release|.NET {08C5794D-44ED-4E75-A1C1-48A28C3D0044}.Debug.ActiveCfg = Debug|.NET {08C5794D-44ED-4E75-A1C1-48A28C3D0044}.Debug.Build.0 = Debug|.NET {08C5794D-44ED-4E75-A1C1-48A28C3D0044}.Release.ActiveCfg = Release|.NET {08C5794D-44ED-4E75-A1C1-48A28C3D0044}.Release.Build.0 = Release|.NET {07695A4B-39A8-41CB-A21B-E61B3990C20F}.Debug.ActiveCfg = Debug|.NET {07695A4B-39A8-41CB-A21B-E61B3990C20F}.Debug.Build.0 = Debug|.NET {07695A4B-39A8-41CB-A21B-E61B3990C20F}.Release.ActiveCfg = Release|.NET {07695A4B-39A8-41CB-A21B-E61B3990C20F}.Release.Build.0 = Release|.NET {2D8FC662-0244-49F1-8017-DFE73B191017}.Debug.ActiveCfg = Debug|.NET {2D8FC662-0244-49F1-8017-DFE73B191017}.Debug.Build.0 = Debug|.NET {2D8FC662-0244-49F1-8017-DFE73B191017}.Release.ActiveCfg = Release|.NET {2D8FC662-0244-49F1-8017-DFE73B191017}.Release.Build.0 = Release|.NET {FF310091-86DF-4E18-8061-7694C0A2669B}.Debug.ActiveCfg = Debug|.NET {FF310091-86DF-4E18-8061-7694C0A2669B}.Debug.Build.0 = Debug|.NET {FF310091-86DF-4E18-8061-7694C0A2669B}.Release.ActiveCfg = Release|.NET {FF310091-86DF-4E18-8061-7694C0A2669B}.Release.Build.0 = Release|.NET {84F894AC-EFD7-4342-B2A5-CF3EF80E0B1C}.Debug.ActiveCfg = Debug|.NET {84F894AC-EFD7-4342-B2A5-CF3EF80E0B1C}.Debug.Build.0 = Debug|.NET {84F894AC-EFD7-4342-B2A5-CF3EF80E0B1C}.Release.ActiveCfg = Release|.NET {84F894AC-EFD7-4342-B2A5-CF3EF80E0B1C}.Release.Build.0 = Release|.NET {D2D00D68-57F1-4CEA-B9E6-4E7FD7CE4E43}.Debug.ActiveCfg = Debug|.NET {D2D00D68-57F1-4CEA-B9E6-4E7FD7CE4E43}.Debug.Build.0 = Debug|.NET {D2D00D68-57F1-4CEA-B9E6-4E7FD7CE4E43}.Release.ActiveCfg = Release|.NET {D2D00D68-57F1-4CEA-B9E6-4E7FD7CE4E43}.Release.Build.0 = Release|.NET {49455A1D-1BBB-4356-AB83-E5690726C681}.Debug.ActiveCfg = Debug|.NET {49455A1D-1BBB-4356-AB83-E5690726C681}.Debug.Build.0 = Debug|.NET {49455A1D-1BBB-4356-AB83-E5690726C681}.Release.ActiveCfg = Release|.NET {49455A1D-1BBB-4356-AB83-E5690726C681}.Release.Build.0 = Release|.NET {5174127E-DD36-4C32-AB42-9ADD34260BB2}.Debug.ActiveCfg = Debug|.NET {5174127E-DD36-4C32-AB42-9ADD34260BB2}.Debug.Build.0 = Debug|.NET {5174127E-DD36-4C32-AB42-9ADD34260BB2}.Release.ActiveCfg = Release|.NET {5174127E-DD36-4C32-AB42-9ADD34260BB2}.Release.Build.0 = Release|.NET {75D57D5C-250A-447C-80BC-2FF9DC8A14D2}.Debug.ActiveCfg = Debug|.NET {75D57D5C-250A-447C-80BC-2FF9DC8A14D2}.Debug.Build.0 = Debug|.NET {75D57D5C-250A-447C-80BC-2FF9DC8A14D2}.Release.ActiveCfg = Release|.NET {75D57D5C-250A-447C-80BC-2FF9DC8A14D2}.Release.Build.0 = Release|.NET {0BE602B6-D67E-414E-B852-A2AC61305E8E}.Debug.ActiveCfg = Debug|.NET {0BE602B6-D67E-414E-B852-A2AC61305E8E}.Debug.Build.0 = Debug|.NET {0BE602B6-D67E-414E-B852-A2AC61305E8E}.Release.ActiveCfg = Release|.NET {0BE602B6-D67E-414E-B852-A2AC61305E8E}.Release.Build.0 = Release|.NET {D51D807A-D70C-445A-B1D9-062D61463AB7}.Debug.ActiveCfg = Debug|.NET {D51D807A-D70C-445A-B1D9-062D61463AB7}.Debug.Build.0 = Debug|.NET {D51D807A-D70C-445A-B1D9-062D61463AB7}.Release.ActiveCfg = Release|.NET {D51D807A-D70C-445A-B1D9-062D61463AB7}.Release.Build.0 = Release|.NET {D450E7B3-CF48-421E-8B5E-9526E77E24C6}.Debug.ActiveCfg = Debug|.NET {D450E7B3-CF48-421E-8B5E-9526E77E24C6}.Debug.Build.0 = Debug|.NET {D450E7B3-CF48-421E-8B5E-9526E77E24C6}.Release.ActiveCfg = Release|.NET {D450E7B3-CF48-421E-8B5E-9526E77E24C6}.Release.Build.0 = Release|.NET {B8592DE8-C10B-4ACB-A422-919C02C04B05}.Debug.ActiveCfg = Debug|.NET {B8592DE8-C10B-4ACB-A422-919C02C04B05}.Debug.Build.0 = Debug|.NET {B8592DE8-C10B-4ACB-A422-919C02C04B05}.Release.ActiveCfg = Release|.NET {B8592DE8-C10B-4ACB-A422-919C02C04B05}.Release.Build.0 = Release|.NET {250B6F4B-3256-4DEB-84B6-8C919058FDDC}.Debug.ActiveCfg = Debug|.NET {250B6F4B-3256-4DEB-84B6-8C919058FDDC}.Debug.Build.0 = Debug|.NET {250B6F4B-3256-4DEB-84B6-8C919058FDDC}.Release.ActiveCfg = Release|.NET {250B6F4B-3256-4DEB-84B6-8C919058FDDC}.Release.Build.0 = Release|.NET {7DC72EED-57C5-43A3-AB03-D456816A6F1A}.Debug.ActiveCfg = Debug|.NET {7DC72EED-57C5-43A3-AB03-D456816A6F1A}.Debug.Build.0 = Debug|.NET {7DC72EED-57C5-43A3-AB03-D456816A6F1A}.Release.ActiveCfg = Release|.NET {7DC72EED-57C5-43A3-AB03-D456816A6F1A}.Release.Build.0 = Release|.NET {D0F97D76-E7A6-4059-B902-F792626A29A8}.Debug.ActiveCfg = Debug|.NET {D0F97D76-E7A6-4059-B902-F792626A29A8}.Debug.Build.0 = Debug|.NET {D0F97D76-E7A6-4059-B902-F792626A29A8}.Release.ActiveCfg = Release|.NET {D0F97D76-E7A6-4059-B902-F792626A29A8}.Release.Build.0 = Release|.NET {2D0C35AA-CC64-4513-947D-F67C035D2B71}.Debug.ActiveCfg = Debug|.NET {2D0C35AA-CC64-4513-947D-F67C035D2B71}.Debug.Build.0 = Debug|.NET {2D0C35AA-CC64-4513-947D-F67C035D2B71}.Release.ActiveCfg = Release|.NET {2D0C35AA-CC64-4513-947D-F67C035D2B71}.Release.Build.0 = Release|.NET {59AFE252-CBC0-434A-8350-0A4722654CDA}.Debug.ActiveCfg = Debug|.NET {59AFE252-CBC0-434A-8350-0A4722654CDA}.Debug.Build.0 = Debug|.NET {59AFE252-CBC0-434A-8350-0A4722654CDA}.Release.ActiveCfg = Release|.NET {59AFE252-CBC0-434A-8350-0A4722654CDA}.Release.Build.0 = Release|.NET {3085922A-8F7B-4C5F-8C31-41BD7CCC0D05}.Debug.ActiveCfg = Debug|.NET {3085922A-8F7B-4C5F-8C31-41BD7CCC0D05}.Debug.Build.0 = Debug|.NET {3085922A-8F7B-4C5F-8C31-41BD7CCC0D05}.Release.ActiveCfg = Release|.NET {3085922A-8F7B-4C5F-8C31-41BD7CCC0D05}.Release.Build.0 = Release|.NET EndGlobalSection GlobalSection(SolutionItems) = postSolution adapdev.snk = adapdev.snk AdapdevAssemblyInfo.cs = AdapdevAssemblyInfo.cs EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal --- NEW FILE: adapdev.snk --- (This appears to be a binary file; contents omitted.) |