Merge branch 'master' into DocUpdate
Conflicts: doc/reference/src/index.xml
This commit is contained in:
151
.gitignore
vendored
151
.gitignore
vendored
@@ -1,74 +1,77 @@
|
||||
#OS junk files
|
||||
[Tt]humbs.db
|
||||
*.DS_Store
|
||||
|
||||
#Visual Studio files
|
||||
*.user
|
||||
*.aps
|
||||
*.pch
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
*.suo
|
||||
*.bak
|
||||
*.log
|
||||
*.[Cc]ache
|
||||
[Oo]bj
|
||||
[Bb]in
|
||||
[Dd]ebug*/
|
||||
[Rr]elease*/
|
||||
|
||||
#Tooling
|
||||
_ReSharper*/
|
||||
*.resharper
|
||||
[Tt]est[Rr]esult*
|
||||
|
||||
#Project files
|
||||
[Bb]uild/
|
||||
Spring.Net.snk
|
||||
s3-credentials.ps1
|
||||
TIBCO.EMS.*
|
||||
|
||||
#Subversion files
|
||||
.svn
|
||||
|
||||
# Office Temp Files
|
||||
~$*
|
||||
|
||||
#Documentation output
|
||||
doc/reference/target/
|
||||
|
||||
#Packaging Output
|
||||
packages/
|
||||
nuget-packages/
|
||||
|
||||
#Build log and other log files
|
||||
buildlog.txt
|
||||
log.txt*
|
||||
|
||||
# XMLmind temporary files
|
||||
*.xml~
|
||||
|
||||
# web site model pre-compiled files
|
||||
PrecompiledWeb
|
||||
|
||||
*.dotCover
|
||||
/src/Spring/Spring.Aop/Spring.Aop.xml
|
||||
/src/Spring/Spring.Core/Spring.Core.xml
|
||||
/src/Spring/Spring.Data.NHibernate20/Spring.Data.NHibernate20.xml
|
||||
/src/Spring/Spring.Data.NHibernate21/Spring.Data.NHibernate21.xml
|
||||
/src/Spring/Spring.Data.NHibernate30/Spring.Data.NHibernate30.xml
|
||||
/src/Spring/Spring.Data.NHibernate31/Spring.Data.NHibernate31.xml
|
||||
/src/Spring/Spring.Data.NHibernate32/Spring.Data.NHibernate32.xml
|
||||
/src/Spring/Spring.Data.NHibernate33/Spring.Data.NHibernate33.xml
|
||||
/src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.xml
|
||||
/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.xml
|
||||
/src/Spring/Spring.Messaging/Spring.Messaging.xml
|
||||
/src/Spring/Spring.Data/Spring.Data.xml
|
||||
/src/Spring/Spring.Web/Spring.Web.xml
|
||||
/src/Spring/Spring.Web.Mvc/Spring.Web.Mvc.xml
|
||||
/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.xml
|
||||
/src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.xml
|
||||
/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.xml
|
||||
/src/Spring/Spring.Services/Spring.Services.xml
|
||||
/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.xml
|
||||
/src/Spring/GenCommonAssemblyInfo.cs
|
||||
#OS junk files
|
||||
[Tt]humbs.db
|
||||
*.DS_Store
|
||||
|
||||
#Visual Studio files
|
||||
*.user
|
||||
*.aps
|
||||
*.pch
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
*.suo
|
||||
*.bak
|
||||
*.log
|
||||
*.[Cc]ache
|
||||
[Oo]bj
|
||||
[Bb]in
|
||||
[Dd]ebug*/
|
||||
[Rr]elease*/
|
||||
|
||||
#Tooling
|
||||
_ReSharper*/
|
||||
*.resharper
|
||||
[Tt]est[Rr]esult*
|
||||
|
||||
#Project files
|
||||
[Bb]uild/
|
||||
Spring.Net.snk
|
||||
s3-credentials.ps1
|
||||
TIBCO.EMS.*
|
||||
|
||||
#Subversion files
|
||||
.svn
|
||||
|
||||
# Office Temp Files
|
||||
~$*
|
||||
|
||||
#Documentation output
|
||||
doc/reference/target/
|
||||
|
||||
#Packaging Output
|
||||
packages/
|
||||
nuget-packages/
|
||||
|
||||
#Build log and other log files
|
||||
buildlog.txt
|
||||
log.txt*
|
||||
|
||||
# XMLmind temporary files
|
||||
*.xml~
|
||||
|
||||
# web site model pre-compiled files
|
||||
PrecompiledWeb
|
||||
|
||||
*.dotCover
|
||||
/src/Spring/Spring.Aop/Spring.Aop.xml
|
||||
/src/Spring/Spring.Core/Spring.Core.xml
|
||||
/src/Spring/Spring.Data.NHibernate20/Spring.Data.NHibernate20.xml
|
||||
/src/Spring/Spring.Data.NHibernate21/Spring.Data.NHibernate21.xml
|
||||
/src/Spring/Spring.Data.NHibernate30/Spring.Data.NHibernate30.xml
|
||||
/src/Spring/Spring.Data.NHibernate31/Spring.Data.NHibernate31.xml
|
||||
/src/Spring/Spring.Data.NHibernate32/Spring.Data.NHibernate32.xml
|
||||
/src/Spring/Spring.Data.NHibernate33/Spring.Data.NHibernate33.xml
|
||||
/src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.xml
|
||||
/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.xml
|
||||
/src/Spring/Spring.Messaging/Spring.Messaging.xml
|
||||
/src/Spring/Spring.Data/Spring.Data.xml
|
||||
/src/Spring/Spring.Web/Spring.Web.xml
|
||||
/src/Spring/Spring.Web.Conversation.NHibernate32/Spring.Web.Conversation.NHibernate32.xml
|
||||
/src/Spring/Spring.Web.Conversation.NHibernate33/Spring.Web.Conversation.NHibernate33.xml
|
||||
/src/Spring/Spring.Web.Mvc/Spring.Web.Mvc.xml
|
||||
/src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.xml
|
||||
/src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.xml
|
||||
/src/Spring/Spring.Testing.NUnit/Spring.Testing.NUnit.xml
|
||||
/src/Spring/Spring.Services/Spring.Services.xml
|
||||
/src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.xml
|
||||
/src/Spring/GenCommonAssemblyInfo.cs
|
||||
/.project
|
||||
|
||||
@@ -62,9 +62,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate33.20
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate33.Tests.2008", "test\Spring\Spring.Data.NHibernate33.Tests\Spring.Data.NHibernate33.Tests.2008.csproj", "{B48B00A6-8E4C-4953-9B82-7121A08AC57C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.2008", "src\Spring\Spring.Scheduling.Quartz20\Spring.Scheduling.Quartz20.2008.csproj", "{764C3A6A-8690-49DD-B9AF-99E7C09AE4F0}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.2008", "src\Spring\Spring.Scheduling.Quartz21\Spring.Scheduling.Quartz21.2008.csproj", "{764C3A6A-8690-49DD-B9AF-99E7C09AE4F0}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.Tests.2008", "test\Spring\Spring.Scheduling.Quartz20.Tests\Spring.Scheduling.Quartz20.Tests.2008.csproj", "{47E7DF97-2515-4F2F-BBFD-0A4C205800DE}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.Tests.2008", "test\Spring\Spring.Scheduling.Quartz21.Tests\Spring.Scheduling.Quartz21.Tests.2008.csproj", "{47E7DF97-2515-4F2F-BBFD-0A4C205800DE}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate32.2008", "src\Spring\Spring.Web.Conversation.NHibernate32\Spring.Web.Conversation.NHibernate32.2008.csproj", "{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate33.2008", "src\Spring\Spring.Web.Conversation.NHibernate33\Spring.Web.Conversation.NHibernate33.2008.csproj", "{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate32.Tests.2008", "test\Spring\Spring.Web.Conversation.NHibernate32.Tests\Spring.Web.Conversation.NHibernate32.Tests.2008.csproj", "{2FB16852-22AD-4A5B-885A-97136265CC46}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate33.Tests.2008", "test\Spring\Spring.Web.Conversation.NHibernate33.Tests\Spring.Web.Conversation.NHibernate33.Tests.2008.csproj", "{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
@@ -244,26 +252,6 @@ Global
|
||||
{4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{4D6D616B-7643-4D6B-8E5E-14ECFDB9AF82}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{E823D54C-CE82-4868-929F-5F95A999F61E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{9FE720ED-2BD9-4FB9-89C8-FFFA4A491CB5}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{AEB1578C-9018-4D49-B440-789F38DD2F29}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{AEB1578C-9018-4D49-B440-789F38DD2F29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{AEB1578C-9018-4D49-B440-789F38DD2F29}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
@@ -404,6 +392,46 @@ Global
|
||||
{47E7DF97-2515-4F2F-BBFD-0A4C205800DE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{47E7DF97-2515-4F2F-BBFD-0A4C205800DE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{47E7DF97-2515-4F2F-BBFD-0A4C205800DE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -79,9 +79,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Mvc4.2010", "src
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Mvc4.Tests.2010", "test\Spring\Spring.Web.Mvc4.Tests\Spring.Web.Mvc4.Tests.2010.csproj", "{7B2FB412-047C-4A34-A0D9-3F3D2727F388}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.2010", "src\Spring\Spring.Scheduling.Quartz20\Spring.Scheduling.Quartz20.2010.csproj", "{E823D54C-CE82-4868-929F-5F95A999F123}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.2010", "src\Spring\Spring.Scheduling.Quartz21\Spring.Scheduling.Quartz21.2010.csproj", "{E823D54C-CE82-4868-929F-5F95A999F123}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.Tests.2010", "test\Spring\Spring.Scheduling.Quartz20.Tests\Spring.Scheduling.Quartz20.Tests.2010.csproj", "{247787CF-ECE1-4675-8B42-7DF4329A4891}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.Tests.2010", "test\Spring\Spring.Scheduling.Quartz21.Tests\Spring.Scheduling.Quartz21.Tests.2010.csproj", "{247787CF-ECE1-4675-8B42-7DF4329A4891}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Messaging.Ems.Integration.Tests.2010", "test\Spring\Spring.Messaging.Ems.Integration.Tests\Spring.Messaging.Ems.Integration.Tests.2010.csproj", "{FA934E92-C8C2-428A-BE2A-26818F17A787}"
|
||||
EndProject
|
||||
@@ -91,7 +91,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate33.In
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Messaging.Nms.Integration.Tests.2010", "test\Spring\Spring.Messaging.Nms.Integration.Tests\Spring.Messaging.Nms.Integration.Tests.2010.csproj", "{E5323AC8-137E-4EF7-BC62-3BD6FC0576CD}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.Integration.Tests.2010", "test\Spring\Spring.Scheduling.Quartz20.Integration.Tests\Spring.Scheduling.Quartz20.Integration.Tests.2010.csproj", "{8CF0F34A-CC93-4D87-AE14-A2DEEF072F26}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.Integration.Tests.2010", "test\Spring\Spring.Scheduling.Quartz21.Integration.Tests\Spring.Scheduling.Quartz21.Integration.Tests.2010.csproj", "{8CF0F34A-CC93-4D87-AE14-A2DEEF072F26}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate32.2010", "src\Spring\Spring.Web.Conversation.NHibernate32\Spring.Web.Conversation.NHibernate32.2010.csproj", "{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate33.2010", "src\Spring\Spring.Web.Conversation.NHibernate33\Spring.Web.Conversation.NHibernate33.2010.csproj", "{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate32.Tests.2010", "test\Spring\Spring.Web.Conversation.NHibernate32.Tests\Spring.Web.Conversation.NHibernate32.Tests.2010.csproj", "{2FB16852-22AD-4A5B-885A-97136265CC46}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Web.Conversation.NHibernate33.Tests.2010", "test\Spring\Spring.Web.Conversation.NHibernate33.Tests\Spring.Web.Conversation.NHibernate33.Tests.2010.csproj", "{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(TestCaseManagementSettings) = postSolution
|
||||
@@ -436,14 +444,10 @@ Global
|
||||
{9C86BC69-DD23-4DCC-B11F-8781BBC887CF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{CB351EB2-049D-40BE-BB09-1CE4ED68FE67}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{CB351EB2-049D-40BE-BB09-1CE4ED68FE67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CB351EB2-049D-40BE-BB09-1CE4ED68FE67}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
@@ -486,14 +490,10 @@ Global
|
||||
{247787CF-ECE1-4675-8B42-7DF4329A4891}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{FA934E92-C8C2-428A-BE2A-26818F17A787}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{CD6A49DE-745C-4360-AADF-3539CFEC6639}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{CD6A49DE-745C-4360-AADF-3539CFEC6639}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CD6A49DE-745C-4360-AADF-3539CFEC6639}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
@@ -534,6 +534,46 @@ Global
|
||||
{8CF0F34A-CC93-4D87-AE14-A2DEEF072F26}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8CF0F34A-CC93-4D87-AE14-A2DEEF072F26}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{8CF0F34A-CC93-4D87-AE14-A2DEEF072F26}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{64400FF8-2E9F-4809-B5F4-0C7EB8ABFF87}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{CF375928-B6D5-485C-B04D-2BC41D9DBF1E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{2FB16852-22AD-4A5B-885A-97136265CC46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{C57B05EA-FD1A-40EC-BB60-D2E45AB1A86A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
25
Spring.Net.2010.sln.DotSettings
Normal file
25
Spring.Net.2010.sln.DotSettings
Normal file
@@ -0,0 +1,25 @@
|
||||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/BLANK_LINES_AROUND_SINGLE_LINE_INVOCABLE/@EntryValue">1</s:Int64>
|
||||
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_BLANK_LINES_IN_CODE/@EntryValue">1</s:Int64>
|
||||
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/KEEP_BLANK_LINES_IN_DECLARATIONS/@EntryValue">1</s:Int64>
|
||||
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_LINES/@EntryValue">False</s:Boolean>
|
||||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=ID/@EntryIndexedValue"></s:String>
|
||||
<s:Boolean x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=ID/@EntryIndexRemoved">True</s:Boolean>
|
||||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=URL/@EntryIndexedValue"></s:String>
|
||||
<s:Boolean x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=URL/@EntryIndexRemoved">True</s:Boolean>
|
||||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
|
||||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticReadonly/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
|
||||
<s:Boolean x:Key="/Default/CodeInspection/Highlighting/IdentifierHighlightingEnabled/@EntryValue">True</s:Boolean>
|
||||
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">SOLUTION</s:String>
|
||||
<s:Boolean x:Key="/Default/Environment/TextControl/HighlightCurrentLine/@EntryValue">True</s:Boolean>
|
||||
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_IFELSE_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
|
||||
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FOR_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
|
||||
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FOREACH_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
|
||||
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_WHILE_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
|
||||
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_USING_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
|
||||
<s:String x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/FORCE_FIXED_BRACES_STYLE/@EntryValue">ALWAYS_ADD</s:String>
|
||||
<s:Int64 x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/BLANK_LINES_BETWEEN_USING_GROUPS/@EntryValue">1</s:Int64>
|
||||
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue"><data /></s:String>
|
||||
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue"><data><IncludeFilters /><ExcludeFilters /></data></s:String>
|
||||
<s:Boolean x:Key="/Default/PatternsAndTemplates/Todo/TodoPatterns/=961894CCC510410ABE2B99132B253C80/CaseSensitive/@EntryValue">True</s:Boolean>
|
||||
<s:String x:Key="/Default/PatternsAndTemplates/Todo/TodoPatterns/=961894CCC510410ABE2B99132B253C80/Pattern/@EntryValue">(?<=^)(TODO:)(.*)</s:String></wpf:ResourceDictionary>
|
||||
261
Spring.build
261
Spring.build
@@ -111,7 +111,13 @@ Commandline Examples:
|
||||
<property name="spring.basedir" value="${project::get-base-directory()}"/>
|
||||
<property name="spring.nonredistdir" value="${spring.basedir}\..\..\nonredist"/>
|
||||
<property name="tool.dir" value="${project::get-base-directory()}\build-support\tools"/>
|
||||
|
||||
|
||||
<!--Support for Windows XP in other languages. In Portuguese, for example, is "c:\Arquivos de Programs"-->
|
||||
<property name="programfiles" value="C:\Program Files"/>
|
||||
<property name="programfilesx86" value="C:\Program Files (x86)"/>
|
||||
<property name="programfiles" value="${environment::get-variable('ProgramFiles')}" failonerror="false"/>
|
||||
<property name="programfilesx86" value="${environment::get-variable('ProgramFiles(x86)')}" failonerror="false"/>
|
||||
|
||||
<!-- build SDK docs with NDoc -->
|
||||
<property name="doc.sdk" value="false"/>
|
||||
|
||||
@@ -133,6 +139,8 @@ Commandline Examples:
|
||||
<property name="project.build.sign" value="false" overwrite="false" />
|
||||
|
||||
<property name="test.withcoverage" value="false" overwrite="true" />
|
||||
<!-- what coverage tool to use: ncover or opencover -->
|
||||
<property name="test.coverage.tool" value="opencover" overwrite="false" />
|
||||
|
||||
<!-- import non-redistributables if available -->
|
||||
<!-- to build certain libraries (e.g. Spring.Messaging.Ems), 3rd party libraries are required
|
||||
@@ -387,7 +395,7 @@ Commandline Examples:
|
||||
<property name="lib.dir" value="${spring.basedir}/lib/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}"/>
|
||||
<property name="nh32.lib.dir" value="${spring.basedir}/lib/NHibernate32/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}"/>
|
||||
<property name="nh33.lib.dir" value="${spring.basedir}/lib/NHibernate33/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}"/>
|
||||
<property name="quartz20.lib.dir" value="${spring.basedir}/lib/Quartz20/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}"/>
|
||||
<property name="quartz21.lib.dir" value="${spring.basedir}/lib/Quartz21/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}"/>
|
||||
<call target="copylibtobin"/>
|
||||
|
||||
<!-- build assemblies -->
|
||||
@@ -395,7 +403,6 @@ Commandline Examples:
|
||||
<nant buildfile="src/Spring/Spring.Aop/Spring.Aop.build" target="build" if="${build-aop}"/>
|
||||
<nant buildfile="src/Spring/Spring.Web/Spring.Web.build" target="build" if="${build-web}"/>
|
||||
<nant buildfile="src/Spring/Spring.Web.Extensions/Spring.Web.Extensions.build" target="build" if="${build-web and (nant.settings.currentframework == 'net-3.5' or nant.settings.currentframework == 'net-4.0' or nant.settings.currentframework == 'mono-2.0')}"/>
|
||||
<nant buildfile="src/Spring/Spring.Web.Mvc/Spring.Web.Mvc.build" target="build" if="${nant.settings.currentframework == 'net-3.5' or nant.settings.currentframework == 'net-4.0'}"/>
|
||||
<nant buildfile="src/Spring/Spring.Web.Mvc3/Spring.Web.Mvc3.build" target="build" if="${nant.settings.currentframework == 'net-4.0'}"/>
|
||||
<nant buildfile="src/Spring/Spring.Web.Mvc4/Spring.Web.Mvc4.build" target="build" if="${nant.settings.currentframework == 'net-4.0'}"/>
|
||||
<nant buildfile="src/Spring/Spring.Data/Spring.Data.build" target="build" if="${build-data}"/>
|
||||
@@ -408,12 +415,15 @@ Commandline Examples:
|
||||
<nant buildfile="src/Spring/Spring.Testing.Microsoft/Spring.Testing.Microsoft.build" target="build" if="${build-testing-microsoft}"/>
|
||||
<nant buildfile="src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.build" target="build" if="${build-ems and (nant.settings.currentframework == 'net-3.5' or nant.settings.currentframework == 'net-4.0' )}"/>
|
||||
<nant buildfile="src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.build" target="build" if="${build-nms}"/>
|
||||
<nant buildfile="src/Spring/Spring.Scheduling.Quartz20/Spring.Scheduling.Quartz20.build" target="build" if="${build-quartz}"/>
|
||||
<nant buildfile="src/Spring/Spring.Scheduling.Quartz21/Spring.Scheduling.Quartz21.build" target="build" if="${build-quartz}"/>
|
||||
<nant buildfile="src/Spring/Spring.Messaging/Spring.Messaging.build" target="build" if="${build-msmq}"/>
|
||||
<nant buildfile="src/Spring/Spring.Template.Velocity/Spring.Template.Velocity.build" target="build" if="${build-velocity}"/>
|
||||
<!--"Spring.ConversationWA.NH*.dll" should be at last to prevent the other assemblies are compiled with reference to this-->
|
||||
<nant buildfile="src/Spring/Spring.Web.Conversation.NHibernate32/Spring.Web.Conversation.NHibernate32.build" target="build" if="${build-conversation}"/>
|
||||
<nant buildfile="src/Spring/Spring.Web.Conversation.NHibernate33/Spring.Web.Conversation.NHibernate33.build" target="build" if="${build-conversation}"/>
|
||||
|
||||
<!-- test assemblies -->
|
||||
|
||||
|
||||
<nant buildfile="test/Spring/Spring.Core.Tests/Spring.Core.Tests.build" target="test"/>
|
||||
<nant buildfile="test/Spring/Spring.Aop.Tests/Spring.Aop.Tests.build" target="test" if="${build-aop}"/>
|
||||
<nant buildfile="test/Spring/Spring.Data.Tests/Spring.Data.Tests.build" target="test" if="${build-data}"/>
|
||||
@@ -426,7 +436,6 @@ Commandline Examples:
|
||||
|
||||
<nant buildfile="test/Spring/Spring.Services.Tests/Spring.Services.Tests.build" target="test" if="${build-services}"/>
|
||||
<nant buildfile="test/Spring/Spring.Web.Tests/Spring.Web.Tests.build" target="test" if="${build-web}"/>
|
||||
<nant buildfile="test/Spring/Spring.Web.Mvc.Tests/Spring.Web.Mvc.Tests.build" target="test" if="${build-web and (nant.settings.currentframework == 'net-3.5' or nant.settings.currentframework == 'net-4.0')}"/>
|
||||
<nant buildfile="test/Spring/Spring.Web.Mvc3.Tests/Spring.Web.Mvc3.Tests.build" target="test" if="${build-web and nant.settings.currentframework == 'net-4.0'}"/>
|
||||
<nant buildfile="test/Spring/Spring.Web.Mvc4.Tests/Spring.Web.Mvc4.Tests.build" target="test" if="${build-web and nant.settings.currentframework == 'net-4.0'}"/>
|
||||
<nant buildfile="test/Spring/Spring.Testing.NUnit.Tests/Spring.Testing.NUnit.Tests.build" target="test" if="${build-testing-nunit}"/>
|
||||
@@ -435,22 +444,29 @@ Commandline Examples:
|
||||
<nant buildfile="test/Spring/Spring.Messaging.Ems.Integration.Tests/Spring.Messaging.Ems.Integration.Tests.build" target="test" if="${build-ems}"/>
|
||||
<nant buildfile="test/Spring/Spring.Messaging.Nms.Tests/Spring.Messaging.Nms.Tests.build" target="test" if="${build-nms}"/>
|
||||
<nant buildfile="test/Spring/Spring.Messaging.Nms.Integration.Tests/Spring.Messaging.Nms.Integration.Tests.build" target="test" if="${build-nms}"/>
|
||||
<nant buildfile="test/Spring/Spring.Scheduling.Quartz20.Tests/Spring.Scheduling.Quartz20.Tests.build" target="test" if="${build-quartz}"/>
|
||||
<nant buildfile="test/Spring/Spring.Scheduling.Quartz21.Tests/Spring.Scheduling.Quartz21.Tests.build" target="test" if="${build-quartz}"/>
|
||||
<nant buildfile="test/Spring/Spring.Messaging.Tests/Spring.Messaging.Tests.build" target="test" if="${build-msmq}"/>
|
||||
<nant buildfile="test/Spring/Spring.Template.Velocity.Tests/Spring.Template.Velocity.Tests.build" target="test" if="${build-velocity}"/>
|
||||
<!--"Spring.ConversationWA.NH*.Tests.dll" should be at last to prevent the other tests are compiled with reference to this-->
|
||||
<nant buildfile="test/Spring/Spring.Web.Conversation.NHibernate32.Tests/Spring.Web.Conversation.NHibernate32.Tests.build" target="test" if="${build-conversation}"/>
|
||||
<nant buildfile="test/Spring/Spring.Web.Conversation.NHibernate33.Tests/Spring.Web.Conversation.NHibernate33.Tests.build" target="test" if="${build-conversation}"/>
|
||||
|
||||
<!-- Main solutions and examples are compiled via task build-solutions -->
|
||||
|
||||
<!-- build coverage summary -->
|
||||
<exec program="${tool.dir}/ncoverexplorer/ncoverexplorer.console.exe" workingdir="${current.bin.dir}" failonerror="false">
|
||||
<arg value="/xml:"${current.bin.dir}/TestCoverageSummary.xml"" />
|
||||
<arg value="/report:ModuleClassFunctionSummary" />
|
||||
<arg value="/sort:4" />
|
||||
<arg value="/minCoverage:80" />
|
||||
<arg value="/q" />
|
||||
<arg path="${current.bin.dir}/*-TestCoverage.xml" />
|
||||
</exec>
|
||||
<exec program="${tool.dir}/ncoverexplorer/ncoverexplorer.console.exe" workingdir="${current.bin.dir}" failonerror="false" if="${test.coverage.tool == 'ncover' and test.withcoverage}">
|
||||
<arg value="/xml:"${current.bin.dir}/TestCoverageSummary.xml"" />
|
||||
<arg value="/report:ModuleClassFunctionSummary" />
|
||||
<arg value="/sort:4" />
|
||||
<arg value="/minCoverage:80" />
|
||||
<arg value="/q" />
|
||||
<arg path="${current.bin.dir}/*-TestCoverage.xml" />
|
||||
</exec>
|
||||
|
||||
<exec program="${tool.dir}\ReportGenerator\bin\ReportGenerator.exe" workingdir="${current.bin.dir}" verbose="true" if="${test.coverage.tool == 'opencover' and test.withcoverage}">
|
||||
<arg value="*-TestCoverage.xml" />
|
||||
<arg path="${current.bin.dir}\CoverageReport\Summary" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="compile-net-3.5" description="Builds .NET Framework 3.5 version"
|
||||
@@ -573,7 +589,7 @@ Commandline Examples:
|
||||
|
||||
<!-- Top level targets -->
|
||||
<!-- target for developers to do just debug build and test everything in CVS -->
|
||||
<target name="test">
|
||||
<target name="test" description="build an test">
|
||||
<echo message="Compiling debug configuration for all runtime configurations."/>
|
||||
<property name="nant.target.root.name" value="build"/>
|
||||
<call target="build-all-function"/>
|
||||
@@ -615,7 +631,7 @@ Commandline Examples:
|
||||
</if>
|
||||
</target>
|
||||
|
||||
<target name="build-mono-2.0">
|
||||
<target name="build-mono-2.0" if="false">
|
||||
|
||||
<if test="${property::exists('project.build.package') and project.build.package}">
|
||||
<call target="set-release-build-configuration"/>
|
||||
@@ -646,7 +662,7 @@ Commandline Examples:
|
||||
failonerror="false"/>
|
||||
</target>
|
||||
|
||||
<target name="clean-obj">
|
||||
<target name="clean-obj" description="Clean all 'obj' and 'bin' folders">
|
||||
<delete dir="src/Spring/Spring.Aop/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Aop/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Core/obj" failonerror="false"/>
|
||||
@@ -665,8 +681,8 @@ Commandline Examples:
|
||||
<delete dir="src/Spring/Spring.Messaging.Ems/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Messaging/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Messaging/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Scheduling.Quartz20/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Scheduling.Quartz20/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Scheduling.Quartz21/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Scheduling.Quartz21/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Template.Velocity/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Template.Velocity/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Testing.NUnit/obj" failonerror="false"/>
|
||||
@@ -674,9 +690,28 @@ Commandline Examples:
|
||||
<delete dir="src/Spring/Spring.Testing.Microsoft/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Testing.Microsoft/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Conversation.NHibernate32/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Conversation.NHibernate32/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Extensions/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Extensions/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Mvc3/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Mvc3/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Mvc4/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Mvc4/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Conversation.NHibernate32/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Conversation.NHibernate32/bin" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Conversation.NHibernate33/obj" failonerror="false"/>
|
||||
<delete dir="src/Spring/Spring.Web.Conversation.NHibernate33/bin" failonerror="false"/>
|
||||
|
||||
<delete dir="test/Spring/Spring.Messaging.Ems.Integration.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Messaging.Ems.Integration.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz21.Integration.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz21.Integration.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc3.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc3.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc4.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc4.Tests/bin" failonerror="false"/>
|
||||
|
||||
<delete dir="test/Spring/Spring.Aop.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Aop.Tests/bin" failonerror="false"/>
|
||||
@@ -704,8 +739,8 @@ Commandline Examples:
|
||||
<delete dir="test/Spring/Spring.Messaging.Ems.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Messaging.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Messaging.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz20.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz20.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz21.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz21.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Template.Velocity.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Template.Velocity.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Tests/obj" failonerror="false"/>
|
||||
@@ -714,6 +749,41 @@ Commandline Examples:
|
||||
<delete dir="test/Spring/Spring.Testing.Microsoft.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Testing.NUnit.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Testing.NUnit.Tests/bin" failonerror="false"/>
|
||||
|
||||
<delete failonerror="false">
|
||||
<fileset basedir="test/Spring/Spring.Web.Conversation.NHibernate32.Tests/Data/Spring/ConversationWA/WebConversationStateTest/Bin">
|
||||
<include name="*.dll"/>
|
||||
<include name="*.xml"/>
|
||||
<include name="*.pdb"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<delete failonerror="false">
|
||||
<fileset basedir="test/Spring/Spring.Web.Conversation.NHibernate33.Tests/Data/Spring/ConversationWA/WebConversationStateTest/Bin">
|
||||
<include name="*.dll"/>
|
||||
<include name="*.xml"/>
|
||||
<include name="*.pdb"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<delete dir="test/Spring/Spring.Messaging.Ems.Integration.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Messaging.Ems.Integration.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz21.Integration.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Scheduling.Quartz21.Integration.Tests/obj" failonerror="false"/>
|
||||
<delete failonerror="false">
|
||||
<fileset basedir="test/Spring/Spring.Services.Tests/Data/Spring/WindowsService/Cassini/wwwroot/bin">
|
||||
<include name="*.dll"/>
|
||||
<include name="*.xml"/>
|
||||
<include name="*.pdb"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc3.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc3.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc4.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Mvc4.Tests/bin" failonerror="false"/>
|
||||
|
||||
<delete dir="test/Spring/Spring.Web.Conversation.NHibernate32.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Conversation.NHibernate32.Tests/bin" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Conversation.NHibernate33.Tests/obj" failonerror="false"/>
|
||||
<delete dir="test/Spring/Spring.Web.Conversation.NHibernate33.Tests/bin" failonerror="false"/>
|
||||
|
||||
<delete dir="examples/Spring/Spring.CachingQuickStart/src/Spring.CachingQuickStart.Web/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.CachingQuickStart/src/Spring.CachingQuickStart.Web/obj" failonerror="false"/>
|
||||
@@ -744,6 +814,100 @@ Commandline Examples:
|
||||
<delete dir="examples/Spring/SpringAir/test/SpringAir.Core.Tests/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/SpringAir/test/SpringAir.Data.Ado.Tests/bin" failonerror="false"/>
|
||||
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Common/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Common/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step1/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step1/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step2/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step2/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step3/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step3/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step4/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step4/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step5/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step5/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step6/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step6/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step7/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.AopQuickStart/src/Spring.AopQuickStart.Step7/obj" failonerror="false"/>
|
||||
<delete failonerror="false">
|
||||
<fileset basedir="examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Bin">
|
||||
<include name="*.dll"/>
|
||||
<include name="*.xml"/>
|
||||
<include name="*.pdb"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<delete failonerror="false">
|
||||
<fileset basedir="examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Bin">
|
||||
<include name="*.dll"/>
|
||||
<include name="*.xml"/>
|
||||
<include name="*.pdb"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<delete dir="examples/Spring/Spring.DataQuickStart/src/Spring/Spring.DataQuickStart/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.DataQuickStart/test/Spring/Spring.DataQuickStart.Tests/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.IoCQuickStart.AppContext/src/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.IoCQuickStart.AppContext/src/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.IoCQuickStart.EventRegistry/src/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.IoCQuickStart.EventRegistry/src/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.IoCQuickStart.MovieFinder/src/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.IoCQuickStart.MovieFinder/src/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Client/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Common/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.MsmqQuickStart/src/Spring/Spring.MsmqQuickStart.Server/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Client/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Common/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.NmsQuickStart/src/Spring/Spring.NmsQuickStart.Server/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.TxQuickStart/src/Spring/Spring.TxQuickStart/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.TxQuickStart/test/Spring/Spring.TxQuickStart.Tests/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Aspects/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Aspects/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ClientApp/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ClientApp/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Contracts/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.Contracts/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerApp/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerApp/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerWeb/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.WcfQuickStart/src/Spring.WcfQuickStart.ServerWeb/obj" failonerror="false"/>
|
||||
<delete failonerror="false">
|
||||
<fileset basedir="examples/Spring/Spring.Web.Extensions.Example/src/Spring.Web.Extensions.Example.2008/Bin">
|
||||
<include name="*.dll"/>
|
||||
<include name="*.xml"/>
|
||||
<include name="*.pdb"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<delete failonerror="false">
|
||||
<fileset basedir="examples/Spring/Spring.Web.Extensions.Example/src/Spring.Web.Extensions.Example.2010/Bin">
|
||||
<include name="*.dll"/>
|
||||
<include name="*.xml"/>
|
||||
<include name="*.pdb"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
<delete dir="examples/Spring/SpringAir/src/SpringAir.Web.2005.References/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/SpringAir/src/SpringAir.Web.2005.References/obj" failonerror="false"/>
|
||||
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Dao.NHibernate/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Service/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.ConvWA/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/src/Spring.Northwind.Web.ConvWA/bin" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/obj" failonerror="false"/>
|
||||
<delete dir="examples/Spring/Spring.Data.NHibernate.Northwind/test/Spring.Northwind.IntegrationTests/bin" failonerror="false"/>
|
||||
</target>
|
||||
|
||||
<target name="package" depends="set-package-configuration" description="Build and Package distribution">
|
||||
@@ -1205,10 +1369,6 @@ Commandline Examples:
|
||||
<include name="*/*/Spring.Web.xml"/>
|
||||
<include name="*/*/Spring.Web.pdb"/>
|
||||
|
||||
<include name="*/*/Spring.Web.Mvc.dll"/>
|
||||
<include name="*/*/Spring.Web.Mvc.xml"/>
|
||||
<include name="*/*/Spring.Web.Mvc.pdb"/>
|
||||
|
||||
<include name="*/*/Spring.Web.Mvc3.dll"/>
|
||||
<include name="*/*/Spring.Web.Mvc3.xml"/>
|
||||
<include name="*/*/Spring.Web.Mvc3.pdb"/>
|
||||
@@ -1245,14 +1405,22 @@ Commandline Examples:
|
||||
<include name="*/*/Spring.Messaging.xml"/>
|
||||
<include name="*/*/Spring.Messaging.pdb"/>
|
||||
|
||||
<include name="*/*/Spring.Scheduling.Quartz20.dll"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz20.xml"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz20.pdb"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz21.dll"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz21.xml"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz21.pdb"/>
|
||||
|
||||
<include name="*/*/Spring.Template.Velocity.dll"/>
|
||||
<include name="*/*/Spring.Template.Velocity.xml"/>
|
||||
<include name="*/*/Spring.Template.Velocity.pdb"/>
|
||||
|
||||
<include name="*/*/Spring.Web.Conversation.NHibernate32.dll"/>
|
||||
<include name="*/*/Spring.Web.Conversation.NHibernate32.xml"/>
|
||||
<include name="*/*/Spring.Web.Conversation.NHibernate32.pdb"/>
|
||||
|
||||
<include name="*/*/Spring.Web.Conversation.NHibernate33.dll"/>
|
||||
<include name="*/*/Spring.Web.Conversation.NHibernate33.xml"/>
|
||||
<include name="*/*/Spring.Web.Conversation.NHibernate33.pdb"/>
|
||||
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
@@ -1264,13 +1432,9 @@ Commandline Examples:
|
||||
<include name="*/Spring.Services.xml"/>
|
||||
<include name="*/Spring.Services.pdb"/>
|
||||
|
||||
<include name="*/*/Spring.Scheduling.Quartz20.dll"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz20.xml"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz20.pdb"/>
|
||||
|
||||
<include name="*/Spring.Web.Mvc.dll"/>
|
||||
<include name="*/Spring.Web.Mvc.xml"/>
|
||||
<include name="*/Spring.Web.Mvc.pdb"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz21.dll"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz21.xml"/>
|
||||
<include name="*/*/Spring.Scheduling.Quartz21.pdb"/>
|
||||
|
||||
<include name="*/Spring.Web.Extensions.dll"/>
|
||||
<include name="*/Spring.Web.Extensions.xml"/>
|
||||
@@ -1405,6 +1569,7 @@ Commandline Examples:
|
||||
<property name="test.integration.nms" value="false" overwrite="false" />
|
||||
<property name="build-aop" value="true" />
|
||||
<property name="build-data" value="true" />
|
||||
<property name="build-conversation" value="true" />
|
||||
<property name="build-services" value="true" />
|
||||
<property name="build-testing-nunit" value="true" />
|
||||
<property name="build-testing-microsoft" value="false" />
|
||||
@@ -1444,6 +1609,7 @@ Commandline Examples:
|
||||
<property name="test.integration.nms" value="false" overwrite="false" />
|
||||
<property name="build-aop" value="true"/>
|
||||
<property name="build-data" value="true"/>
|
||||
<property name="build-conversation" value="true" />
|
||||
<property name="build-services" value="true"/>
|
||||
<property name="build-testing-nunit" value="true"/>
|
||||
<property name="build-testing-microsoft" value="false" />
|
||||
@@ -1463,7 +1629,6 @@ Commandline Examples:
|
||||
<include name="src/Spring/Spring.Core/**"/>
|
||||
<include name="src/Spring/Spring.Aop/**"/>
|
||||
<include name="src/Spring/Spring.Web/**"/>
|
||||
<include name="src/Spring/Spring.Web.Mvc/**"/>
|
||||
<include name="src/Spring/Spring.Web.Mvc3/**"/>
|
||||
<include name="src/Spring/Spring.Web.Mvc4/**"/>
|
||||
<include name="src/Spring/Spring.Web.Extensions/**"/>
|
||||
@@ -1474,16 +1639,17 @@ Commandline Examples:
|
||||
<include name="src/Spring/Spring.Messaging/**"/>
|
||||
<include name="src/Spring/Spring.Messaging.Nms/**"/>
|
||||
<include name="src/Spring/Spring.Messaging.Ems/**"/>
|
||||
<include name="src/Spring/Spring.Scheduling.Quartz20/**"/>
|
||||
<include name="src/Spring/Spring.Scheduling.Quartz21/**"/>
|
||||
<include name="src/Spring/Spring.Template.Velocity/**"/>
|
||||
<include name="src/Spring/Spring.Testing.NUnit/**"/>
|
||||
<include name="src/Spring/Spring.Testing.Microsoft/**"/>
|
||||
<include name="src/Spring/CommonAssemblyInfo.cs"/>
|
||||
<include name="src/Spring/Spring.Web.Conversation.NHibernate32/**"/>
|
||||
<include name="src/Spring/Spring.Web.Conversation.NHibernate33/**"/>
|
||||
|
||||
<include name="test/Spring/Spring.Core.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Aop.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Web.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Web.Mvc.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Web.Mvc3.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Web.Mvc4.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Services.Tests/**"/>
|
||||
@@ -1497,11 +1663,13 @@ Commandline Examples:
|
||||
<include name="test/Spring/Spring.Messaging.Nms.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Messaging.Nms.Integration.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Messaging.Ems.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Scheduling.Quartz20.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Scheduling.Quartz21.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Template.Velocity.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Testing.NUnit.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Testing.Microsoft.Tests/**"/>
|
||||
<include name="test/Spring/CommonAssemblyInfo.cs"/>
|
||||
<include name="test/Spring/Spring.Web.Conversation.NHibernate32.Tests/**"/>
|
||||
<include name="test/Spring/Spring.Web.Conversation.NHibernate33.Tests/**"/>
|
||||
|
||||
<include name="examples/Spring/Spring.Examples.build"/>
|
||||
<include name="examples/Spring/Spring.AopQuickStart/**"/>
|
||||
@@ -1516,7 +1684,6 @@ Commandline Examples:
|
||||
<include name="examples/Spring/Spring.Calculator/**"/>
|
||||
<include name="examples/Spring/Spring.Calculator/src/Spring.Calculator.Web.2005/Bin/*.refresh"/>
|
||||
<include name="examples/Spring/Spring.WebQuickStart/**"/>
|
||||
<include name="examples/Spring/Spring.MvcQuickStart/**"/>
|
||||
<include name="examples/Spring/Spring.Mvc3QuickStart/**"/>
|
||||
<include name="examples/Spring/Spring.Mvc4QuickStart/**"/>
|
||||
<include name="examples/Spring/Spring.Web.Extensions.Example/**"/>
|
||||
@@ -1548,7 +1715,7 @@ Commandline Examples:
|
||||
</target>
|
||||
|
||||
<!-- build all Visual Studio Solutions -->
|
||||
<target name="build-solutions">
|
||||
<target name="build-solutions" description="Build the solutions">
|
||||
<!-- some examples are linked against the "bin" dir of the distribution so copy them from 'build' to 'bin' -->
|
||||
<delete dir="${spring.basedir}/bin" />
|
||||
|
||||
@@ -1579,8 +1746,14 @@ Commandline Examples:
|
||||
|
||||
<target name="clean-nuget-package-dir" depends="check-nuget-package-dir" description="Cleans the NuGet package directory">
|
||||
<echo message="Cleaning the ${nuget.package.dir} NuGet package directory."/>
|
||||
<delete dir="${nuget.package.dir}" if="${directory::exists(nuget.package.dir)}"/>
|
||||
<mkdir dir="${nuget.package.dir}"/>
|
||||
|
||||
<delete failonerror="false" if="${directory::exists(nuget.package.dir)}">
|
||||
<fileset basedir="${nuget.package.dir}">
|
||||
<include name="*.nupkg"/>
|
||||
</fileset>
|
||||
</delete>
|
||||
|
||||
<mkdir dir="${nuget.package.dir}" if="${directory::exists(nuget.package.dir)}"/>
|
||||
</target>
|
||||
|
||||
<target name="set-nuget-package-version" >
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
@echo ...
|
||||
@echo Running full Build Script, capturing output to buildlog.txt file...
|
||||
@echo Start Time: %time%
|
||||
build-support\tools\nant\bin\nant clean package -f:spring.build -D:project.build.sign=true -D:mstest.exe="c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\mstest.exe" -D:package.version=1.3.2 -D:vs-net.mstest.bin.dir="c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" > buildlog.txt
|
||||
build-support\tools\nant\bin\nant clean package -f:spring.build -D:project.build.sign=true -D:build-ems=true -D:mstest.exe="c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\mstest.exe" -D:package.version=2.0.0 -D:vs-net.mstest.bin.dir="c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" > buildlog.txt
|
||||
@echo .
|
||||
@echo ..
|
||||
@echo ...
|
||||
|
||||
@@ -21,23 +21,49 @@ Rebuilding Solutions using Nant and "solutions.build":
|
||||
|
||||
<property name="root.dir" value="${project::get-base-directory()}\.." overwrite="false" />
|
||||
|
||||
<property name="vs2003.install.dir.key" value="SOFTWARE\Microsoft\VisualStudio\7.1\InstallDir"/>
|
||||
<readregistry property="vs2003.install.dir" key="${vs2003.install.dir.key}" hive="LocalMachine" failonerror="false"/>
|
||||
<property name="devenv11.exe" value="${vs2003.install.dir}devenv.exe" if="${property::exists('vs2003.install.dir')}" />
|
||||
|
||||
<readregistry property="net35.install.dir" key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\InstallPath" hive="LocalMachine" failonerror="true"/>
|
||||
<readregistry property="net40.install.dir" key="SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\InstallPath" hive="LocalMachine" failonerror="true"/>
|
||||
<property name="msbuild.exe" value="${net40.install.dir}\msbuild.exe"/>
|
||||
|
||||
<readregistry property="vs2008.install.dir" key="SOFTWARE\Microsoft\VisualStudio\9.0\InstallDir" hive="LocalMachine" failonerror="false"/>
|
||||
<!--
|
||||
Ensure use of 32 bits version of frameworks and IDE to avoid the error
|
||||
[MSB6003: The specified task executable "ResGen.exe" could not be run...]
|
||||
on "Win 7 64".
|
||||
-->
|
||||
<property name="reg.software.prefix" value="SOFTWARE\Microsoft"/>
|
||||
<readregistry property="wow6432node" key="SOFTWARE\Wow6432Node\" hive="LocalMachine" failonerror="false"/>
|
||||
<if test="${property::exists('wow6432node')}">
|
||||
<property name="reg.software.prefix" value="SOFTWARE\Wow6432Node\Microsoft"/>
|
||||
</if>
|
||||
|
||||
<readregistry property="vs2010.install.dir" key="SOFTWARE\Microsoft\VisualStudio\10.0\InstallDir" hive="LocalMachine" failonerror="false"/>
|
||||
<readregistry property="net35.install.dir" key="${reg.software.prefix}\NET Framework Setup\NDP\v3.5\InstallPath" hive="LocalMachine" failonerror="true"/>
|
||||
<readregistry property="net40.install.dir" key="${reg.software.prefix}\NET Framework Setup\NDP\v4\Full\InstallPath" hive="LocalMachine" failonerror="true"/>
|
||||
|
||||
<readregistry property="vs2008.install.dir" key="${reg.software.prefix}\VisualStudio\9.0\InstallDir" hive="LocalMachine" failonerror="false"/>
|
||||
<if test="${not property::exists('vs2008.install.dir')}">
|
||||
<readregistry property="vs2010.install.dir" key="${reg.software.prefix}\VWDExpress\9.0\InstallDir" hive="LocalMachine" failonerror="false"/>
|
||||
</if>
|
||||
|
||||
<readregistry property="vs2010.install.dir" key="${reg.software.prefix}\VisualStudio\10.0\InstallDir" hive="LocalMachine" failonerror="false"/>
|
||||
<if test="${not property::exists('vs2010.install.dir')}">
|
||||
<readregistry property="vs2010.install.dir" key="${reg.software.prefix}\VWDExpress\10.0\InstallDir" hive="LocalMachine" failonerror="false"/>
|
||||
</if>
|
||||
|
||||
<property name="msbuild.exe" value="${net40.install.dir}\msbuild.exe"/>
|
||||
|
||||
<property name="buildconfiguration" value="Debug" />
|
||||
|
||||
<echo message="reg.software.prefix: '${reg.software.prefix}'"/>
|
||||
<echo message="vs2008.install.dir: '${vs2008.install.dir}'"/>
|
||||
<echo message="vs2010.install.dir: '${vs2010.install.dir}'"/>
|
||||
<echo message="msbuild.exe: '${msbuild.exe}'"/>
|
||||
|
||||
<target name="RebuildAllSolutions" description="Rebuild all Solutions">
|
||||
<!--
|
||||
Forcing use of specific SDK to avoid the error "TRK0002: Failed to execute
|
||||
command ResGen ..." on "Win 7 64".
|
||||
See: http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/e8c1d26a-5e77-4422-bbc8-f0b7f25702d2/
|
||||
-->
|
||||
<property name="msbuild.exe" value="${net35.install.dir}\msbuild.exe"/>
|
||||
<call target="RebuildAllSolutions-3.5" if="${property::exists('vs2008.install.dir')}" />
|
||||
<call target="RebuildAllSolutions-4.0" if="${property::exists('vs2010.install.dir')}" />
|
||||
<property name="msbuild.exe" value="${net40.install.dir}\msbuild.exe"/>
|
||||
<call target="RebuildAllSolutions-4.0" if="${property::exists('vs2010.install.dir')}" />
|
||||
</target>
|
||||
|
||||
<target name="Clean">
|
||||
@@ -131,16 +157,20 @@ Rebuilding Solutions using Nant and "solutions.build":
|
||||
<arg line="/nologo" />
|
||||
<arg line="/verbosity:minimal" />
|
||||
<arg line="/property:Configuration=${solutionconfiguration}"/>
|
||||
<!--Specifying mandatory property in SDK 7-->
|
||||
<arg line='/property:Platform="Any CPU"'/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="RebuildSolution-4.0" description="rebuilds a given VS2010 solution file">
|
||||
<echo message="Rebuilding .NET 4.0 Solution ${solutionfile}" />
|
||||
<exec program="${msbuild.exe}">
|
||||
<exec program="${msbuild.exe}" verbose="true">
|
||||
<arg value="${solutionfile}"/>
|
||||
<arg line="/nologo" />
|
||||
<arg line="/verbosity:minimal" />
|
||||
<arg line="/property:Configuration=${solutionconfiguration}"/>
|
||||
<!--Specifying mandatory property in SDK 7-->
|
||||
<arg line='/property:Platform="Any CPU"'/>
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
|
||||
@@ -17,11 +17,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.2008", "..\..\s
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Core.Tests.2008", "..\..\test\Spring\Spring.Core.Tests\Spring.Core.Tests.2008.csproj", "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.Integration.Tests.2008", "..\..\test\Spring\Spring.Scheduling.Quartz20.Integration.Tests\Spring.Scheduling.Quartz20.Integration.Tests.2008.csproj", "{8CF0F34A-CC93-4D87-AE14-A2DEEF072F26}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.Integration.Tests.2008", "..\..\test\Spring\Spring.Scheduling.Quartz21.Integration.Tests\Spring.Scheduling.Quartz21.Integration.Tests.2008.csproj", "{8CF0F34A-CC93-4D87-AE14-A2DEEF072F26}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.Tests.2008", "..\..\test\Spring\Spring.Scheduling.Quartz20.Tests\Spring.Scheduling.Quartz20.Tests.2008.csproj", "{47E7DF97-2515-4F2F-BBFD-0A4C205800DE}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.Tests.2008", "..\..\test\Spring\Spring.Scheduling.Quartz21.Tests\Spring.Scheduling.Quartz21.Tests.2008.csproj", "{47E7DF97-2515-4F2F-BBFD-0A4C205800DE}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz20.2008", "..\..\src\Spring\Spring.Scheduling.Quartz20\Spring.Scheduling.Quartz20.2008.csproj", "{764C3A6A-8690-49DD-B9AF-99E7C09AE4F0}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Scheduling.Quartz21.2008", "..\..\src\Spring\Spring.Scheduling.Quartz21\Spring.Scheduling.Quartz21.2008.csproj", "{764C3A6A-8690-49DD-B9AF-99E7C09AE4F0}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
Binary file not shown.
BIN
build-support/tools/OpenCover/Autofac.Configuration.dll
Normal file
BIN
build-support/tools/OpenCover/Autofac.Configuration.dll
Normal file
Binary file not shown.
BIN
build-support/tools/OpenCover/Autofac.dll
Normal file
BIN
build-support/tools/OpenCover/Autofac.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
166
build-support/tools/OpenCover/License.rtf
Normal file
166
build-support/tools/OpenCover/License.rtf
Normal file
@@ -0,0 +1,166 @@
|
||||
{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch0\stshfloch31506\stshfhich31506\stshfbi31506\deflang3081\deflangfe3081\themelang3081\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}
|
||||
{\f37\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
|
||||
{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhimajor\f31502\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria;}
|
||||
{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
|
||||
{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}
|
||||
{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f39\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\f40\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\f42\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f43\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f44\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f45\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
|
||||
{\f46\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f47\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f379\fbidi \froman\fcharset238\fprq2 Cambria Math CE;}{\f380\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}
|
||||
{\f382\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f383\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f386\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f387\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}
|
||||
{\f409\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\f410\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\f412\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\f413\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}
|
||||
{\f416\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\f417\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
|
||||
{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
|
||||
{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
|
||||
{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
|
||||
{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
|
||||
{\fhimajor\f31528\fbidi \froman\fcharset238\fprq2 Cambria CE;}{\fhimajor\f31529\fbidi \froman\fcharset204\fprq2 Cambria Cyr;}{\fhimajor\f31531\fbidi \froman\fcharset161\fprq2 Cambria Greek;}{\fhimajor\f31532\fbidi \froman\fcharset162\fprq2 Cambria Tur;}
|
||||
{\fhimajor\f31535\fbidi \froman\fcharset186\fprq2 Cambria Baltic;}{\fhimajor\f31536\fbidi \froman\fcharset163\fprq2 Cambria (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
|
||||
{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
|
||||
{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
|
||||
{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
|
||||
{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
|
||||
{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}
|
||||
{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
|
||||
{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}
|
||||
{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}
|
||||
{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
|
||||
{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
|
||||
{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
|
||||
{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;
|
||||
\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\*\defchp
|
||||
\f31506\fs22\lang3081\langfe1033\langfenp1033 }{\*\defpap \ql \li0\ri0\sa200\sl276\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\stylesheet{\ql \li0\ri0\sa200\sl276\slmult1
|
||||
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \f31506\fs22\lang3081\langfe1033\cgrid\langnp3081\langfenp1033 \snext0 \sqformat \spriority0 Normal;}{\*\cs10 \additive
|
||||
\ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\*
|
||||
\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\sa200\sl276\slmult1
|
||||
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31506\afs22\alang1025 \ltrch\fcs0 \f31506\fs22\lang3081\langfe1033\cgrid\langnp3081\langfenp1033 \snext11 \ssemihidden \sunhideused Normal Table;}}
|
||||
{\*\rsidtbl \rsid11275983\rsid14818796\rsid15367925\rsid16724145}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\author Shaun}{\operator Shaun}
|
||||
{\creatim\yr2012\mo1\dy5\hr7\min52}{\revtim\yr2012\mo2\dy21\hr8\min10}{\version3}{\edmins2}{\nofpages1}{\nofwords157}{\nofchars900}{\*\company Microsoft}{\nofcharsws1055}{\vern49273}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/word
|
||||
ml}}\paperw11906\paperh16838\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect
|
||||
\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont1\relyonvml0\donotembedlingdata0\grfdocevents0\validatexml1\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors1\noxlattoyen
|
||||
\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\formshade\horzdoc\dgmargin\dghspace180\dgvspace180\dghorigin1440\dgvorigin1440\dghshow1\dgvshow1
|
||||
\jexpand\viewkind1\viewscale60\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule\nobrkwrptbl\snaptogridincell\allowfieldendsel\wrppunct
|
||||
\asianbrkrule\rsidroot15367925\newtblstyruls\nogrowautofit\usenormstyforlist\noindnmbrts\felnbrelev\nocxsptable\indrlsweleven\noafcnsttbl\afelev\utinl\hwelev\spltpgpar\notcvasp\notbrkcnstfrctbl\notvatxbx\krnprsnet\cachedcolbal \nouicompat \fet0
|
||||
{\*\wgrffmtfilter 2450}\nofeaturethrottle1\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\headery708\footery708\colsx708\endnhere\sectlinegrid360\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2
|
||||
\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6
|
||||
\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang
|
||||
{\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14818796 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0
|
||||
\f31506\fs22\lang3081\langfe1033\cgrid\langnp3081\langfenp1033 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid14818796 Copyright (c) 2011}{\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid16724145 -2012}{\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid14818796 Shaun Wilde
|
||||
\par Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is fu
|
||||
rnished to do so, subject to the following conditions:
|
||||
\par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
\par THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.}{\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid11275983
|
||||
\par }{\*\themedata 504b030414000600080000002100e9de0fbfff0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb4ec3301045f748fc83e52d4a
|
||||
9cb2400825e982c78ec7a27cc0c8992416c9d8b2a755fbf74cd25442a820166c2cd933f79e3be372bd1f07b5c3989ca74aaff2422b24eb1b475da5df374fd9ad
|
||||
5689811a183c61a50f98f4babebc2837878049899a52a57be670674cb23d8e90721f90a4d2fa3802cb35762680fd800ecd7551dc18eb899138e3c943d7e503b6
|
||||
b01d583deee5f99824e290b4ba3f364eac4a430883b3c092d4eca8f946c916422ecab927f52ea42b89a1cd59c254f919b0e85e6535d135a8de20f20b8c12c3b0
|
||||
0c895fcf6720192de6bf3b9e89ecdbd6596cbcdd8eb28e7c365ecc4ec1ff1460f53fe813d3cc7f5b7f020000ffff0300504b030414000600080000002100a5d6
|
||||
a7e7c0000000360100000b0000005f72656c732f2e72656c73848fcf6ac3300c87ef85bd83d17d51d2c31825762fa590432fa37d00e1287f68221bdb1bebdb4f
|
||||
c7060abb0884a4eff7a93dfeae8bf9e194e720169aaa06c3e2433fcb68e1763dbf7f82c985a4a725085b787086a37bdbb55fbc50d1a33ccd311ba548b6309512
|
||||
0f88d94fbc52ae4264d1c910d24a45db3462247fa791715fd71f989e19e0364cd3f51652d73760ae8fa8c9ffb3c330cc9e4fc17faf2ce545046e37944c69e462
|
||||
a1a82fe353bd90a865aad41ed0b5b8f9d6fd010000ffff0300504b0304140006000800000021006b799616830000008a0000001c0000007468656d652f746865
|
||||
6d652f7468656d654d616e616765722e786d6c0ccc4d0ac3201040e17da17790d93763bb284562b2cbaebbf600439c1a41c7a0d29fdbd7e5e38337cedf14d59b
|
||||
4b0d592c9c070d8a65cd2e88b7f07c2ca71ba8da481cc52c6ce1c715e6e97818c9b48d13df49c873517d23d59085adb5dd20d6b52bd521ef2cdd5eb9246a3d8b
|
||||
4757e8d3f729e245eb2b260a0238fd010000ffff0300504b03041400060008000000210030dd4329a8060000a41b0000160000007468656d652f7468656d652f
|
||||
7468656d65312e786d6cec594f6fdb3614bf0fd87720746f6327761a07758ad8b19b2d4d1bc46e871e698996d850a240d2497d1bdae38001c3ba618715d86d87
|
||||
615b8116d8a5fb34d93a6c1dd0afb0475292c5585e9236d88aad3e2412f9e3fbff1e1fa9abd7eec70c1d1221294fda5efd72cd4324f1794093b0eddd1ef62fad
|
||||
79482a9c0498f184b4bd2991deb58df7dfbb8ad755446282607d22d771db8b944ad79796a40fc3585ee62949606ecc458c15bc8a702910f808e8c66c69b9565b
|
||||
5d8a314d3c94e018c8de1a8fa94fd05093f43672e23d06af89927ac06762a049136785c10607758d9053d965021d62d6f6804fc08f86e4bef210c352c144dbab
|
||||
999fb7b4717509af678b985ab0b6b4ae6f7ed9ba6c4170b06c788a705430adf71bad2b5b057d03606a1ed7ebf5babd7a41cf00b0ef83a6569632cd467faddec9
|
||||
699640f6719e76b7d6ac355c7c89feca9cccad4ea7d36c65b258a206641f1b73f8b5da6a6373d9c11b90c537e7f08dce66b7bbeae00dc8e257e7f0fd2badd586
|
||||
8b37a088d1e4600ead1ddaef67d40bc898b3ed4af81ac0d76a197c86826828a24bb318f3442d8ab518dfe3a20f000d6458d104a9694ac6d88728eee2782428d6
|
||||
0cf03ac1a5193be4cbb921cd0b495fd054b5bd0f530c1931a3f7eaf9f7af9e3f45c70f9e1d3ff8e9f8e1c3e3073f5a42ceaa6d9c84e5552fbffdeccfc71fa33f
|
||||
9e7ef3f2d117d57859c6fffac327bffcfc793510d26726ce8b2f9ffcf6ecc98baf3efdfdbb4715f04d814765f890c644a29be408edf3181433567125272371be
|
||||
15c308d3f28acd249438c19a4b05fd9e8a1cf4cd296699771c393ac4b5e01d01e5a30a787d72cf1178108989a2159c77a2d801ee72ce3a5c545a6147f32a9979
|
||||
3849c26ae66252c6ed637c58c5bb8b13c7bfbd490a75330f4b47f16e441c31f7184e140e494214d273fc80900aedee52ead87597fa824b3e56e82e451d4c2b4d
|
||||
32a423279a668bb6690c7e9956e90cfe766cb37b077538abd27a8b1cba48c80acc2a841f12e698f13a9e281c57911ce298950d7e03aba84ac8c154f8655c4f2a
|
||||
f074481847bd804859b5e696007d4b4edfc150b12addbecba6b18b148a1e54d1bc81392f23b7f84137c2715a851dd0242a633f900710a218ed715505dfe56e86
|
||||
e877f0034e16bafb0e258ebb4faf06b769e888340b103d331115bebc4eb813bf83291b63624a0d1475a756c734f9bbc2cd28546ecbe1e20a3794ca175f3fae90
|
||||
fb6d2dd99bb07b55e5ccf68942bd0877b23c77b908e8db5f9db7f024d9239010f35bd4bbe2fcae387bfff9e2bc289f2fbe24cfaa301468dd8bd846dbb4ddf1c2
|
||||
ae7b4c191ba8292337a469bc25ec3d411f06f53a73e224c5292c8de0516732307070a1c0660d125c7d44553488700a4d7bddd3444299910e254ab984c3a219ae
|
||||
a4adf1d0f82b7bd46cea4388ad1c12ab5d1ed8e1153d9c9f350a3246aad01c6873462b9ac05999ad5cc988826eafc3acae853a33b7ba11cd1445875ba1b236b1
|
||||
399483c90bd560b0b0263435085a21b0f22a9cf9356b38ec6046026d77eba3dc2dc60b17e92219e180643ed27acffba86e9c94c7ca9c225a0f1b0cfae0788ad5
|
||||
4adc5a9aec1b703b8b93caec1a0bd8e5de7b132fe5113cf312503b998e2c2927274bd051db6b35979b1ef271daf6c6704e86c73805af4bdd476216c26593af84
|
||||
0dfb5393d964f9cc9bad5c313709ea70f561ed3ea7b053075221d51696910d0d339585004b34272bff7213cc7a510a5454a3b349b1b206c1f0af490176745d4b
|
||||
c663e2abb2b34b23da76f6352ba57ca2881844c1111ab189d8c7e07e1daaa04f40255c77988aa05fe06e4e5bdb4cb9c5394bbaf28d98c1d971ccd20867e556a7
|
||||
689ec9166e0a522183792b8907ba55ca6e943bbf2a26e52f48957218ffcf54d1fb09dc3eac04da033e5c0d0b8c74a6b43d2e54c4a10aa511f5fb021a07533b20
|
||||
5ae07e17a621a8e082dafc17e450ffb739676998b48643a4daa7211214f623150942f6a02c99e83b85583ddbbb2c4996113211551257a656ec1139246ca86be0
|
||||
aadedb3d1441a89b6a929501833b197fee7b9641a3503739e57c732a59b1f7da1cf8a73b1f9bcca0945b874d4393dbbf10b1680f66bbaa5d6f96e77b6f59113d
|
||||
316bb31a795600b3d256d0cad2fe354538e7566b2bd69cc6cbcd5c38f0e2bcc63058344429dc2121fd07f63f2a7c66bf76e80d75c8f7a1b622f878a18941d840
|
||||
545fb28d07d205d20e8ea071b283369834296bdaac75d256cb37eb0bee740bbe278cad253b8bbfcf69eca23973d939b97891c6ce2cecd8da8e2d343578f6648a
|
||||
c2d0383fc818c798cf64e52f597c740f1cbd05df0c264c49134cf09d4a60e8a107260f20f92d47b374e32f000000ffff0300504b030414000600080000002100
|
||||
0dd1909fb60000001b010000270000007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73848f4d0ac2301484f7
|
||||
8277086f6fd3ba109126dd88d0add40384e4350d363f2451eced0dae2c082e8761be9969bb979dc9136332de3168aa1a083ae995719ac16db8ec8e4052164e89
|
||||
d93b64b060828e6f37ed1567914b284d262452282e3198720e274a939cd08a54f980ae38a38f56e422a3a641c8bbd048f7757da0f19b017cc524bd62107bd500
|
||||
1996509affb3fd381a89672f1f165dfe514173d9850528a2c6cce0239baa4c04ca5bbabac4df000000ffff0300504b01022d0014000600080000002100e9de0f
|
||||
bfff0000001c0200001300000000000000000000000000000000005b436f6e74656e745f54797065735d2e786d6c504b01022d0014000600080000002100a5d6
|
||||
a7e7c0000000360100000b00000000000000000000000000300100005f72656c732f2e72656c73504b01022d00140006000800000021006b799616830000008a
|
||||
0000001c00000000000000000000000000190200007468656d652f7468656d652f7468656d654d616e616765722e786d6c504b01022d00140006000800000021
|
||||
0030dd4329a8060000a41b00001600000000000000000000000000d60200007468656d652f7468656d652f7468656d65312e786d6c504b01022d001400060008
|
||||
00000021000dd1909fb60000001b0100002700000000000000000000000000b20900007468656d652f7468656d652f5f72656c732f7468656d654d616e616765722e786d6c2e72656c73504b050600000000050005005d010000ad0a00000000}
|
||||
{\*\colorschememapping 3c3f786d6c2076657273696f6e3d22312e302220656e636f64696e673d225554462d3822207374616e64616c6f6e653d22796573223f3e0d0a3c613a636c724d
|
||||
617020786d6c6e733a613d22687474703a2f2f736368656d61732e6f70656e786d6c666f726d6174732e6f72672f64726177696e676d6c2f323030362f6d6169
|
||||
6e22206267313d226c743122207478313d22646b3122206267323d226c743222207478323d22646b322220616363656e74313d22616363656e74312220616363
|
||||
656e74323d22616363656e74322220616363656e74333d22616363656e74332220616363656e74343d22616363656e74342220616363656e74353d22616363656e74352220616363656e74363d22616363656e74362220686c696e6b3d22686c696e6b2220666f6c486c696e6b3d22666f6c486c696e6b222f3e}
|
||||
{\*\latentstyles\lsdstimax267\lsdlockeddef0\lsdsemihiddendef1\lsdunhideuseddef1\lsdqformatdef0\lsdprioritydef99{\lsdlockedexcept \lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority0 \lsdlocked0 Normal;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority9 \lsdlocked0 heading 1;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 2;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 3;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 4;
|
||||
\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 5;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 6;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 7;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 8;\lsdqformat1 \lsdpriority9 \lsdlocked0 heading 9;
|
||||
\lsdpriority39 \lsdlocked0 toc 1;\lsdpriority39 \lsdlocked0 toc 2;\lsdpriority39 \lsdlocked0 toc 3;\lsdpriority39 \lsdlocked0 toc 4;\lsdpriority39 \lsdlocked0 toc 5;\lsdpriority39 \lsdlocked0 toc 6;\lsdpriority39 \lsdlocked0 toc 7;
|
||||
\lsdpriority39 \lsdlocked0 toc 8;\lsdpriority39 \lsdlocked0 toc 9;\lsdqformat1 \lsdpriority35 \lsdlocked0 caption;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority10 \lsdlocked0 Title;\lsdpriority1 \lsdlocked0 Default Paragraph Font;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority11 \lsdlocked0 Subtitle;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority22 \lsdlocked0 Strong;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority20 \lsdlocked0 Emphasis;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority59 \lsdlocked0 Table Grid;\lsdunhideused0 \lsdlocked0 Placeholder Text;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 1;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;\lsdunhideused0 \lsdlocked0 Revision;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 1;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 2;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 2;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 2;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 2;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 3;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 3;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 4;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 4;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 4;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 5;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 5;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 5;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 5;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 5;\lsdsemihidden0 \lsdunhideused0 \lsdpriority60 \lsdlocked0 Light Shading Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority61 \lsdlocked0 Light List Accent 6;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority62 \lsdlocked0 Light Grid Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 6;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority65 \lsdlocked0 Medium List 1 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority66 \lsdlocked0 Medium List 2 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 6;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority70 \lsdlocked0 Dark List Accent 6;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdpriority71 \lsdlocked0 Colorful Shading Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority72 \lsdlocked0 Colorful List Accent 6;\lsdsemihidden0 \lsdunhideused0 \lsdpriority73 \lsdlocked0 Colorful Grid Accent 6;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority19 \lsdlocked0 Subtle Emphasis;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority21 \lsdlocked0 Intense Emphasis;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority31 \lsdlocked0 Subtle Reference;\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority32 \lsdlocked0 Intense Reference;
|
||||
\lsdsemihidden0 \lsdunhideused0 \lsdqformat1 \lsdpriority33 \lsdlocked0 Book Title;\lsdpriority37 \lsdlocked0 Bibliography;\lsdqformat1 \lsdpriority39 \lsdlocked0 TOC Heading;}}{\*\datastore 010500000200000018000000
|
||||
4d73786d6c322e534158584d4c5265616465722e362e3000000000000000000000060000
|
||||
d0cf11e0a1b11ae1000000000000000000000000000000003e000300feff090006000000000000000000000001000000010000000000000000100000feffffff00000000feffffff0000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e5000000000000000000000000e00b
|
||||
b50e14f0cc01feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000
|
||||
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000105000000000000}}
|
||||
@@ -1,19 +0,0 @@
|
||||
Copyright (c) 2011 Shaun Wilde
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,8 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||||
</startup>
|
||||
|
||||
</configuration>
|
||||
<configSections>
|
||||
<section name="autofac" type="Autofac.Configuration.SectionHandler, Autofac.Configuration"/>
|
||||
</configSections>
|
||||
<autofac>
|
||||
<modules>
|
||||
<module type="OpenCover.Extensions.RegisterStrategiesModule, OpenCover.Extensions" />
|
||||
</modules>
|
||||
</autofac>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Mono.Cecil" publicKeyToken="0738eb9f132ed756" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.9.5.0" newVersion="0.9.5.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
BIN
build-support/tools/OpenCover/OpenCover.Extensions.dll
Normal file
BIN
build-support/tools/OpenCover/OpenCover.Extensions.dll
Normal file
Binary file not shown.
Binary file not shown.
29
build-support/tools/OpenCover/log4net.config
Normal file
29
build-support/tools/OpenCover/log4net.config
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
|
||||
</configSections>
|
||||
|
||||
<log4net>
|
||||
<appender name="ColoredConsoleAppender" type="log4net.Appender.ColoredConsoleAppender">
|
||||
<mapping>
|
||||
<level value="ERROR" />
|
||||
<foreColor value="White" />
|
||||
<backColor value="Red, HighIntensity" />
|
||||
</mapping>
|
||||
<mapping>
|
||||
<level value="DEBUG" />
|
||||
<backColor value="Green" />
|
||||
</mapping>
|
||||
<layout type="log4net.Layout.PatternLayout">
|
||||
<conversionPattern value="%message%newline" />
|
||||
</layout>
|
||||
</appender>
|
||||
|
||||
<root>
|
||||
<appender-ref ref="ColoredConsoleAppender" />
|
||||
</root>
|
||||
|
||||
</log4net>
|
||||
|
||||
</configuration>
|
||||
BIN
build-support/tools/OpenCover/log4net.dll
Normal file
BIN
build-support/tools/OpenCover/log4net.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12,34 +12,31 @@
|
||||
DESCRIPTION
|
||||
|
||||
ReportGenerator converts XML reports generated by PartCover, OpenCover
|
||||
or NCover into a readable HTML report.
|
||||
In contrast to the XSLT-Transformation included in PartCover, the
|
||||
report is more detailed.
|
||||
It does not only show the coverage quota, but also includes the source
|
||||
code and visualizes which line has been covered.
|
||||
or NCover into a readable report in various formats.
|
||||
The reports do not only show the coverage quota, but also include the
|
||||
source code and visualize which line has been covered.
|
||||
|
||||
ReportGenerator supports merging several reports into one.
|
||||
If you pass several reports to ReportGenerator, the reports will be
|
||||
merged into one.
|
||||
It is also possible to pass one XML file containing several reports to
|
||||
ReportGenerator (e.g. a build log file).
|
||||
|
||||
Several output formats are supported by ReportGenerator. The following
|
||||
report types can be generated:
|
||||
The following output formats are supported by ReportGenerator:
|
||||
|
||||
-HTML, HTMLSummary
|
||||
-XML, XMLSummary
|
||||
-Latex, LatexSummary
|
||||
|
||||
=======================================================================
|
||||
|
||||
COMPATIBILITY
|
||||
Compatibility:
|
||||
|
||||
OpenCover
|
||||
PartCover 4.0
|
||||
PartCover 2.2, 2.3
|
||||
Visual Studio (vstest.console.exe, CodeCoverage.exe)
|
||||
NCover (tested version 1.5.8, other versions may not work)
|
||||
|
||||
Also available as NuGet package:
|
||||
http://nuget.org/List/Packages/ReportGenerator
|
||||
|
||||
=======================================================================
|
||||
|
||||
LICENSE
|
||||
@@ -54,6 +51,131 @@ For further details take a look at LICENSE.txt.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
1.9.1.0
|
||||
|
||||
* Fix: Improved naming of HTML report files
|
||||
|
||||
1.9.0.0
|
||||
|
||||
* New: Added support for Visual Studio coverage reports
|
||||
(CodeCoverage.exe)
|
||||
|
||||
1.8.1.0
|
||||
|
||||
* Fix: Issue #9988: Completely empty classes now show correct
|
||||
coverage
|
||||
|
||||
1.8.0.0
|
||||
|
||||
* New: Issue #9891: Aggregation of results by namespace
|
||||
* New: Issue #9875: More details and sorting possiblity in summary
|
||||
report
|
||||
* New: Issue #9913: Mark of complete line according to coverage
|
||||
* New: Issue #9935: In HTMLSummary static text instead of link is
|
||||
rendered
|
||||
* New: Issue #9937: HTMLSummary now is a self containing report
|
||||
without external CSS or JavaScript
|
||||
|
||||
1.7.3.0
|
||||
|
||||
* New: Issue #9833: Version command line parameter
|
||||
* Fix: Issue #9886: Compatibility for OpenCover 4.0.1229
|
||||
|
||||
1.7.2.0
|
||||
|
||||
* Fix: Issue #9736: NCover 1.5.8 Exclude attribute is not handled
|
||||
* Fix: Issue #9773: Ignored casing in directory search
|
||||
|
||||
1.7.1.0
|
||||
|
||||
* Fix: Issue #9706: Trailing slashes in command line arguments
|
||||
|
||||
1.7.0.0
|
||||
|
||||
* New: Issue #9698: Added "coverbytest" support of OpenCover
|
||||
* Fix: Issue #9671: Reduced length of report filenames
|
||||
* Fix: Reports can now be located in an UNC path
|
||||
|
||||
1.6.1.0
|
||||
|
||||
* Fix: Issue #9646: Unhandled IO-Exception when source directories
|
||||
are supplied
|
||||
|
||||
1.6.0.0
|
||||
|
||||
* New: Added support for Visual Studio coverage reports
|
||||
(vstest.console.exe)
|
||||
* New: Issue #9534: Added support for wildcards in report file
|
||||
pattern
|
||||
* Fix: OpenCoverParser supports coverage for methods that 'yield'
|
||||
the result
|
||||
|
||||
1.5.0.0
|
||||
|
||||
* Fix: Improved merging of metrics (now using full signature)
|
||||
* Fix: Reduced memory usage during report generation
|
||||
|
||||
1.4.1.0
|
||||
|
||||
* New: Added verbosity switch
|
||||
* New: Added possibility to generate several output formats at once
|
||||
|
||||
1.4.0.0
|
||||
|
||||
* Fix: Issue #9372: Reduced memory usage
|
||||
|
||||
1.3.0.0
|
||||
|
||||
* New: Added more report preprocessing to deal with auto properties
|
||||
and source files that don't appear in OpenCover/PartCover
|
||||
reports
|
||||
* New: Added possibility to filter assemblies
|
||||
|
||||
1.2.7.0
|
||||
|
||||
* Fix: Issue #9266: Improved performance
|
||||
|
||||
1.2.6.0
|
||||
|
||||
* Fix: Issue #9141: Handling of same assembly in different
|
||||
directories in OpenCoverParser
|
||||
|
||||
1.2.5.0
|
||||
|
||||
* New: Excluded ignored classes from OpenCoverParser
|
||||
|
||||
1.2.4.0
|
||||
|
||||
* Fix: Issue #9065: Rounding of coverage quota down to the last
|
||||
significant figure
|
||||
* Fix: Issue #9041: Merging reports doesn't work when the same
|
||||
module is used from different paths
|
||||
|
||||
1.2.3.0
|
||||
|
||||
* Fix: Issue #8992: Improved HTML Summary (collapsing of classes)
|
||||
|
||||
1.2.2.0
|
||||
|
||||
* Fix: Issue #8931: Improved layout of Html reports
|
||||
* Fix: Issue #8958: Coverage for types with no sequence points
|
||||
* Fix: Issue #8936: Additional statistics for assemblies
|
||||
|
||||
1.2.1.0
|
||||
|
||||
* Fix: Issue #8653: NCover - OutOfMemoryException on a seqpoint with
|
||||
a magic line
|
||||
* Fix: Improved layout of Latex reports
|
||||
|
||||
1.2.0.0
|
||||
|
||||
* New: Added support for OpenCover metrics
|
||||
* New: Added support for AutoProperties in OpenCover/PartCover
|
||||
|
||||
1.1.1.0
|
||||
|
||||
* Fix: Reports now saved with more unique filename
|
||||
|
||||
1.1.0.0
|
||||
|
||||
* New: Added support for OpenCover
|
||||
@@ -112,11 +234,4 @@ CHANGELOG
|
||||
|
||||
0.1.0.0
|
||||
|
||||
* New: Initial release
|
||||
|
||||
=======================================================================
|
||||
|
||||
KNOWN ISSUES
|
||||
|
||||
The reports generated by PartCover do not contain enough information to
|
||||
correctly get the coverage of 'Auto Properties'.
|
||||
* New: Initial release
|
||||
Binary file not shown.
Binary file not shown.
@@ -12,34 +12,31 @@
|
||||
DESCRIPTION
|
||||
|
||||
ReportGenerator converts XML reports generated by PartCover, OpenCover
|
||||
or NCover into a readable HTML report.
|
||||
In contrast to the XSLT-Transformation included in PartCover, the
|
||||
report is more detailed.
|
||||
It does not only show the coverage quota, but also includes the source
|
||||
code and visualizes which line has been covered.
|
||||
or NCover into a readable report in various formats.
|
||||
The reports do not only show the coverage quota, but also include the
|
||||
source code and visualize which line has been covered.
|
||||
|
||||
ReportGenerator supports merging several reports into one.
|
||||
If you pass several reports to ReportGenerator, the reports will be
|
||||
merged into one.
|
||||
It is also possible to pass one XML file containing several reports to
|
||||
ReportGenerator (e.g. a build log file).
|
||||
|
||||
Several output formats are supported by ReportGenerator. The following
|
||||
report types can be generated:
|
||||
The following output formats are supported by ReportGenerator:
|
||||
|
||||
-HTML, HTMLSummary
|
||||
-XML, XMLSummary
|
||||
-Latex, LatexSummary
|
||||
|
||||
=======================================================================
|
||||
|
||||
COMPATIBILITY
|
||||
Compatibility:
|
||||
|
||||
OpenCover
|
||||
PartCover 4.0
|
||||
PartCover 2.2, 2.3
|
||||
Visual Studio (vstest.console.exe, CodeCoverage.exe)
|
||||
NCover (tested version 1.5.8, other versions may not work)
|
||||
|
||||
Also available as NuGet package:
|
||||
http://nuget.org/List/Packages/ReportGenerator
|
||||
|
||||
=======================================================================
|
||||
|
||||
LICENSE
|
||||
@@ -54,6 +51,131 @@ For further details take a look at LICENSE.txt.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
1.9.1.0
|
||||
|
||||
* Fix: Improved naming of HTML report files
|
||||
|
||||
1.9.0.0
|
||||
|
||||
* New: Added support for Visual Studio coverage reports
|
||||
(CodeCoverage.exe)
|
||||
|
||||
1.8.1.0
|
||||
|
||||
* Fix: Issue #9988: Completely empty classes now show correct
|
||||
coverage
|
||||
|
||||
1.8.0.0
|
||||
|
||||
* New: Issue #9891: Aggregation of results by namespace
|
||||
* New: Issue #9875: More details and sorting possiblity in summary
|
||||
report
|
||||
* New: Issue #9913: Mark of complete line according to coverage
|
||||
* New: Issue #9935: In HTMLSummary static text instead of link is
|
||||
rendered
|
||||
* New: Issue #9937: HTMLSummary now is a self containing report
|
||||
without external CSS or JavaScript
|
||||
|
||||
1.7.3.0
|
||||
|
||||
* New: Issue #9833: Version command line parameter
|
||||
* Fix: Issue #9886: Compatibility for OpenCover 4.0.1229
|
||||
|
||||
1.7.2.0
|
||||
|
||||
* Fix: Issue #9736: NCover 1.5.8 Exclude attribute is not handled
|
||||
* Fix: Issue #9773: Ignored casing in directory search
|
||||
|
||||
1.7.1.0
|
||||
|
||||
* Fix: Issue #9706: Trailing slashes in command line arguments
|
||||
|
||||
1.7.0.0
|
||||
|
||||
* New: Issue #9698: Added "coverbytest" support of OpenCover
|
||||
* Fix: Issue #9671: Reduced length of report filenames
|
||||
* Fix: Reports can now be located in an UNC path
|
||||
|
||||
1.6.1.0
|
||||
|
||||
* Fix: Issue #9646: Unhandled IO-Exception when source directories
|
||||
are supplied
|
||||
|
||||
1.6.0.0
|
||||
|
||||
* New: Added support for Visual Studio coverage reports
|
||||
(vstest.console.exe)
|
||||
* New: Issue #9534: Added support for wildcards in report file
|
||||
pattern
|
||||
* Fix: OpenCoverParser supports coverage for methods that 'yield'
|
||||
the result
|
||||
|
||||
1.5.0.0
|
||||
|
||||
* Fix: Improved merging of metrics (now using full signature)
|
||||
* Fix: Reduced memory usage during report generation
|
||||
|
||||
1.4.1.0
|
||||
|
||||
* New: Added verbosity switch
|
||||
* New: Added possibility to generate several output formats at once
|
||||
|
||||
1.4.0.0
|
||||
|
||||
* Fix: Issue #9372: Reduced memory usage
|
||||
|
||||
1.3.0.0
|
||||
|
||||
* New: Added more report preprocessing to deal with auto properties
|
||||
and source files that don't appear in OpenCover/PartCover
|
||||
reports
|
||||
* New: Added possibility to filter assemblies
|
||||
|
||||
1.2.7.0
|
||||
|
||||
* Fix: Issue #9266: Improved performance
|
||||
|
||||
1.2.6.0
|
||||
|
||||
* Fix: Issue #9141: Handling of same assembly in different
|
||||
directories in OpenCoverParser
|
||||
|
||||
1.2.5.0
|
||||
|
||||
* New: Excluded ignored classes from OpenCoverParser
|
||||
|
||||
1.2.4.0
|
||||
|
||||
* Fix: Issue #9065: Rounding of coverage quota down to the last
|
||||
significant figure
|
||||
* Fix: Issue #9041: Merging reports doesn't work when the same
|
||||
module is used from different paths
|
||||
|
||||
1.2.3.0
|
||||
|
||||
* Fix: Issue #8992: Improved HTML Summary (collapsing of classes)
|
||||
|
||||
1.2.2.0
|
||||
|
||||
* Fix: Issue #8931: Improved layout of Html reports
|
||||
* Fix: Issue #8958: Coverage for types with no sequence points
|
||||
* Fix: Issue #8936: Additional statistics for assemblies
|
||||
|
||||
1.2.1.0
|
||||
|
||||
* Fix: Issue #8653: NCover - OutOfMemoryException on a seqpoint with
|
||||
a magic line
|
||||
* Fix: Improved layout of Latex reports
|
||||
|
||||
1.2.0.0
|
||||
|
||||
* New: Added support for OpenCover metrics
|
||||
* New: Added support for AutoProperties in OpenCover/PartCover
|
||||
|
||||
1.1.1.0
|
||||
|
||||
* Fix: Reports now saved with more unique filename
|
||||
|
||||
1.1.0.0
|
||||
|
||||
* New: Added support for OpenCover
|
||||
@@ -112,11 +234,4 @@ CHANGELOG
|
||||
|
||||
0.1.0.0
|
||||
|
||||
* New: Initial release
|
||||
|
||||
=======================================================================
|
||||
|
||||
KNOWN ISSUES
|
||||
|
||||
The reports generated by PartCover do not contain enough information to
|
||||
correctly get the coverage of 'Auto Properties'.
|
||||
* New: Initial release
|
||||
Binary file not shown.
Binary file not shown.
@@ -55,12 +55,12 @@ Compilation and Installation
|
||||
You will need the .NET Framework SDK as well as the runtime
|
||||
components if you intend to compile programs.
|
||||
|
||||
Note: NAnt currently supports versions 1.0, 1.1 and 2.0
|
||||
Note: NAnt currently supports versions 1.0, 1.1, 2.0, 3.5, and 4.0
|
||||
of the Microsoft .NET Framework.
|
||||
|
||||
or
|
||||
|
||||
* Mono for Windows (version 1.0 or higher)
|
||||
* Mono for Windows (version 2.0 or higher)
|
||||
|
||||
Available from http://www.mono-project.com/downloads/
|
||||
|
||||
@@ -73,7 +73,7 @@ Compilation and Installation
|
||||
|
||||
Available from: http://www.freedesktop.org/Software/pkgconfig
|
||||
|
||||
* A working Mono installation and development libraries (version 1.0 or higher)
|
||||
* A working Mono installation and development libraries (version 2.0 or higher)
|
||||
|
||||
Available from: http://www.mono-project.com/downloads/
|
||||
|
||||
@@ -85,28 +85,28 @@ Compilation and Installation
|
||||
|
||||
GNU Make
|
||||
--------
|
||||
make install MONO= MCS=csc prefix=<installation path> [DESTDIR=<staging path>]
|
||||
make install MONO= MCS=csc prefix=<installation path> [DESTDIR=<staging path>] [TARGET=<nant target>]
|
||||
|
||||
eg. make install MONO= MCS=csc prefix="c:\Program Files"
|
||||
eg. make install MONO= MCS=csc prefix="c:\Program Files" TARGET=net-2.0
|
||||
|
||||
NMake
|
||||
-----
|
||||
nmake -f Makefile.nmake install prefix=<installation path> [DESTDIR=<staging path>]
|
||||
nmake -f Makefile.nmake install prefix=<installation path> [DESTDIR=<staging path>] [TARGET=<nant target>]
|
||||
|
||||
eg. nmake -f Makefile.nmake install prefix="c:\Program Files"
|
||||
eg. nmake -f Makefile.nmake install prefix="c:\Program Files" TARGET=net-4.0
|
||||
|
||||
|
||||
Building NAnt using Mono:
|
||||
|
||||
GNU Make
|
||||
--------
|
||||
make install prefix=<installation path> [DESTDIR=<staging path>]
|
||||
make install prefix=<installation path> [DESTDIR=<staging path>] [TARGET=<nant target>]
|
||||
|
||||
eg. make install prefix="c:\Program Files"
|
||||
eg. make install prefix="c:\Program Files" TARGET=mono-4.0
|
||||
|
||||
NMake
|
||||
-----
|
||||
nmake -f Makefile.nmake install MONO=mono CSC=mcs prefix=<installation path> [DESTDIR=<staging path>]
|
||||
nmake -f Makefile.nmake install MONO=mono CSC=mcs prefix=<installation path> [DESTDIR=<staging path>] [TARGET=<nant target>]
|
||||
|
||||
eg. nmake -f Makefile.nmake install MONO=mono CSC=mcs prefix=/usr/local/
|
||||
|
||||
@@ -123,7 +123,7 @@ Documentation is available in HTML format, in the doc/ directory.
|
||||
|
||||
License
|
||||
-------
|
||||
Copyright (C) 2001-2008 Gerry Shaw
|
||||
Copyright (C) 2001-2012 Gerry Shaw
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
||||
Binary file not shown.
@@ -5,9 +5,9 @@
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:NAnt.Compression.Tasks.ExpandBaseTask">
|
||||
<summary>
|
||||
Summary description for ExpandTask.
|
||||
</summary>
|
||||
<summary>
|
||||
Summary description for ExpandTask.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Tasks.ExpandBaseTask.ExtractFile(System.IO.Stream,System.String,System.String,System.DateTime,System.Int64)">
|
||||
<summary>
|
||||
@@ -42,85 +42,92 @@
|
||||
</exception>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ExpandBaseTask.Overwrite">
|
||||
<summary>
|
||||
Overwrite files, even if they are newer than the corresponding
|
||||
entries in the archive. The default is <see langword="true" />.
|
||||
</summary>
|
||||
<summary>
|
||||
Overwrite files, even if they are newer than the corresponding
|
||||
entries in the archive. The default is <see langword="true" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Tasks.GUnzip">
|
||||
<summary>
|
||||
Expands a file packed using GZip compression.
|
||||
</summary>
|
||||
<example>
|
||||
<para>Expands "test.tar.gz" to "test2.tar".</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<gunzip src="test.tar.gz" dest="test.tar" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<summary>
|
||||
Expands a file packed using GZip compression.
|
||||
</summary>
|
||||
<example>
|
||||
<para>Expands "test.tar.gz" to "test2.tar".</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<gunzip src="test.tar.gz" dest="test.tar" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Tasks.GUnzip.ExecuteTask">
|
||||
<summary>
|
||||
Extracts the file from the gzip archive.
|
||||
</summary>
|
||||
<summary>
|
||||
Extracts the file from the gzip archive.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.GUnzip.SrcFile">
|
||||
<summary>
|
||||
The file to expand.
|
||||
</summary>
|
||||
<summary>
|
||||
The file to expand.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.GUnzip.DestFile">
|
||||
<summary>
|
||||
The destination file.
|
||||
</summary>
|
||||
<summary>
|
||||
The destination file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Tasks.TarTask">
|
||||
<summary>
|
||||
Creates a tar file from the specified filesets.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see> (SharpZipLib), an open source Tar/Zip/GZip library written entirely in C#.</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>
|
||||
Tar all files in <c>${build.dir}</c> and <c>${doc.dir}</c> into a file
|
||||
called "backup.tar.gz", and apply gzip compression to it.
|
||||
</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<tar destfile="backup.tar.gz" compression="GZip">
|
||||
<fileset basedir="${bin.dir}" prefix="bin">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
<fileset basedir="${doc.dir}" prefix="doc">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
</tar>
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<summary>
|
||||
Creates a tar file from the specified filesets.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see> (SharpZipLib), an open source Tar/Zip/GZip library written entirely in C#.</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>
|
||||
Tar all files in <c>${build.dir}</c> and <c>${doc.dir}</c> into a file
|
||||
called "backup.tar.gz", and apply gzip compression to it.
|
||||
</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<tar destfile="backup.tar.gz" compression="GZip">
|
||||
<fileset basedir="${bin.dir}" prefix="bin">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
<fileset basedir="${doc.dir}" prefix="doc">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
</tar>
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Tasks.TarTask.ExecuteTask">
|
||||
<summary>
|
||||
Creates the tar file.
|
||||
</summary>
|
||||
<summary>
|
||||
Creates the tar file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.TarTask.DestFile">
|
||||
<summary>
|
||||
The tar file to create.
|
||||
</summary>
|
||||
<summary>
|
||||
The tar file to create.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.TarTask.IncludeEmptyDirs">
|
||||
<summary>
|
||||
Include empty directories in the generated tar file. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
<summary>
|
||||
Include empty directories in the generated tar file. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.TarTask.Flatten">
|
||||
<summary>
|
||||
Ignore directory structure of source directory, compress all files
|
||||
into a single directory.
|
||||
The default value is <see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.TarTask.TarFileSets">
|
||||
<summary>
|
||||
The set of files to be included in the archive.
|
||||
</summary>
|
||||
<summary>
|
||||
The set of files to be included in the archive.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.TarTask.CompressionMethod">
|
||||
<summary>
|
||||
@@ -128,39 +135,39 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Tasks.UnTarTask">
|
||||
<summary>
|
||||
Extracts files from a tar archive.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see>
|
||||
(SharpZipLib), an open source Zip/GZip library written entirely in C#.
|
||||
</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>Extracts all files from a gzipped tar, preserving the directory structure.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<untar src="nant-bin.tar.gz" dest="bin" compression="gzip" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<summary>
|
||||
Extracts files from a tar archive.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see>
|
||||
(SharpZipLib), an open source Zip/GZip library written entirely in C#.
|
||||
</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>Extracts all files from a gzipped tar, preserving the directory structure.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<untar src="nant-bin.tar.gz" dest="bin" compression="gzip" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Tasks.UnTarTask.ExecuteTask">
|
||||
<summary>
|
||||
Extracts the files from the archive.
|
||||
</summary>
|
||||
<summary>
|
||||
Extracts the files from the archive.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.UnTarTask.SrcFile">
|
||||
<summary>
|
||||
The archive file to expand.
|
||||
</summary>
|
||||
<summary>
|
||||
The archive file to expand.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.UnTarTask.DestinationDirectory">
|
||||
<summary>
|
||||
The directory where to store the expanded file(s). The default is
|
||||
the project base directory.
|
||||
</summary>
|
||||
<summary>
|
||||
The directory where to store the expanded file(s). The default is
|
||||
the project base directory.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.UnTarTask.CompressionMethod">
|
||||
<summary>
|
||||
@@ -168,143 +175,150 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Tasks.UnZipTask">
|
||||
<summary>
|
||||
Extracts files from a zip archive.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see>
|
||||
(SharpZipLib), an open source Zip/GZip library written entirely in C#.
|
||||
</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>Extracts all the file from the zip, preserving the directory structure.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<unzip zipfile="backup.zip"/>
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<summary>
|
||||
Extracts files from a zip archive.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see>
|
||||
(SharpZipLib), an open source Zip/GZip library written entirely in C#.
|
||||
</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>Extracts all the file from the zip, preserving the directory structure.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<unzip zipfile="backup.zip"/>
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Tasks.UnZipTask.ExecuteTask">
|
||||
<summary>
|
||||
Extracts the files from the zip file.
|
||||
</summary>
|
||||
<summary>
|
||||
Extracts the files from the zip file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.UnZipTask.ZipFile">
|
||||
<summary>
|
||||
The archive file to expand.
|
||||
</summary>
|
||||
<summary>
|
||||
The archive file to expand.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.UnZipTask.ToDirectory">
|
||||
<summary>
|
||||
The directory where the expanded files should be stored. The
|
||||
default is the project base directory.
|
||||
</summary>
|
||||
<summary>
|
||||
The directory where the expanded files should be stored. The
|
||||
default is the project base directory.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.UnZipTask.Encoding">
|
||||
<summary>
|
||||
The character encoding that has been used for filenames inside the
|
||||
zip file. The default is the system's OEM code page.
|
||||
</summary>
|
||||
<summary>
|
||||
The character encoding that has been used for filenames inside the
|
||||
zip file. The default is the system's OEM code page.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Tasks.ZipTask">
|
||||
<summary>
|
||||
Creates a zip file from the specified filesets.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see>
|
||||
(SharpZipLib), an open source Tar/Zip/GZip library written entirely in C#.
|
||||
</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>
|
||||
Zip all files in <c>${build.dir}</c> and <c>${doc.dir}</c> into a file
|
||||
called "backup.zip".
|
||||
</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<zip zipfile="backup.zip">
|
||||
<fileset basedir="${bin.dir}" prefix="bin">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
<fileset basedir="${doc.dir}" prefix="doc">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
</zip>
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<summary>
|
||||
Creates a zip file from the specified filesets.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Uses <see href="http://www.icsharpcode.net/OpenSource/SharpZipLib/">#ziplib</see>
|
||||
(SharpZipLib), an open source Tar/Zip/GZip library written entirely in C#.
|
||||
</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<para>
|
||||
Zip all files in <c>${build.dir}</c> and <c>${doc.dir}</c> into a file
|
||||
called "backup.zip".
|
||||
</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<zip zipfile="backup.zip">
|
||||
<fileset basedir="${bin.dir}" prefix="bin">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
<fileset basedir="${doc.dir}" prefix="doc">
|
||||
<include name="**/*" />
|
||||
</fileset>
|
||||
</zip>
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Tasks.ZipTask.ExecuteTask">
|
||||
<summary>
|
||||
Creates the zip file.
|
||||
</summary>
|
||||
<summary>
|
||||
Creates the zip file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipFile">
|
||||
<summary>
|
||||
The zip file to create.
|
||||
</summary>
|
||||
<summary>
|
||||
The zip file to create.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.Comment">
|
||||
<summary>
|
||||
The comment for the file.
|
||||
</summary>
|
||||
<summary>
|
||||
The comment for the file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.Stamp">
|
||||
<summary>
|
||||
Date/time stamp for the files in the format MM/DD/YYYY HH:MM:SS.
|
||||
</summary>
|
||||
<summary>
|
||||
Date/time stamp for the files in the format MM/DD/YYYY HH:MM:SS.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipLevel">
|
||||
<summary>
|
||||
Desired level of compression. Possible values are 0 (STORE only)
|
||||
to 9 (highest). The default is <c>6</c>.
|
||||
</summary>
|
||||
<summary>
|
||||
Desired level of compression. Possible values are 0 (STORE only)
|
||||
to 9 (highest). The default is <c>6</c>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.IncludeEmptyDirs">
|
||||
<summary>
|
||||
Include empty directories in the generated zip file. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
<summary>
|
||||
Include empty directories in the generated zip file. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.Flatten">
|
||||
<summary>
|
||||
Ignore directory structure of source directory, compress all files
|
||||
into a single directory.
|
||||
The default value is <see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.ZipFileSets">
|
||||
<summary>
|
||||
The set of files to be included in the archive.
|
||||
</summary>
|
||||
<summary>
|
||||
The set of files to be included in the archive.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.DuplicateHandling">
|
||||
<summary>
|
||||
Specifies the behaviour when a duplicate file is found. The default
|
||||
is <see cref="F:NAnt.Compression.Types.DuplicateHandling.Add"/>.
|
||||
is <see cref="T:NAnt.Compression.Types.DuplicateHandling.Add" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Tasks.ZipTask.Encoding">
|
||||
<summary>
|
||||
The character encoding to use for filenames and comment inside the
|
||||
zip file. The default is the system's OEM code page.
|
||||
</summary>
|
||||
<summary>
|
||||
The character encoding to use for filenames and comment inside the
|
||||
zip file. The default is the system's OEM code page.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.DuplicateHandling">
|
||||
<summary>
|
||||
Specifies how entries with the same name should be processed.
|
||||
</summary>
|
||||
<summary>
|
||||
Specifies how entries with the same name should be processed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.Compression.Types.DuplicateHandling.Add">
|
||||
<summary>
|
||||
Overwrite existing entry with same name.
|
||||
</summary>
|
||||
<summary>
|
||||
Overwrite existing entry with same name.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.Compression.Types.DuplicateHandling.Preserve">
|
||||
<summary>
|
||||
Preserve existing entry with the same name.
|
||||
</summary>
|
||||
<summary>
|
||||
Preserve existing entry with the same name.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.Compression.Types.DuplicateHandling.Fail">
|
||||
<summary>
|
||||
Report failure when two entries have the same name.
|
||||
</summary>
|
||||
<summary>
|
||||
Report failure when two entries have the same name.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.DuplicateHandlingConverter">
|
||||
<summary>
|
||||
@@ -337,19 +351,19 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.Compression.Types.TarCompressionMethod.None">
|
||||
<summary>
|
||||
No compression.
|
||||
</summary>
|
||||
<summary>
|
||||
No compression.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.Compression.Types.TarCompressionMethod.GZip">
|
||||
<summary>
|
||||
GZIP compression.
|
||||
</summary>
|
||||
<summary>
|
||||
GZIP compression.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.Compression.Types.TarCompressionMethod.BZip2">
|
||||
<summary>
|
||||
BZIP2 compression.
|
||||
</summary>
|
||||
<summary>
|
||||
BZIP2 compression.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.TarCompressionMethodConverter">
|
||||
<summary>
|
||||
@@ -382,45 +396,45 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSet.FileMode">
|
||||
<summary>
|
||||
A 3 digit octal string, specify the user, group and other modes
|
||||
in the standard Unix fashion. Only applies to plain files. The
|
||||
default is <c>644</c>.
|
||||
</summary>
|
||||
<summary>
|
||||
A 3 digit octal string, specify the user, group and other modes
|
||||
in the standard Unix fashion. Only applies to plain files. The
|
||||
default is <c>644</c>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSet.DirMode">
|
||||
<summary>
|
||||
A 3 digit octal string, specify the user, group and other modes
|
||||
in the standard Unix fashion. Only applies to directories. The
|
||||
default is <c>755</c>.
|
||||
</summary>
|
||||
<summary>
|
||||
A 3 digit octal string, specify the user, group and other modes
|
||||
in the standard Unix fashion. Only applies to directories. The
|
||||
default is <c>755</c>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSet.UserName">
|
||||
<summary>
|
||||
The username for the tar entry.
|
||||
</summary>
|
||||
<summary>
|
||||
The username for the tar entry.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSet.Uid">
|
||||
<summary>
|
||||
The user identifier (UID) for the tar entry.
|
||||
</summary>
|
||||
<summary>
|
||||
The user identifier (UID) for the tar entry.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSet.GroupName">
|
||||
<summary>
|
||||
The groupname for the tar entry.
|
||||
</summary>
|
||||
<summary>
|
||||
The groupname for the tar entry.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSet.Gid">
|
||||
<summary>
|
||||
The group identifier (GID) for the tar entry.
|
||||
</summary>
|
||||
<summary>
|
||||
The group identifier (GID) for the tar entry.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSet.Prefix">
|
||||
<summary>
|
||||
The top level directory prefix. If set, all file and directory paths
|
||||
in the fileset will have this value prepended. Can either be a single
|
||||
directory name or a "/" separated path.
|
||||
</summary>
|
||||
<summary>
|
||||
The top level directory prefix. If set, all file and directory paths
|
||||
in the fileset will have this value prepended. Can either be a single
|
||||
directory name or a "/" separated path.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.TarFileSetCollection">
|
||||
<summary>
|
||||
@@ -474,11 +488,11 @@
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.TarFileSetCollection.CopyTo(NAnt.Compression.Types.TarFileSet[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.TarFileSetCollection.IndexOf(NAnt.Compression.Types.TarFileSet)">
|
||||
<summary>
|
||||
@@ -511,16 +525,16 @@
|
||||
<param name="item">The <see cref="T:NAnt.Compression.Types.TarFileSet"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSetCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSetCollection.FileCount">
|
||||
<summary>
|
||||
Get the total number of files that are represented by the
|
||||
filesets in this collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Get the total number of files that are represented by the
|
||||
filesets in this collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.TarFileSetEnumerator">
|
||||
<summary>
|
||||
@@ -535,28 +549,28 @@
|
||||
<param name="TarFileSets">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.TarFileSetEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.TarFileSetEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.ZipFileSet">
|
||||
<summary>
|
||||
@@ -565,11 +579,11 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.ZipFileSet.Prefix">
|
||||
<summary>
|
||||
The top level directory prefix. If set, all file and directory paths
|
||||
in the fileset will have this value prepended. Can either be a single
|
||||
directory name or a "/" separated path.
|
||||
</summary>
|
||||
<summary>
|
||||
The top level directory prefix. If set, all file and directory paths
|
||||
in the fileset will have this value prepended. Can either be a single
|
||||
directory name or a "/" separated path.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.ZipFileSetCollection">
|
||||
<summary>
|
||||
@@ -623,11 +637,11 @@
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.CopyTo(NAnt.Compression.Types.ZipFileSet[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.ZipFileSetCollection.IndexOf(NAnt.Compression.Types.ZipFileSet)">
|
||||
<summary>
|
||||
@@ -660,16 +674,16 @@
|
||||
<param name="item">The <see cref="T:NAnt.Compression.Types.ZipFileSet"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.ZipFileSetCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.ZipFileSetCollection.FileCount">
|
||||
<summary>
|
||||
Get the total number of files that are represented by the
|
||||
filesets in this collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Get the total number of files that are represented by the
|
||||
filesets in this collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.Compression.Types.ZipFileSetEnumerator">
|
||||
<summary>
|
||||
@@ -684,28 +698,28 @@
|
||||
<param name="ZipFileSets">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.Compression.Types.ZipFileSetEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Compression.Types.ZipFileSetEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -50,20 +50,20 @@
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.IldasmTask.Initialize">
|
||||
<summary>
|
||||
Checks whether the task is initialized with valid attributes.
|
||||
</summary>
|
||||
<summary>
|
||||
Checks whether the task is initialized with valid attributes.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.IldasmTask.ExecuteTask">
|
||||
<summary>
|
||||
Disassembles the PE file(s).
|
||||
</summary>
|
||||
<summary>
|
||||
Disassembles the PE file(s).
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.IldasmTask.DisassemblyFile(System.IO.FileInfo)">
|
||||
<summary>
|
||||
Disassembles the specified PE file.
|
||||
</summary>
|
||||
<param name="inputFile">The PE file to disassemble.</param>
|
||||
<summary>
|
||||
Disassembles the specified PE file.
|
||||
</summary>
|
||||
<param name="inputFile">The PE file to disassemble.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.IldasmTask.GetOutputFile(System.IO.FileInfo)">
|
||||
<summary>
|
||||
@@ -80,9 +80,9 @@
|
||||
<exception cref="T:NAnt.Core.BuildException">The path of the output file could not be determined.</exception>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.IldasmTask.WriteOptions(System.IO.FileInfo,System.IO.FileInfo)">
|
||||
<summary>
|
||||
Writes the disassembler options.
|
||||
</summary>
|
||||
<summary>
|
||||
Writes the disassembler options.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.IldasmTask.WriteOption(System.IO.StringWriter,System.String)">
|
||||
<summary>
|
||||
@@ -115,76 +115,76 @@
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.IldasmTask.NeedsDisassembling(System.IO.FileInfo,System.IO.FileInfo)">
|
||||
<summary>
|
||||
Determines whether or not disassembling is needed.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if disassembling is needed; otherwise,
|
||||
<see langword="false" />.
|
||||
</returns>
|
||||
<summary>
|
||||
Determines whether or not disassembling is needed.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if disassembling is needed; otherwise,
|
||||
<see langword="false" />.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.All">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should combine the
|
||||
<c>/HEADER</c>, <c>/BYTE</c>, and <c>/TOKENS</c> options. The default
|
||||
is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the disassembler should combine the
|
||||
<c>/HEADER</c>, <c>/BYTE</c>, and <c>/TOKENS</c> options;
|
||||
otherwise, <see langword="false" />. The default is
|
||||
<see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/ALL</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should combine the
|
||||
<c>/HEADER</c>, <c>/BYTE</c>, and <c>/TOKENS</c> options. The default
|
||||
is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the disassembler should combine the
|
||||
<c>/HEADER</c>, <c>/BYTE</c>, and <c>/TOKENS</c> options;
|
||||
otherwise, <see langword="false" />. The default is
|
||||
<see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/ALL</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Bytes">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate the
|
||||
IL stream bytes (in hexadecimal notation) as instruction comments.
|
||||
The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the IL stream bytes should be generated
|
||||
as instruction comments; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/BYTE</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate the
|
||||
IL stream bytes (in hexadecimal notation) as instruction comments.
|
||||
The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the IL stream bytes should be generated
|
||||
as instruction comments; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/BYTE</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.ForceRebuild">
|
||||
<summary>
|
||||
Instructs NAnt to rebuild the output file regardless of the file
|
||||
timestamps. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the output file should be rebuilt
|
||||
regardless of its timestamps; otherwise <see langword="false" />.
|
||||
The default is <see langword="false" />.
|
||||
</value>
|
||||
<summary>
|
||||
Instructs NAnt to rebuild the output file regardless of the file
|
||||
timestamps. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the output file should be rebuilt
|
||||
regardless of its timestamps; otherwise <see langword="false" />.
|
||||
The default is <see langword="false" />.
|
||||
</value>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Header">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should include PE header
|
||||
information and runtime header information in the output. The default
|
||||
is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if PE header information and runtime header
|
||||
information should be included in the output; otherwise,
|
||||
<see langword="false" />. The default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/HEADER</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should include PE header
|
||||
information and runtime header information in the output. The default
|
||||
is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if PE header information and runtime header
|
||||
information should be included in the output; otherwise,
|
||||
<see langword="false" />. The default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/HEADER</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.InputFile">
|
||||
<summary>
|
||||
@@ -196,36 +196,36 @@
|
||||
</value>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.LineNumbers">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should include
|
||||
references to original source lines. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if references to original source lines
|
||||
should be included; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/LINENUM</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should include
|
||||
references to original source lines. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if references to original source lines
|
||||
should be included; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/LINENUM</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.NoIL">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should suppress ILASM
|
||||
code output. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if ILASM code output should be suppresses;
|
||||
otherwise, <see langword="false" />. The default is
|
||||
<see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/NOIL</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should suppress ILASM
|
||||
code output. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if ILASM code output should be suppresses;
|
||||
otherwise, <see langword="false" />. The default is
|
||||
<see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/NOIL</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.PublicOnly">
|
||||
<summary>
|
||||
@@ -245,103 +245,103 @@
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.QuoteAllNames">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should enclose all names
|
||||
in single quotation marks. By default, only names that don't match
|
||||
the ILASM definition of a simple name are quoted. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if all names should be enclosed in single
|
||||
quotation marks; otherwise, <see langword="false" />. The default
|
||||
is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/QUOTEALLNAMES</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should enclose all names
|
||||
in single quotation marks. By default, only names that don't match
|
||||
the ILASM definition of a simple name are quoted. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if all names should be enclosed in single
|
||||
quotation marks; otherwise, <see langword="false" />. The default
|
||||
is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/QUOTEALLNAMES</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.RawExceptionHandling">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate
|
||||
structured exception handling clauses in canonical (label) form.
|
||||
The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if structured exception handling clauses
|
||||
should be generated in canonical form; otherwise,
|
||||
<see langword="false" />. The default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/RAWEH</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate
|
||||
structured exception handling clauses in canonical (label) form.
|
||||
The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if structured exception handling clauses
|
||||
should be generated in canonical form; otherwise,
|
||||
<see langword="false" />. The default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/RAWEH</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Source">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate
|
||||
original source lines as comments. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if original source lines should be
|
||||
generated as comments; otherwise, <see langword="false" />.
|
||||
The default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/SOURCE</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate
|
||||
original source lines as comments. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if original source lines should be
|
||||
generated as comments; otherwise, <see langword="false" />.
|
||||
The default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/SOURCE</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Tokens">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate metadata
|
||||
token values as comments. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if metadata token values should be
|
||||
generated as comments; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/TOKENS</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should generate metadata
|
||||
token values as comments. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if metadata token values should be
|
||||
generated as comments; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/TOKENS</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Unicode">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should use the UNICODE
|
||||
encoding when generating the output. The default is ANSI.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the output should be generated using
|
||||
the UNICODE encoding; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/UNICODE</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should use the UNICODE
|
||||
encoding when generating the output. The default is ANSI.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the output should be generated using
|
||||
the UNICODE encoding; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/UNICODE</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Utf8">
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should use the UTF-8
|
||||
encoding when generating the output. The default is ANSI.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the output should be generated using
|
||||
the UTF-8 encoding; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/UTF8</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Specifies whether or not the disassembler should use the UTF-8
|
||||
encoding when generating the output. The default is ANSI.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if the output should be generated using
|
||||
the UTF-8 encoding; otherwise, <see langword="false" />. The
|
||||
default is <see langword="false" />.
|
||||
</value>
|
||||
<remarks>
|
||||
<para>
|
||||
Corresponds to the <c>/UTF8</c> flag.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Item">
|
||||
<summary>
|
||||
@@ -408,13 +408,13 @@
|
||||
</value>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.Arguments">
|
||||
<summary>
|
||||
The command-line arguments for the external program.
|
||||
</summary>
|
||||
<remarks>
|
||||
Overridden to ensure the <arg> elements would not be exposed
|
||||
to build authors.
|
||||
</remarks>
|
||||
<summary>
|
||||
The command-line arguments for the external program.
|
||||
</summary>
|
||||
<remarks>
|
||||
Overridden to ensure the <arg> elements would not be exposed
|
||||
to build authors.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.IldasmTask.ProgramArguments">
|
||||
<summary>
|
||||
@@ -426,25 +426,25 @@
|
||||
</value>
|
||||
</member>
|
||||
<member name="T:NAnt.MSNet.Tasks.ServiceControllerTask">
|
||||
<summary>
|
||||
Allows a Windows service to be controlled.
|
||||
</summary>
|
||||
<example>
|
||||
<para>Starts the World Wide Web Publishing Service on the local computer.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<servicecontroller action="Start" service="w3svc" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<example>
|
||||
<para>Stops the Alerter service on computer 'MOTHER'.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<servicecontroller action="Stop" service="Alerter" machine="MOTHER" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<summary>
|
||||
Allows a Windows service to be controlled.
|
||||
</summary>
|
||||
<example>
|
||||
<para>Starts the World Wide Web Publishing Service on the local computer.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<servicecontroller action="Start" service="w3svc" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
<example>
|
||||
<para>Stops the Alerter service on computer 'MOTHER'.</para>
|
||||
<code>
|
||||
<![CDATA[
|
||||
<servicecontroller action="Stop" service="Alerter" machine="MOTHER" />
|
||||
]]>
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.ServiceControllerTask.#ctor">
|
||||
<summary>
|
||||
@@ -453,9 +453,9 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.ServiceControllerTask.ExecuteTask">
|
||||
<summary>
|
||||
Peforms actions on the service in order to reach the desired status.
|
||||
</summary>
|
||||
<summary>
|
||||
Peforms actions on the service in order to reach the desired status.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.MSNet.Tasks.ServiceControllerTask.DetermineDesiredStatus">
|
||||
<summary>
|
||||
@@ -503,77 +503,77 @@
|
||||
<param name="serviceController"><see cref="T:System.ServiceProcess.ServiceController"/> instance for controlling the service identified by <see cref="P:NAnt.MSNet.Tasks.ServiceControllerTask.ServiceName"/> and <see cref="P:NAnt.MSNet.Tasks.ServiceControllerTask.MachineName"/>.</param>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask._serviceName">
|
||||
<summary>
|
||||
Holds the name of the service that should be controlled.
|
||||
</summary>
|
||||
<summary>
|
||||
Holds the name of the service that should be controlled.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask._machineName">
|
||||
<summary>
|
||||
Holds the name of the computer on which the service resides.
|
||||
</summary>
|
||||
<summary>
|
||||
Holds the name of the computer on which the service resides.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask._action">
|
||||
<summary>
|
||||
Holds the action that should be performed on the service.
|
||||
</summary>
|
||||
<summary>
|
||||
Holds the action that should be performed on the service.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask._timeout">
|
||||
<summary>
|
||||
Holds the time, in milliseconds, the task will wait for a service
|
||||
to reach the desired status.
|
||||
</summary>
|
||||
<summary>
|
||||
Holds the time, in milliseconds, the task will wait for a service
|
||||
to reach the desired status.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.ServiceControllerTask.ServiceName">
|
||||
<summary>
|
||||
The name of the service that should be controlled.
|
||||
</summary>
|
||||
<summary>
|
||||
The name of the service that should be controlled.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.ServiceControllerTask.MachineName">
|
||||
<summary>
|
||||
The name of the computer on which the service resides. The default
|
||||
is the local computer.
|
||||
</summary>
|
||||
<summary>
|
||||
The name of the computer on which the service resides. The default
|
||||
is the local computer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.ServiceControllerTask.Action">
|
||||
<summary>
|
||||
The action that should be performed on the service.
|
||||
</summary>
|
||||
<summary>
|
||||
The action that should be performed on the service.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.MSNet.Tasks.ServiceControllerTask.Timeout">
|
||||
<summary>
|
||||
The time, in milliseconds, the task will wait for the service to
|
||||
reach the desired status. The default is 5000 milliseconds.
|
||||
</summary>
|
||||
<summary>
|
||||
The time, in milliseconds, the task will wait for the service to
|
||||
reach the desired status. The default is 5000 milliseconds.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.MSNet.Tasks.ServiceControllerTask.ActionType">
|
||||
<summary>
|
||||
Defines the actions that can be performed on a service.
|
||||
</summary>
|
||||
<summary>
|
||||
Defines the actions that can be performed on a service.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.Start">
|
||||
<summary>
|
||||
Starts a service.
|
||||
</summary>
|
||||
<summary>
|
||||
Starts a service.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.Stop">
|
||||
<summary>
|
||||
Stops a service.
|
||||
</summary>
|
||||
<summary>
|
||||
Stops a service.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.Restart">
|
||||
<summary>
|
||||
Restarts a service.
|
||||
</summary>
|
||||
<summary>
|
||||
Restarts a service.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.Pause">
|
||||
<summary>
|
||||
Pauses a running service.
|
||||
</summary>
|
||||
<summary>
|
||||
Pauses a running service.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.Continue">
|
||||
<summary>
|
||||
Continues a paused service.
|
||||
</summary>
|
||||
<summary>
|
||||
Continues a paused service.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Binary file not shown.
@@ -5,31 +5,31 @@
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:NAnt.NUnit.Types.FormatterData">
|
||||
<summary>
|
||||
Carries data specified through the formatter element.
|
||||
</summary>
|
||||
<summary>
|
||||
Carries data specified through the formatter element.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterData.Type">
|
||||
<summary>
|
||||
Gets or sets the type of the formatter.
|
||||
</summary>
|
||||
<value>The type of the formatter.</value>
|
||||
<summary>
|
||||
Gets or sets the type of the formatter.
|
||||
</summary>
|
||||
<value>The type of the formatter.</value>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterData.UseFile">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether output should be persisted
|
||||
to a file.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if output should be written to a file; otherwise,
|
||||
<see langword="false" />. The default is <see langword="false" />.
|
||||
</value>
|
||||
<summary>
|
||||
Gets or sets a value indicating whether output should be persisted
|
||||
to a file.
|
||||
</summary>
|
||||
<value>
|
||||
<see langword="true" /> if output should be written to a file; otherwise,
|
||||
<see langword="false" />. The default is <see langword="false" />.
|
||||
</value>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterData.Extension">
|
||||
<summary>
|
||||
Gets or sets the extension to append to the output filename.
|
||||
</summary>
|
||||
<value>The extension to append to the output filename.</value>
|
||||
<summary>
|
||||
Gets or sets the extension to append to the output filename.
|
||||
</summary>
|
||||
<value>The extension to append to the output filename.</value>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterData.OutputDirectory">
|
||||
<summary>
|
||||
@@ -92,11 +92,11 @@
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.CopyTo(NAnt.NUnit.Types.FormatterData[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.IndexOf(NAnt.NUnit.Types.FormatterData)">
|
||||
<summary>
|
||||
@@ -129,10 +129,10 @@
|
||||
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterDataCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit.Types.FormatterDataEnumerator">
|
||||
<summary>
|
||||
@@ -147,64 +147,64 @@
|
||||
<param name="arguments">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterDataEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit.Types.FormatterType">
|
||||
<summary>
|
||||
The built-in formatter types.
|
||||
</summary>
|
||||
<summary>
|
||||
The built-in formatter types.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.NUnit.Types.FormatterType.Plain">
|
||||
<summary>
|
||||
A plaintext formatter.
|
||||
</summary>
|
||||
<summary>
|
||||
A plaintext formatter.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.NUnit.Types.FormatterType.Xml">
|
||||
<summary>
|
||||
An XML formatter.
|
||||
</summary>
|
||||
<summary>
|
||||
An XML formatter.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit.Types.FormatterElement">
|
||||
<summary>
|
||||
Represents the FormatterElement of the NUnit task.
|
||||
</summary>
|
||||
<summary>
|
||||
Represents the FormatterElement of the NUnit task.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterElement.Type">
|
||||
<summary>
|
||||
Type of formatter.
|
||||
</summary>
|
||||
<summary>
|
||||
Type of formatter.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterElement.Extension">
|
||||
<summary>
|
||||
Extension to append to the output filename.
|
||||
</summary>
|
||||
<summary>
|
||||
Extension to append to the output filename.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterElement.UseFile">
|
||||
<summary>
|
||||
Determines whether output should be persisted to a file. The default
|
||||
is <see langword="false" />.
|
||||
</summary>
|
||||
<summary>
|
||||
Determines whether output should be persisted to a file. The default
|
||||
is <see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterElement.OutputDirectory">
|
||||
<summary>
|
||||
@@ -271,11 +271,11 @@
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.CopyTo(NAnt.NUnit.Types.FormatterElement[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.IndexOf(NAnt.NUnit.Types.FormatterElement)">
|
||||
<summary>
|
||||
@@ -308,10 +308,10 @@
|
||||
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterElementCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit.Types.FormatterElementEnumerator">
|
||||
<summary>
|
||||
@@ -326,28 +326,28 @@
|
||||
<param name="arguments">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit.Types.FormatterElementEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Binary file not shown.
@@ -5,14 +5,14 @@
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:NAnt.NUnit1.Types.IResultFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
|
||||
<summary>
|
||||
The whole test suite started.
|
||||
</summary>
|
||||
<summary>
|
||||
The whole test suite started.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.IResultFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
|
||||
<summary>
|
||||
The whole test suite ended.
|
||||
</summary>
|
||||
<summary>
|
||||
The whole test suite ended.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.IResultFormatter.SetOutput(System.IO.TextWriter)">
|
||||
<summary>
|
||||
@@ -72,11 +72,11 @@
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.CopyTo(NAnt.NUnit1.Types.IResultFormatter[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.IndexOf(NAnt.NUnit1.Types.IResultFormatter)">
|
||||
<summary>
|
||||
@@ -109,10 +109,10 @@
|
||||
<param name="item">The <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.IResultFormatterCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.IResultFormatterEnumerator">
|
||||
<summary>
|
||||
@@ -127,42 +127,42 @@
|
||||
<param name="arguments">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.IResultFormatterEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.IResultFormatterEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.IResultFormatterEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.LogFormatter">
|
||||
<summary>
|
||||
Prints information about running tests directly to the build log.
|
||||
</summary>
|
||||
<summary>
|
||||
Prints information about running tests directly to the build log.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.LogFormatter.SetOutput(System.IO.TextWriter)">
|
||||
<summary>Not used, all output goes to Log class.</summary>
|
||||
<summary>Not used, all output goes to Log class.</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.LogFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
|
||||
<summary>Called when the whole test suite has started.</summary>
|
||||
<summary>Called when the whole test suite has started.</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.LogFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
|
||||
<summary>Called when the whole test suite has ended.</summary>
|
||||
<summary>Called when the whole test suite has ended.</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.LogFormatter.FormatError(System.String,System.String)">
|
||||
<summary>Convert a stack trace line into something that can be clicked on in an IDE output window.</summary>
|
||||
@@ -207,35 +207,35 @@
|
||||
</example>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Tasks.NUnitTask.HaltOnError">
|
||||
<summary>
|
||||
Stops running tests when a test causes an error. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
<remarks>
|
||||
Implies haltonfailure.
|
||||
</remarks>
|
||||
<summary>
|
||||
Stops running tests when a test causes an error. The default is
|
||||
<see langword="false" />.
|
||||
</summary>
|
||||
<remarks>
|
||||
Implies haltonfailure.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Tasks.NUnitTask.HaltOnFailure">
|
||||
<summary>
|
||||
Stops running tests if a test fails (errors are considered failures
|
||||
as well). The default is <see langword="false" />.
|
||||
</summary>
|
||||
<summary>
|
||||
Stops running tests if a test fails (errors are considered failures
|
||||
as well). The default is <see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Tasks.NUnitTask.Timeout">
|
||||
<summary>
|
||||
Cancel the individual tests if they do not finish in the specified
|
||||
time (measured in milliseconds). Ignored if fork is disabled.
|
||||
</summary>
|
||||
<summary>
|
||||
Cancel the individual tests if they do not finish in the specified
|
||||
time (measured in milliseconds). Ignored if fork is disabled.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Tasks.NUnitTask.Tests">
|
||||
<summary>
|
||||
Tests to run.
|
||||
</summary>
|
||||
<summary>
|
||||
Tests to run.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Tasks.NUnitTask.FormatterElements">
|
||||
<summary>
|
||||
Formatters to output results of unit tests.
|
||||
</summary>
|
||||
<summary>
|
||||
Formatters to output results of unit tests.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.NUnitTest">
|
||||
<summary>
|
||||
@@ -243,25 +243,25 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.OutFile">
|
||||
<summary>
|
||||
Base name of the test result. The full filename is determined by this
|
||||
attribute and the extension of formatter.
|
||||
</summary>
|
||||
<summary>
|
||||
Base name of the test result. The full filename is determined by this
|
||||
attribute and the extension of formatter.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.ToDir">
|
||||
<summary>
|
||||
Directory to write the reports to.
|
||||
</summary>
|
||||
<summary>
|
||||
Directory to write the reports to.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.Class">
|
||||
<summary>
|
||||
Class name of the test.
|
||||
</summary>
|
||||
<summary>
|
||||
Class name of the test.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.Assembly">
|
||||
<summary>
|
||||
Assembly to load the test from.
|
||||
</summary>
|
||||
<summary>
|
||||
Assembly to load the test from.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.Fork">
|
||||
<summary>
|
||||
@@ -269,20 +269,20 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.HaltOnError">
|
||||
<summary>
|
||||
Stop the build process if an error occurs during the test run.
|
||||
</summary>
|
||||
<summary>
|
||||
Stop the build process if an error occurs during the test run.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.HaltOnFailure">
|
||||
<summary>
|
||||
Stop the build process if a test fails (errors are considered failures
|
||||
as well).
|
||||
</summary>
|
||||
<summary>
|
||||
Stop the build process if a test fails (errors are considered failures
|
||||
as well).
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTest.AppConfigFile">
|
||||
<summary>
|
||||
The application configuration file to use for the NUnit test domain.
|
||||
</summary>
|
||||
<summary>
|
||||
The application configuration file to use for the NUnit test domain.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.NUnitTestCollection">
|
||||
<summary>
|
||||
@@ -336,11 +336,11 @@
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.NUnitTestCollection.CopyTo(NAnt.NUnit1.Types.NUnitTest[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.NUnitTestCollection.IndexOf(NAnt.NUnit1.Types.NUnitTest)">
|
||||
<summary>
|
||||
@@ -373,10 +373,10 @@
|
||||
<param name="item">The <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTestCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.NUnitTestEnumerator">
|
||||
<summary>
|
||||
@@ -391,98 +391,98 @@
|
||||
<param name="arguments">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.NUnitTestEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.NUnitTestEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.NUnitTestEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.NUnitTestData">
|
||||
<summary>
|
||||
Carries data specified through the test element.
|
||||
</summary>
|
||||
<summary>
|
||||
Carries data specified through the test element.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.NeedsRunning">
|
||||
<summary>
|
||||
Determines if the unit test needs running.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if unit test needs running, otherwise,
|
||||
<see langword="false" />.
|
||||
</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
Determines if the test needs running by looking at the date stamp
|
||||
of the test assembly and the test results log.
|
||||
</para>
|
||||
</remarks>
|
||||
<summary>
|
||||
Determines if the unit test needs running.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if unit test needs running, otherwise,
|
||||
<see langword="false" />.
|
||||
</returns>
|
||||
<remarks>
|
||||
<para>
|
||||
Determines if the test needs running by looking at the date stamp
|
||||
of the test assembly and the test results log.
|
||||
</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.Run(System.String,System.Boolean)">
|
||||
<summary>
|
||||
Runs a Suite extracted from a TestCase subclass.
|
||||
</summary>
|
||||
<summary>
|
||||
Runs a Suite extracted from a TestCase subclass.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.CreateFormatters(NAnt.NUnit1.Types.NUnitTestData,System.String,System.Boolean)">
|
||||
<summary>
|
||||
Creates the formatters to be used when running this test.
|
||||
</summary>
|
||||
<summary>
|
||||
Creates the formatters to be used when running this test.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.GetOutput(NAnt.NUnit.Types.FormatterData,NAnt.NUnit1.Types.NUnitTestData)">
|
||||
<summary>
|
||||
Returns the output file or null if does not use a file.
|
||||
</summary>
|
||||
<summary>
|
||||
Returns the output file or null if does not use a file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.GetSuite(System.String)">
|
||||
<summary>
|
||||
Returns the test suite from a given class.
|
||||
</summary>
|
||||
<remarks>
|
||||
The assemblyQualifiedName parameter needs to be in form:
|
||||
"full.qualified.class.name,Assembly"
|
||||
</remarks>
|
||||
<summary>
|
||||
Returns the test suite from a given class.
|
||||
</summary>
|
||||
<remarks>
|
||||
The assemblyQualifiedName parameter needs to be in form:
|
||||
"full.qualified.class.name,Assembly"
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Tasks.NUnitTestRunner.Formatters">
|
||||
<summary>
|
||||
Gets the collection of registered formatters.
|
||||
</summary>
|
||||
<value>Collection of registered formatters.</value>
|
||||
<summary>
|
||||
Gets the collection of registered formatters.
|
||||
</summary>
|
||||
<value>Collection of registered formatters.</value>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Tasks.NUnitTestRunner.ResultCode">
|
||||
<summary>
|
||||
Gets the result of the test.
|
||||
</summary>
|
||||
<value>The result of the test.</value>
|
||||
<summary>
|
||||
Gets the result of the test.
|
||||
</summary>
|
||||
<value>The result of the test.</value>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.PlainTextFormatter">
|
||||
<summary>
|
||||
Prints information about running tests in plain text.
|
||||
</summary>
|
||||
<summary>
|
||||
Prints information about running tests in plain text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.PlainTextFormatter.SetOutput(System.IO.TextWriter)">
|
||||
<summary>Sets the Writer the formatter is supposed to write its results to.</summary>
|
||||
<summary>Sets the Writer the formatter is supposed to write its results to.</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.PlainTextFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
|
||||
<summary>Called when the whole test suite has started.</summary>
|
||||
<summary>Called when the whole test suite has started.</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.PlainTextFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
|
||||
<summary>Called when the whole test suite has ended.</summary>
|
||||
<summary>Called when the whole test suite has ended.</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.PlainTextFormatter.FormatError(System.String,System.String)">
|
||||
<summary>Convert a stack trace line into something that can be clicked on in an IDE output window.</summary>
|
||||
@@ -502,15 +502,15 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit1.Types.TestResultExtra.RunTime">
|
||||
<summary>
|
||||
Gets or sets the total run-time of a test.
|
||||
</summary>
|
||||
<value>The total run-time of a test.</value>
|
||||
<summary>
|
||||
Gets or sets the total run-time of a test.
|
||||
</summary>
|
||||
<value>The total run-time of a test.</value>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit1.Types.XmlResultFormatter">
|
||||
<summary>
|
||||
Prints detailed information about running tests in XML format.
|
||||
</summary>
|
||||
<summary>
|
||||
Prints detailed information about running tests in XML format.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.XmlResultFormatter.#ctor">
|
||||
<summary>
|
||||
@@ -525,14 +525,14 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.XmlResultFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
|
||||
<summary>
|
||||
Called when the whole test suite has started.
|
||||
</summary>
|
||||
<summary>
|
||||
Called when the whole test suite has started.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit1.Types.XmlResultFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
|
||||
<summary>
|
||||
Called when the whole test suite has ended.
|
||||
</summary>
|
||||
<summary>
|
||||
Called when the whole test suite has ended.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Binary file not shown.
@@ -34,36 +34,36 @@
|
||||
</example>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.Categories.Includes">
|
||||
<summary>
|
||||
Specifies a list of categories to include.
|
||||
</summary>
|
||||
<summary>
|
||||
Specifies a list of categories to include.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.Categories.Excludes">
|
||||
<summary>
|
||||
Specifies a list of categories to exclude.
|
||||
</summary>
|
||||
<summary>
|
||||
Specifies a list of categories to exclude.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Types.Category">
|
||||
<summary>
|
||||
Represents a certain group of test cases or fixtures.
|
||||
</summary>
|
||||
<summary>
|
||||
Represents a certain group of test cases or fixtures.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.Category.CategoryName">
|
||||
<summary>
|
||||
A name of a category, or comma-separated list of names.
|
||||
</summary>
|
||||
<summary>
|
||||
A name of a category, or comma-separated list of names.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.Category.IfDefined">
|
||||
<summary>
|
||||
If <see langword="true" /> then the category will be processed;
|
||||
otherwise, skipped. The default is <see langword="true" />.
|
||||
</summary>
|
||||
<summary>
|
||||
If <see langword="true" /> then the category will be processed;
|
||||
otherwise, skipped. The default is <see langword="true" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.Category.UnlessDefined">
|
||||
<summary>
|
||||
If <see langword="true" /> then the category will be skipped;
|
||||
otherwise, processed. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<summary>
|
||||
If <see langword="true" /> then the category will be skipped;
|
||||
otherwise, processed. The default is <see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Types.CategoryCollection">
|
||||
<summary>
|
||||
@@ -75,17 +75,33 @@
|
||||
Initializes a new instance of the <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.#ctor(System.Collections.Generic.IList{NAnt.NUnit2.Types.Category})">
|
||||
<summary>
|
||||
Initializes a new instance of the
|
||||
<see cref="T:NAnt.NUnit2.Types.CategoryCollection"/> class as a wrapper for
|
||||
the specified list.
|
||||
</summary>
|
||||
<param name="value">
|
||||
The list that is wrapped by the newly created instance.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.#ctor(NAnt.NUnit2.Types.CategoryCollection)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/> class
|
||||
with the specified <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/> instance.
|
||||
</summary>
|
||||
<param name="value">
|
||||
The collection to use to initialize the new instance with.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.#ctor(NAnt.NUnit2.Types.Category[])">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/> class
|
||||
with the specified array of <see cref="T:NAnt.NUnit2.Types.Category"/> instances.
|
||||
</summary>
|
||||
<param name="value">
|
||||
The collection to use to initialize the new instance with.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.ToString">
|
||||
<summary>
|
||||
@@ -96,89 +112,15 @@
|
||||
<see cref="T:System.String"/> if there are no categories.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.Add(NAnt.NUnit2.Types.Category)">
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.AddRange(System.Collections.Generic.IEnumerable{NAnt.NUnit2.Types.Category})">
|
||||
<summary>
|
||||
Adds a <see cref="T:NAnt.NUnit2.Types.Category"/> to the end of the collection.
|
||||
Adds the elements of a <see cref="T:NAnt.NUnit2.Types.Category"/> array to the end of the
|
||||
collection.
|
||||
</summary>
|
||||
<param name="item">The <see cref="T:NAnt.NUnit2.Types.Category"/> to be added to the end of the collection.</param>
|
||||
<returns>The position into which the new element was inserted.</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.AddRange(NAnt.NUnit2.Types.Category[])">
|
||||
<summary>
|
||||
Adds the elements of a <see cref="T:NAnt.NUnit2.Types.Category"/> array to the end of the collection.
|
||||
</summary>
|
||||
<param name="items">The array of <see cref="T:NAnt.NUnit2.Types.Category"/> elements to be added to the end of the collection.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.AddRange(NAnt.NUnit2.Types.CategoryCollection)">
|
||||
<summary>
|
||||
Adds the elements of a <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/> to the end of the collection.
|
||||
</summary>
|
||||
<param name="items">The <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/> to be added to the end of the collection.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.Contains(NAnt.NUnit2.Types.Category)">
|
||||
<summary>
|
||||
Determines whether a <see cref="T:NAnt.NUnit2.Types.Category"/> is in the collection.
|
||||
</summary>
|
||||
<param name="item">The <see cref="T:NAnt.NUnit2.Types.Category"/> to locate in the collection.</param>
|
||||
<returns>
|
||||
<see langword="true"/> if <paramref name="item"/> is found in the
|
||||
collection; otherwise, <see langword="false"/>.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.Contains(System.String)">
|
||||
<summary>
|
||||
Determines whether a <see cref="T:NAnt.NUnit2.Types.Category"/> with the specified
|
||||
value is in the collection.
|
||||
</summary>
|
||||
<param name="value">The argument value to locate in the collection.</param>
|
||||
<returns>
|
||||
<see langword="true"/> if a <see cref="T:NAnt.NUnit2.Types.Category"/> with value
|
||||
<paramref name="value"/> is found in the collection; otherwise,
|
||||
<see langword="false"/>.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.CopyTo(NAnt.NUnit2.Types.Category[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.IndexOf(NAnt.NUnit2.Types.Category)">
|
||||
<summary>
|
||||
Retrieves the index of a specified <see cref="T:NAnt.NUnit2.Types.Category"/> object in the collection.
|
||||
</summary>
|
||||
<param name="item">The <see cref="T:NAnt.NUnit2.Types.Category"/> object for which the index is returned.</param>
|
||||
<returns>
|
||||
The index of the specified <see cref="T:NAnt.NUnit2.Types.Category"/>. If the <see cref="T:NAnt.NUnit2.Types.Category"/> is not currently a member of the collection, it returns -1.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.Insert(System.Int32,NAnt.NUnit2.Types.Category)">
|
||||
<summary>
|
||||
Inserts a <see cref="T:NAnt.NUnit2.Types.Category"/> into the collection at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
|
||||
<param name="item">The <see cref="T:NAnt.NUnit2.Types.Category"/> to insert.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.GetEnumerator">
|
||||
<summary>
|
||||
Returns an enumerator that can iterate through the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
A <see cref="T:NAnt.NUnit2.Types.CategoryEnumerator"/> for the entire collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryCollection.Remove(NAnt.NUnit2.Types.Category)">
|
||||
<summary>
|
||||
Removes a member from the collection.
|
||||
</summary>
|
||||
<param name="item">The <see cref="T:NAnt.NUnit2.Types.Category"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.CategoryCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<param name="items">
|
||||
The array of <see cref="T:NAnt.NUnit2.Types.Category"/> elements to be added to the end of
|
||||
the collection.
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.CategoryCollection.Item(System.String)">
|
||||
<summary>
|
||||
@@ -186,45 +128,9 @@
|
||||
</summary>
|
||||
<param name="value">The name of the <see cref="T:NAnt.NUnit2.Types.Category"/> to get.</param>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Types.CategoryEnumerator">
|
||||
<summary>
|
||||
Enumerates the <see cref="T:NAnt.NUnit2.Types.Category"/> elements of a <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryEnumerator.#ctor(NAnt.NUnit2.Types.CategoryCollection)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:NAnt.NUnit2.Types.CategoryEnumerator"/> class
|
||||
with the specified <see cref="T:NAnt.NUnit2.Types.CategoryCollection"/>.
|
||||
</summary>
|
||||
<param name="arguments">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.CategoryEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.CategoryEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Tasks.NUnit2Task">
|
||||
<summary>
|
||||
Runs tests using the NUnit V2.2 framework.
|
||||
Runs tests using the NUnit V2.6 framework.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
@@ -303,24 +209,50 @@
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Tasks.NUnit2Task.ExecuteTask">
|
||||
<summary>
|
||||
Runs the tests and sets up the formatters.
|
||||
</summary>
|
||||
<summary>
|
||||
Runs the tests and sets up the formatters.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Tasks.NUnit2Task.GetListener(NAnt.Core.LogWriter)">
|
||||
<summary>
|
||||
Gets a new EventListener to use for the unit tests.
|
||||
</summary>
|
||||
<returns>
|
||||
A new EventListener created with a new EventCollector that
|
||||
is initialized with <paramref name="logWriter"/>.
|
||||
</returns>
|
||||
<param name='logWriter'>
|
||||
Log writer to send test output to.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Tasks.NUnit2Task.GetLoggingThreshold">
|
||||
<summary>
|
||||
Gets the logging threshold to use for a test runner based on
|
||||
the current threshold of this task.
|
||||
</summary>
|
||||
<returns>
|
||||
The logging threshold to use when running a test runner.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Tasks.NUnit2Task.HaltOnFailure">
|
||||
<summary>
|
||||
Stop the test run if a test fails. The default is <see langword="false" />.
|
||||
</summary>
|
||||
<summary>
|
||||
Stop the test run if a test fails. The default is <see langword="false" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Tasks.NUnit2Task.Labels">
|
||||
<summary>
|
||||
Indicate whether or not to label the text output as the tests run.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Tasks.NUnit2Task.Tests">
|
||||
<summary>
|
||||
Tests to run.
|
||||
</summary>
|
||||
<summary>
|
||||
Tests to run.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Tasks.NUnit2Task.FormatterElements">
|
||||
<summary>
|
||||
Formatters to output results of unit tests.
|
||||
</summary>
|
||||
<summary>
|
||||
Formatters to output results of unit tests.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Types.NUnit2Test">
|
||||
<summary>
|
||||
@@ -328,35 +260,35 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.AssemblyFile">
|
||||
<summary>
|
||||
Name of the assembly to search for tests.
|
||||
</summary>
|
||||
<summary>
|
||||
Name of the assembly to search for tests.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.TestName">
|
||||
<summary>
|
||||
Name of a specific testfixture to run. If not specified then all
|
||||
testfixtures are run.
|
||||
</summary>
|
||||
<summary>
|
||||
Name of a specific testfixture to run. If not specified then all
|
||||
testfixtures are run.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.Assemblies">
|
||||
<summary>
|
||||
Assemblies to include in test.
|
||||
</summary>
|
||||
<summary>
|
||||
Assemblies to include in test.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.References">
|
||||
<summary>
|
||||
Assemblies to scan for missing assembly references.
|
||||
</summary>
|
||||
<summary>
|
||||
Assemblies to scan for missing assembly references.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.Categories">
|
||||
<summary>
|
||||
Categories of test cases to include or exclude.
|
||||
</summary>
|
||||
<summary>
|
||||
Categories of test cases to include or exclude.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.HaltOnFailure">
|
||||
<summary>
|
||||
Build fails on failure. The default is <see langword="true" />.
|
||||
</summary>
|
||||
<summary>
|
||||
Build fails on failure. The default is <see langword="true" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.XsltFile">
|
||||
<summary>
|
||||
@@ -365,19 +297,19 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.AppConfigFile">
|
||||
<summary>
|
||||
The application configuration file to use for the NUnit test domain.
|
||||
If not specified, NAnt will try to use a configuration name matching
|
||||
the file name of the assembly with extension ".config".
|
||||
</summary>
|
||||
<summary>
|
||||
The application configuration file to use for the NUnit test domain.
|
||||
If not specified, NAnt will try to use a configuration name matching
|
||||
the file name of the assembly with extension ".config".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2Test.TestAssemblies">
|
||||
<summary>
|
||||
Gets all assemblies specified for these tests.
|
||||
</summary>
|
||||
<returns>
|
||||
All assemblies specified for these tests.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets all assemblies specified for these tests.
|
||||
</summary>
|
||||
<returns>
|
||||
All assemblies specified for these tests.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Types.NUnit2TestCollection">
|
||||
<summary>
|
||||
@@ -431,11 +363,11 @@
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.NUnit2TestCollection.CopyTo(NAnt.NUnit2.Types.NUnit2Test[],System.Int32)">
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
<summary>
|
||||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
||||
</summary>
|
||||
<param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
|
||||
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.NUnit2TestCollection.IndexOf(NAnt.NUnit2.Types.NUnit2Test)">
|
||||
<summary>
|
||||
@@ -468,10 +400,10 @@
|
||||
<param name="item">The <see cref="T:NAnt.NUnit2.Types.NUnit2Test"/> to remove from the collection.</param>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2TestCollection.Item(System.Int32)">
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
<summary>
|
||||
Gets or sets the element at the specified index.
|
||||
</summary>
|
||||
<param name="index">The zero-based index of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Types.NUnit2TestEnumerator">
|
||||
<summary>
|
||||
@@ -486,34 +418,34 @@
|
||||
<param name="arguments">The collection that should be enumerated.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.NUnit2TestEnumerator.MoveNext">
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Advances the enumerator to the next element of the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
<see langword="true" /> if the enumerator was successfully advanced
|
||||
to the next element; <see langword="false" /> if the enumerator has
|
||||
passed the end of the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Types.NUnit2TestEnumerator.Reset">
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
<summary>
|
||||
Sets the enumerator to its initial position, which is before the
|
||||
first element in the collection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.NUnit2.Types.NUnit2TestEnumerator.Current">
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
<summary>
|
||||
Gets the current element in the collection.
|
||||
</summary>
|
||||
<returns>
|
||||
The current element in the collection.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Tasks.NUnit2TestDomain">
|
||||
<summary>
|
||||
Custom TestDomain, similar to the one included with NUnit, in order
|
||||
to workaround some limitations in it.
|
||||
</summary>
|
||||
<summary>
|
||||
Custom TestDomain, similar to the one included with NUnit, in order
|
||||
to workaround some limitations in it.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Tasks.NUnit2TestDomain.#ctor">
|
||||
<summary>
|
||||
@@ -522,20 +454,20 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Tasks.NUnit2TestDomain.CreateRunner(System.IO.FileInfo,System.IO.FileInfo,System.Collections.Specialized.StringCollection)">
|
||||
<summary>
|
||||
Runs a single testcase.
|
||||
</summary>
|
||||
<param name="assemblyFile">The test assembly.</param>
|
||||
<param name="configFile">The application configuration file for the test domain.</param>
|
||||
<param name="referenceAssemblies">List of files to scan for missing assembly references.</param>
|
||||
<returns>
|
||||
The result of the test.
|
||||
</returns>
|
||||
<summary>
|
||||
Runs a single testcase.
|
||||
</summary>
|
||||
<param name="assemblyFile">The test assembly.</param>
|
||||
<param name="configFile">The application configuration file for the test domain.</param>
|
||||
<param name="referenceAssemblies">List of files to scan for missing assembly references.</param>
|
||||
<returns>
|
||||
The result of the test.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.NUnit2.Tasks.NUnit2TestDomain.AssemblyResolveHandler">
|
||||
<summary>
|
||||
Helper class called when an assembly resolve event is raised.
|
||||
</summary>
|
||||
<summary>
|
||||
Helper class called when an assembly resolve event is raised.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.NUnit2.Tasks.NUnit2TestDomain.AssemblyResolveHandler.#ctor(System.String[],System.String[])">
|
||||
<summary>
|
||||
@@ -564,21 +496,21 @@
|
||||
<param name="args">An <see cref="T:System.AssemblyLoadEventArgs"/> that contains the event data.</param>
|
||||
</member>
|
||||
<member name="F:NAnt.NUnit2.Tasks.NUnit2TestDomain.AssemblyResolveHandler._probePaths">
|
||||
<summary>
|
||||
Holds the list of directories that will be scanned for missing
|
||||
assembly references.
|
||||
</summary>
|
||||
<summary>
|
||||
Holds the list of directories that will be scanned for missing
|
||||
assembly references.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.NUnit2.Tasks.NUnit2TestDomain.AssemblyResolveHandler._referenceAssemblies">
|
||||
<summary>
|
||||
Holds the list of assemblies that can be scanned for missing
|
||||
assembly references.
|
||||
</summary>
|
||||
<summary>
|
||||
Holds the list of assemblies that can be scanned for missing
|
||||
assembly references.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.NUnit2.Tasks.NUnit2TestDomain.AssemblyResolveHandler._assemblyCache">
|
||||
<summary>
|
||||
Holds the loaded assemblies.
|
||||
</summary>
|
||||
<summary>
|
||||
Holds the loaded assemblies.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -434,20 +434,40 @@
|
||||
<include name="Microsoft.Build.Framework.dll" />
|
||||
<include name="System.AddIn.Contract.dll" />
|
||||
<include name="System.AddIn.dll" />
|
||||
<include name="System.ComponentModel.DataAnnotations.dll" />
|
||||
<include name="System.Core.dll" />
|
||||
<include name="System.Data.DataSetExtensions.dll" />
|
||||
<include name="System.Data.Entity.Design.dll" />
|
||||
<include name="System.Data.Entity.dll" />
|
||||
<include name="System.Data.Linq.dll" />
|
||||
<include name="System.Data.Services.Client.dll" />
|
||||
<include name="System.Data.Services.Design.dll" />
|
||||
<include name="System.Data.Services.dll" />
|
||||
<include name="System.DirectoryServices.AccountManagement.dll" />
|
||||
<include name="System.Management.Instrumentation.dll" />
|
||||
<include name="System.Net.dll" />
|
||||
<include name="System.ServiceModel.Web.dll" />
|
||||
<include name="System.Web.Abstractions.dll" />
|
||||
<include name="System.Web.DynamicData.Design.dll" />
|
||||
<include name="System.Web.DynamicData.dll" />
|
||||
<include name="System.Web.Entitly.Design.dll" />
|
||||
<include name="System.Web.Entitly.dll" />
|
||||
<include name="System.Web.Extensions.Design.dll" />
|
||||
<include name="System.Web.Extensions.dll" />
|
||||
<include name="System.Web.Routing.dll" />
|
||||
<include name="System.Windows.Presentation.dll" />
|
||||
<include name="System.WorkflowServices.dll" />
|
||||
<include name="System.Xml.Linq.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/v3.0">
|
||||
<include name="PresentationBuildTasks.dll" />
|
||||
<include name="PresentationCore.dll" />
|
||||
<include name="PresentationFramework.Aero.dll" />
|
||||
<include name="PresentationFramework.Classic.dll" />
|
||||
<include name="PresentationFramework.dll" />
|
||||
<include name="PresentationFramework.Luna.dll" />
|
||||
<include name="PresentationFramework.Royale.dll" />
|
||||
<include name="ReachFramework.dll" />
|
||||
<include name="System.IdentityModel.dll" />
|
||||
<include name="System.IdentityModel.Selectors.dll" />
|
||||
<include name="System.IO.Log.dll" />
|
||||
@@ -458,7 +478,12 @@
|
||||
<include name="System.Workflow.Activities.dll" />
|
||||
<include name="System.Workflow.ComponentModel.dll" />
|
||||
<include name="System.Workflow.Runtime.dll" />
|
||||
<include name="UIAutomationClient.dll" />
|
||||
<include name="UIAutomationClientsideProviders.dll" />
|
||||
<include name="UIAutomationProvider.dll" />
|
||||
<include name="UIAutomationTypes.dll" />
|
||||
<include name="WindowsBase.dll" />
|
||||
<include name="WindowsFormsIntegration.dll" />
|
||||
</reference-assemblies>
|
||||
<task-assemblies>
|
||||
<!-- include MS.NET version-neutral assemblies -->
|
||||
@@ -484,28 +509,6 @@
|
||||
key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
|
||||
hive="LocalMachine" />
|
||||
<locatesdk property="sdkInstallRoot" minwinsdkver="v6.0A" maxnetfxver="3.5" failonerror="false" />
|
||||
<!--
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A\WinSDKNetFxTools\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.1\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
-->
|
||||
</project>
|
||||
<tasks>
|
||||
<task name="csc">
|
||||
@@ -574,7 +577,7 @@
|
||||
</strict>
|
||||
</modes>
|
||||
</runtime>
|
||||
<reference-assemblies basedir="${path::combine(installRoot, 'v4.0.30319')}">
|
||||
<reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/.NETFramework/v4.0">
|
||||
<include name="Accessibility.dll" />
|
||||
<include name="Microsoft.Build.Conversion.v4.0.dll" />
|
||||
<include name="Microsoft.Build.dll" />
|
||||
@@ -679,6 +682,35 @@
|
||||
<include name="System.Xml.dll" />
|
||||
<include name="System.Xml.Linq.dll" />
|
||||
</reference-assemblies>
|
||||
<!-- WPF Assemblies -->
|
||||
<reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/.NETFramework/v4.0">
|
||||
<include name="NaturalLanguage6.dll" />
|
||||
<include name="NlsData0009.dll" />
|
||||
<include name="NlsLexicons0009.dll" />
|
||||
<include name="PenIMC.dll" />
|
||||
<include name="PresentationCore.dll" />
|
||||
<include name="PresentationFramework.Aero.dll" />
|
||||
<include name="PresentationFramework.Classic.dll" />
|
||||
<include name="PresentationFramework.dll" />
|
||||
<include name="PresentationFramework.Luna.dll" />
|
||||
<include name="PresentationFramework.Royale.dll" />
|
||||
<include name="PresentationHost_v0400.dll" />
|
||||
<include name="PresentationNative_v0400.dll" />
|
||||
<include name="PresentationUI.dll" />
|
||||
<include name="ReachFramework.dll" />
|
||||
<include name="System.Printing.dll" />
|
||||
<include name="System.Speech.dll" />
|
||||
<include name="System.Windows.Input.Manipulations.dll" />
|
||||
<include name="System.Windows.Presentation.dll" />
|
||||
<include name="UIAutomationClient.dll" />
|
||||
<include name="UIAutomationClientsideProviders.dll" />
|
||||
<include name="UIAutomationProvider.dll" />
|
||||
<include name="UIAutomationTypes.dll" />
|
||||
<include name="WindowsBase.dll" />
|
||||
<include name="WindowsFormsIntegration.dll" />
|
||||
<include name="wpfgfx_v0400.dll" />
|
||||
<include name="wpftxt_v0400.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Reference Assemblies/Microsoft/Framework/.NETFramework/v4.0">
|
||||
<include name="Microsoft.Build.Conversion.v4.0.dll" />
|
||||
<include name="Microsoft.Build.dll" />
|
||||
@@ -696,6 +728,8 @@
|
||||
<include name="mscorlib.dll" />
|
||||
<include name="PresentationBuildTasks.dll" />
|
||||
<include name="PresentationCore.dll" />
|
||||
<include name="WindowsBase.dll" />
|
||||
<include name="PresentationFramework.dll" />
|
||||
<include name="PresentationFramework.Aero.dll" />
|
||||
<include name="PresentationFramework.Classic.dll" />
|
||||
<include name="PresentationFramework.Luna.dll" />
|
||||
@@ -809,19 +843,6 @@
|
||||
key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
|
||||
hive="LocalMachine" />
|
||||
<locatesdk property="sdkInstallRoot" minwinsdkver="v7.0A" minnetfxver="4.0" maxnetfxver="4.0.99999" failonerror="false" />
|
||||
<!--
|
||||
<echo message="sdkInstallRoot=${sdkInstallRoot}" if="${property::exists('sdkInstallRoot')}" />
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A\WinSDK-NetFx40Tools\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v7.0A\WinSDK-NetFx40Tools-x86\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
-->
|
||||
</project>
|
||||
<tasks>
|
||||
<task name="csc">
|
||||
@@ -1017,7 +1038,7 @@
|
||||
description="Microsoft Silverlight 2.0"
|
||||
sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
frameworkdirectory="${path::combine(installRoot, 'v3.5')}"
|
||||
frameworkassemblydirectory="${environment::get-folder-path('ProgramFiles')}/Microsoft Silverlight/2.0.31005.0"
|
||||
frameworkassemblydirectory="${SL2RefAssemblyBaseDir}"
|
||||
clrversion="2.0.50727"
|
||||
clrtype="Browser"
|
||||
vendor="Microsoft"
|
||||
@@ -1031,7 +1052,7 @@
|
||||
</strict>
|
||||
</modes>
|
||||
</runtime>
|
||||
<reference-assemblies basedir="${environment::get-folder-path('ProgramFiles')}/Microsoft Silverlight/2.0.31005.0">
|
||||
<reference-assemblies basedir="${SL2RefAssemblyBaseDir}">
|
||||
<include name="Microsoft.VisualBasic.dll" />
|
||||
<include name="mscorlib.dll" />
|
||||
<include name="System.Core.dll" />
|
||||
@@ -1057,27 +1078,372 @@
|
||||
<include name="extensions/common/2.0/**/*.dll" />
|
||||
</task-assemblies>
|
||||
<tool-paths>
|
||||
<directory name="${SL2RefAssemblyBaseDir}" />
|
||||
<directory name="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
if="${property::exists('sdkInstallRoot')}" />
|
||||
<directory name="${path::combine(installRoot, 'v3.5')}" />
|
||||
<directory name="${path::combine(installRoot, 'v2.0.50727')}" />
|
||||
<directory name="${environment::get-folder-path('ProgramFiles')}/Microsoft Silverlight/2.0.31005.0" />
|
||||
</tool-paths>
|
||||
<project>
|
||||
<readregistry property="SL2RefAssemblyBaseDir"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v2.0\ReferenceAssemblies\SLRuntimeInstallPath"
|
||||
hive="LocalMachine" />
|
||||
<readregistry
|
||||
property="installRoot"
|
||||
key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
|
||||
hive="LocalMachine" />
|
||||
<locatesdk property="sdkInstallRoot" minwinsdkver="v6.0A" maxnetfxver="3.5" failonerror="false" />
|
||||
</project>
|
||||
<tasks>
|
||||
<task name="csc">
|
||||
<attribute name="noconfig">true</attribute>
|
||||
<attribute name="nostdlib">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportswarnaserrorlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
<attribute name="supportslangversion">true</attribute>
|
||||
</task>
|
||||
<task name="vbc">
|
||||
<attribute name="nostdlib">true</attribute>
|
||||
<attribute name="supportsdocgeneration">true</attribute>
|
||||
<attribute name="supportsnostdlib">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
<attribute name="supportswarnaserrorlist">true</attribute>
|
||||
</task>
|
||||
<task name="jsc">
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
</task>
|
||||
<task name="vjc">
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
</task>
|
||||
<task name="resgen">
|
||||
<attribute name="supportsassemblyreferences">true</attribute>
|
||||
<attribute name="supportsexternalfilereferences">true</attribute>
|
||||
</task>
|
||||
<task name="delay-sign">
|
||||
<attribute name="exename">sn</attribute>
|
||||
</task>
|
||||
<task name="license">
|
||||
<attribute name="exename">lc</attribute>
|
||||
<attribute name="supportsassemblyreferences">true</attribute>
|
||||
</task>
|
||||
</tasks>
|
||||
</framework>
|
||||
<framework
|
||||
name="silverlight-3.0"
|
||||
family="silverlight"
|
||||
version="3.0"
|
||||
description="Microsoft Silverlight 3.0"
|
||||
sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
frameworkdirectory="${path::combine(installRoot, 'v3.5')}"
|
||||
frameworkassemblydirectory="${SL3RefAssemblyBaseDir}"
|
||||
clrversion="2.0.50727"
|
||||
clrtype="Browser"
|
||||
vendor="Microsoft"
|
||||
>
|
||||
<runtime>
|
||||
<modes>
|
||||
<strict>
|
||||
<environment>
|
||||
<variable name="COMPLUS_VERSION" value="v2.0.50727" />
|
||||
</environment>
|
||||
</strict>
|
||||
</modes>
|
||||
</runtime>
|
||||
<reference-assemblies basedir="${SL3RefAssemblyBaseDir}">
|
||||
<include name="Microsoft.VisualBasic.dll" />
|
||||
<include name="mscorlib.dll" />
|
||||
<include name="System.Core.dll" />
|
||||
<include name="System.dll" />
|
||||
<include name="System.Xml.dll" />
|
||||
<include name="System.Windows.dll" />
|
||||
<include name="System.Windows.Browser.dll" />
|
||||
<!-- Remaining libraries found in the Reference Assembly directory -->
|
||||
<include name="agcore.debug.dll" />
|
||||
<include name="agcore.dll" />
|
||||
<include name="coreclr.dll" />
|
||||
<include name="mscorrc.debug.dll" />
|
||||
<include name="mscorrc.dll" />
|
||||
<include name="npctrl.dll" />
|
||||
<include name="npctrlui.dll" />
|
||||
<include name="Silverlight.ConfigurationUI.dll" />
|
||||
<include name="System.Net.dll" />
|
||||
<include name="System.Runtime.Serialization.dll" />
|
||||
<include name="System.ServiceModel.dll" />
|
||||
<include name="System.ServiceModel.Web.dll" />
|
||||
</reference-assemblies>
|
||||
<task-assemblies>
|
||||
<!-- include MS.NET version-neutral assemblies -->
|
||||
<include name="extensions/net/neutral/**/*.dll" />
|
||||
<!-- include MS.NET 2.0 specific assemblies -->
|
||||
<include name="extensions/net/2.0/**/*.dll" />
|
||||
<!-- include MS.NET specific task assembly -->
|
||||
<include name="NAnt.MSNetTasks.dll" />
|
||||
<!-- include MS.NET specific test assembly -->
|
||||
<include name="NAnt.MSNet.Tests.dll" />
|
||||
<!-- include .NET 2.0 specific assemblies -->
|
||||
<include name="extensions/common/2.0/**/*.dll" />
|
||||
</task-assemblies>
|
||||
<tool-paths>
|
||||
<directory name="${SL3RefAssemblyBaseDir}" />
|
||||
<directory name="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
if="${property::exists('sdkInstallRoot')}" />
|
||||
<directory name="${path::combine(installRoot, 'v3.5')}" />
|
||||
</tool-paths>
|
||||
<project>
|
||||
<readregistry property="SL3RefAssemblyBaseDir"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v3.0\ReferenceAssemblies\SLRuntimeInstallPath"
|
||||
hive="LocalMachine" />
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.0A\WinSDKNetFxTools\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
property="installRoot"
|
||||
key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
|
||||
hive="LocalMachine" />
|
||||
<locatesdk property="sdkInstallRoot" minwinsdkver="v6.0A" maxnetfxver="3.5" failonerror="false" />
|
||||
</project>
|
||||
<tasks>
|
||||
<task name="csc">
|
||||
<attribute name="noconfig">true</attribute>
|
||||
<attribute name="nostdlib">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportswarnaserrorlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
<attribute name="supportslangversion">true</attribute>
|
||||
</task>
|
||||
<task name="vbc">
|
||||
<attribute name="nostdlib">true</attribute>
|
||||
<attribute name="supportsdocgeneration">true</attribute>
|
||||
<attribute name="supportsnostdlib">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
<attribute name="supportswarnaserrorlist">true</attribute>
|
||||
</task>
|
||||
<task name="jsc">
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
</task>
|
||||
<task name="vjc">
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
</task>
|
||||
<task name="resgen">
|
||||
<attribute name="supportsassemblyreferences">true</attribute>
|
||||
<attribute name="supportsexternalfilereferences">true</attribute>
|
||||
</task>
|
||||
<task name="delay-sign">
|
||||
<attribute name="exename">sn</attribute>
|
||||
</task>
|
||||
<task name="license">
|
||||
<attribute name="exename">lc</attribute>
|
||||
<attribute name="supportsassemblyreferences">true</attribute>
|
||||
</task>
|
||||
</tasks>
|
||||
</framework>
|
||||
<framework
|
||||
name="silverlight-4.0"
|
||||
family="silverlight"
|
||||
version="4.0"
|
||||
description="Microsoft Silverlight 4.0"
|
||||
sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
frameworkdirectory="${path::combine(installRoot, 'v4.0.30319')}"
|
||||
frameworkassemblydirectory="${SL4RefAssemblyBaseDir}"
|
||||
clrversion="4.0.30319"
|
||||
clrtype="Browser"
|
||||
vendor="Microsoft"
|
||||
>
|
||||
<runtime>
|
||||
<modes>
|
||||
<strict>
|
||||
<environment>
|
||||
<variable name="COMPLUS_VERSION" value="v4.0.30319" />
|
||||
</environment>
|
||||
</strict>
|
||||
</modes>
|
||||
</runtime>
|
||||
<reference-assemblies basedir="${SL4RefAssemblyBaseDir}">
|
||||
<include name="Microsoft.VisualBasic.dll" />
|
||||
<include name="mscorlib.dll" />
|
||||
<include name="System.Core.dll" />
|
||||
<include name="system.dll" />
|
||||
<include name="System.Xml.dll" />
|
||||
<include name="System.Windows.dll" />
|
||||
<include name="System.Windows.Browser.dll" />
|
||||
<!-- Remaining libraries found in the Reference Assembly directory -->
|
||||
<include name="agcore.debug.dll" />
|
||||
<include name="agcore.dll" />
|
||||
<include name="coreclr.dll" />
|
||||
<include name="mscorrc.debug.dll" />
|
||||
<include name="mscorrc.dll" />
|
||||
<include name="npctrl.dll" />
|
||||
<include name="npctrlui.dll" />
|
||||
<include name="System.Net.dll" />
|
||||
<include name="System.Runtime.Serialization.dll" />
|
||||
<include name="System.ServiceModel.dll" />
|
||||
<include name="System.ServiceModel.Web.dll" />
|
||||
</reference-assemblies>
|
||||
<task-assemblies>
|
||||
<!-- include MS.NET version-neutral assemblies -->
|
||||
<include name="extensions/net/neutral/**/*.dll" />
|
||||
<!-- include MS.NET 4.0 specific assemblies -->
|
||||
<include name="extensions/net/4.0/**/*.dll" />
|
||||
<!-- include MS.NET specific task assembly -->
|
||||
<include name="NAnt.MSNetTasks.dll" />
|
||||
<!-- include MS.NET specific test assembly -->
|
||||
<include name="NAnt.MSNet.Tests.dll" />
|
||||
<!-- include .NET 4.0 specific assemblies -->
|
||||
<include name="extensions/common/4.0/**/*.dll" />
|
||||
</task-assemblies>
|
||||
<tool-paths>
|
||||
<directory name="${SL4RefAssemblyBaseDir}" />
|
||||
<directory name="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
if="${property::exists('sdkInstallRoot')}" />
|
||||
<directory name="${path::combine(installRoot, 'v4.0.30319')}" />
|
||||
</tool-paths>
|
||||
<project>
|
||||
<readregistry property="SL4RefAssemblyBaseDir"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v4.0\ReferenceAssemblies\SLRuntimeInstallPath"
|
||||
hive="LocalMachine" />
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Windows\v6.1\WinSDKNetFxTools\InstallationFolder"
|
||||
hive="LocalMachine"
|
||||
failonerror="false" />
|
||||
property="installRoot"
|
||||
key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
|
||||
hive="LocalMachine" />
|
||||
<locatesdk property="sdkInstallRoot" minwinsdkver="v7.0A" minnetfxver="4.0" maxnetfxver="4.0.99999" failonerror="false" />
|
||||
</project>
|
||||
<tasks>
|
||||
<task name="csc">
|
||||
<attribute name="noconfig">true</attribute>
|
||||
<attribute name="nostdlib">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportswarnaserrorlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
<attribute name="supportslangversion">true</attribute>
|
||||
</task>
|
||||
<task name="vbc">
|
||||
<attribute name="nostdlib">true</attribute>
|
||||
<attribute name="supportsdocgeneration">true</attribute>
|
||||
<attribute name="supportsnostdlib">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
<attribute name="supportswarnaserrorlist">true</attribute>
|
||||
</task>
|
||||
<task name="jsc">
|
||||
<attribute name="supportsplatform">true</attribute>
|
||||
</task>
|
||||
<task name="vjc">
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
</task>
|
||||
<task name="resgen">
|
||||
<attribute name="supportsassemblyreferences">true</attribute>
|
||||
<attribute name="supportsexternalfilereferences">true</attribute>
|
||||
</task>
|
||||
<task name="delay-sign">
|
||||
<attribute name="exename">sn</attribute>
|
||||
</task>
|
||||
<task name="license">
|
||||
<attribute name="exename">lc</attribute>
|
||||
<attribute name="supportsassemblyreferences">true</attribute>
|
||||
</task>
|
||||
</tasks>
|
||||
</framework>
|
||||
<framework
|
||||
name="silverlight-5.0"
|
||||
family="silverlight"
|
||||
version="5.0"
|
||||
description="Microsoft Silverlight 5.0"
|
||||
sdkdirectory="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
frameworkdirectory="${path::combine(installRoot, 'v4.0.30319')}"
|
||||
frameworkassemblydirectory="${SL5RefAssemblyBaseDir}"
|
||||
clrversion="4.0.30319"
|
||||
clrtype="Browser"
|
||||
vendor="Microsoft"
|
||||
>
|
||||
<runtime>
|
||||
<modes>
|
||||
<strict>
|
||||
<environment>
|
||||
<variable name="COMPLUS_VERSION" value="v4.0.30319" />
|
||||
</environment>
|
||||
</strict>
|
||||
</modes>
|
||||
</runtime>
|
||||
<reference-assemblies basedir="${SL5RefAssemblyBaseDir}">
|
||||
<include name="Microsoft.VisualBasic.dll" />
|
||||
<include name="mscorlib.dll" />
|
||||
<include name="System.Core.dll" />
|
||||
<include name="system.dll" />
|
||||
<include name="System.Xml.dll" />
|
||||
<include name="System.Windows.dll" />
|
||||
<include name="System.Windows.Browser.dll" />
|
||||
<!-- Remaining libraries found in the Reference Assembly directory -->
|
||||
<include name="agcore.debug.dll" />
|
||||
<include name="agcore.dll" />
|
||||
<include name="coreclr.dll" />
|
||||
<include name="mscorrc.debug.dll" />
|
||||
<include name="mscorrc.dll" />
|
||||
<include name="npctrl.dll" />
|
||||
<include name="npctrlui.dll" />
|
||||
<include name="System.Net.dll" />
|
||||
<include name="System.Runtime.Serialization.dll" />
|
||||
<include name="System.ServiceModel.dll" />
|
||||
<include name="System.ServiceModel.Web.dll" />
|
||||
<!-- Remaining libraries are specific to XNA programming -->
|
||||
<include name="Microsoft.Xna.Framework.dll" />
|
||||
<include name="Microsoft.Xna.Framework.Graphics.dll" />
|
||||
<include name="Microsoft.Xna.Framework.Graphics.Shaders.dll" />
|
||||
<include name="System.Windows.Xna.dll" />
|
||||
</reference-assemblies>
|
||||
<task-assemblies>
|
||||
<!-- include MS.NET version-neutral assemblies -->
|
||||
<include name="extensions/net/neutral/**/*.dll" />
|
||||
<!-- include MS.NET 4.0 specific assemblies -->
|
||||
<include name="extensions/net/4.0/**/*.dll" />
|
||||
<!-- include MS.NET specific task assembly -->
|
||||
<include name="NAnt.MSNetTasks.dll" />
|
||||
<!-- include MS.NET specific test assembly -->
|
||||
<include name="NAnt.MSNet.Tests.dll" />
|
||||
<!-- include .NET 4.0 specific assemblies -->
|
||||
<include name="extensions/common/4.0/**/*.dll" />
|
||||
</task-assemblies>
|
||||
<tool-paths>
|
||||
<directory name="${SL5RefAssemblyBaseDir}" />
|
||||
<directory name="${path::combine(sdkInstallRoot, 'bin')}"
|
||||
if="${property::exists('sdkInstallRoot')}" />
|
||||
<directory name="${path::combine(installRoot, 'v4.0.30319')}" />
|
||||
</tool-paths>
|
||||
<project>
|
||||
<readregistry property="SL5RefAssemblyBaseDir"
|
||||
key="SOFTWARE\Microsoft\Microsoft SDKs\Silverlight\v5.0\ReferenceAssemblies\SLRuntimeInstallPath"
|
||||
hive="LocalMachine" />
|
||||
<readregistry
|
||||
property="installRoot"
|
||||
key="SOFTWARE\Microsoft\.NETFramework\InstallRoot"
|
||||
hive="LocalMachine" />
|
||||
<locatesdk property="sdkInstallRoot" minwinsdkver="v7.0A" minnetfxver="4.0" maxnetfxver="4.0.99999" failonerror="false" />
|
||||
</project>
|
||||
<tasks>
|
||||
<task name="csc">
|
||||
@@ -1244,34 +1610,13 @@
|
||||
</target>
|
||||
|
||||
<target name="configure-from-registry">
|
||||
<!--
|
||||
first try using the DefaultCLR in HKLM\Novell\Mono,
|
||||
this is used by the Mono 1.0.1 installer (and later?)
|
||||
-->
|
||||
<monoregistry property="mono.reg" failonerror="false" />
|
||||
<readregistry
|
||||
property="mono.version"
|
||||
key="SOFTWARE\Novell\Mono\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
failonerror="false"
|
||||
key="${mono.reg}\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
/>
|
||||
|
||||
<if test="${property::exists('mono.version')}">
|
||||
<property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
|
||||
</if>
|
||||
|
||||
<!--
|
||||
if the DefaultCLR registry value does not exist in
|
||||
HKLM\Novell\Mono, then try the HKML\Mono registry
|
||||
key as this was used for the Mono 1.0 installer
|
||||
-->
|
||||
<if test="${not property::exists('mono.version')}">
|
||||
<readregistry
|
||||
property="mono.version"
|
||||
key="SOFTWARE\Mono\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
/>
|
||||
<property name="monokey" value="SOFTWARE\Mono\${mono.version}" />
|
||||
</if>
|
||||
<property name="monokey" value="${mono.reg}\${mono.version}" />
|
||||
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
@@ -1446,12 +1791,13 @@
|
||||
</target>
|
||||
|
||||
<target name="configure-from-registry">
|
||||
<monoregistry property="mono.reg" failonerror="false" />
|
||||
<readregistry
|
||||
property="mono.version"
|
||||
key="SOFTWARE\Novell\Mono\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
key="${mono.reg}\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
/>
|
||||
<property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
|
||||
<property name="monokey" value="${mono.reg}\${mono.version}" />
|
||||
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
@@ -1597,12 +1943,13 @@
|
||||
</target>
|
||||
|
||||
<target name="configure-from-registry">
|
||||
<monoregistry property="mono.reg" failonerror="false" />
|
||||
<readregistry
|
||||
property="mono.version"
|
||||
key="SOFTWARE\Novell\Mono\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
key="${mono.reg}\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
/>
|
||||
<property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
|
||||
<property name="monokey" value="${mono.reg}\${mono.version}" />
|
||||
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
@@ -1660,6 +2007,162 @@
|
||||
</task>
|
||||
</tasks>
|
||||
</framework>
|
||||
<framework
|
||||
name="mono-4.0"
|
||||
family="mono"
|
||||
version="4.0"
|
||||
description="Mono 4.0 Profile"
|
||||
sdkdirectory="${toolDirectory}"
|
||||
frameworkdirectory="${toolDirectory}"
|
||||
frameworkassemblydirectory="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}"
|
||||
clrversion="4.0.30319"
|
||||
clrtype="Desktop"
|
||||
vendor="Mono"
|
||||
>
|
||||
<runtime>
|
||||
<probing-paths>
|
||||
<directory name="lib/mono/2.0" />
|
||||
<directory name="lib/mono/neutral" />
|
||||
<directory name="lib/common/2.0" />
|
||||
<directory name="lib/common/neutral" />
|
||||
</probing-paths>
|
||||
<modes>
|
||||
<auto>
|
||||
<engine program="${runtimeEngine}" />
|
||||
<environment>
|
||||
<variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
|
||||
<variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
|
||||
</environment>
|
||||
</auto>
|
||||
<strict>
|
||||
<engine program="${runtimeEngine}">
|
||||
<arg value="--runtime=v4.0.30319" />
|
||||
</engine>
|
||||
<environment>
|
||||
<variable name="PATH" path="${path::combine(sdkInstallRoot, 'bin')};%PATH%" />
|
||||
<variable name="MONO_CFG_DIR" path="${configDir};%MONO_CFG_DIR%" />
|
||||
</environment>
|
||||
</strict>
|
||||
</modes>
|
||||
</runtime>
|
||||
<reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/3.0')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<task-assemblies>
|
||||
<!-- include Mono version-neutral assemblies -->
|
||||
<include name="extensions/mono/neutral/**/*.dll" />
|
||||
<!-- include Mono 2.0 specific assemblies -->
|
||||
<include name="extensions/mono/2.0/**/*.dll" />
|
||||
<!-- include .NET 2.0 specific assemblies -->
|
||||
<include name="extensions/common/2.0/**/*.dll" />
|
||||
</task-assemblies>
|
||||
<tool-paths>
|
||||
<directory name="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}" />
|
||||
<directory name="${path::combine(frameworkAssemblyDirectory, 'mono/3.5')}" />
|
||||
<directory name="${path::combine(frameworkAssemblyDirectory, 'mono/2.0')}" />
|
||||
<directory name="${path::combine(frameworkAssemblyDirectory, 'mono/1.0')}" />
|
||||
<!-- unmanaged tools -->
|
||||
<directory name="${sdkInstallRoot}/bin" />
|
||||
</tool-paths>
|
||||
<project>
|
||||
<!-- quick and dirty check to see if pkg-config is available (and configured) -->
|
||||
<property name="pkgconfig.available" value="${environment::variable-exists('PKG_CONFIG_PATH')}" />
|
||||
<if test="${pkgconfig.available}">
|
||||
<if test="${pkg-config::exists('mono')}">
|
||||
<call target="configure-from-pkg-config" />
|
||||
</if>
|
||||
<if test="${not pkg-config::exists('mono')}">
|
||||
<call target="configure-from-registry" />
|
||||
</if>
|
||||
</if>
|
||||
<if test="${not pkgconfig.available}">
|
||||
<call target="configure-from-registry" />
|
||||
</if>
|
||||
|
||||
<property name="toolDirectory" value="${path::combine(frameworkAssemblyDirectory, 'mono/4.0')}" />
|
||||
<property name="runtimeEngine" value="${path::combine(sdkInstallRoot, 'bin/mono.exe')}" />
|
||||
|
||||
<target name="configure-from-pkg-config">
|
||||
<property name="mono.version" value="${pkg-config::get-mod-version('mono')}" />
|
||||
<property name="sdkInstallRoot" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'prefix'))}" />
|
||||
<property name="frameworkAssemblyDirectory" value="${cygpath::get-windows-path(pkg-config::get-variable('mono', 'libdir'))}" />
|
||||
<property name="configDir" value="${path::combine(sdkInstallRoot, 'etc')}/" />
|
||||
</target>
|
||||
|
||||
<target name="configure-from-registry">
|
||||
<monoregistry property="mono.reg" failonerror="false" />
|
||||
<readregistry
|
||||
property="mono.version"
|
||||
key="${mono.reg}\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
/>
|
||||
<property name="monokey" value="${mono.reg}\${mono.version}" />
|
||||
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="${monokey}\SdkInstallRoot"
|
||||
hive="LocalMachine" />
|
||||
<readregistry
|
||||
property="frameworkAssemblyDirectory"
|
||||
key="${monokey}\FrameworkAssemblyDirectory"
|
||||
hive="LocalMachine" />
|
||||
<readregistry
|
||||
property="configDir"
|
||||
key="${monokey}\MonoConfigDir"
|
||||
hive="LocalMachine" />
|
||||
</target>
|
||||
</project>
|
||||
<properties>
|
||||
</properties>
|
||||
<tasks>
|
||||
<task name="al">
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
<task name="csc">
|
||||
<attribute name="exename">dmcs</attribute>
|
||||
<attribute name="managed">true</attribute>
|
||||
<attribute name="langversion">linq</attribute>
|
||||
<attribute name="supportspackagereferences">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportsdocgeneration">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportslangversion">true</attribute>
|
||||
</task>
|
||||
<task name="jsc">
|
||||
<attribute name="exename">mjs</attribute>
|
||||
<attribute name="managed">strict</attribute>
|
||||
</task>
|
||||
<task name="vbc">
|
||||
<attribute name="exename">vbnc</attribute>
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
<task name="resgen">
|
||||
<attribute name="managed">true</attribute>
|
||||
<attribute name="supportsexternalfilereferences">true</attribute>
|
||||
</task>
|
||||
<task name="delay-sign">
|
||||
<attribute name="exename">sn</attribute>
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
<task name="license">
|
||||
<attribute name="hascommandlinecompiler">false</attribute>
|
||||
</task>
|
||||
<task name="ilasm">
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
</tasks>
|
||||
</framework>
|
||||
<framework
|
||||
name="moonlight-2.0"
|
||||
family="moonlight"
|
||||
@@ -1740,13 +2243,14 @@
|
||||
</target>
|
||||
|
||||
<target name="configure-from-registry">
|
||||
<monoregistry property="mono.reg" failonerror="false" />
|
||||
<readregistry
|
||||
property="mono.version"
|
||||
key="SOFTWARE\Novell\Mono\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
key="${mono.reg}\DefaultCLR"
|
||||
hive="LocalMachine"
|
||||
/>
|
||||
<property name="monokey" value="SOFTWARE\Novell\Mono\${mono.version}" />
|
||||
|
||||
<property name="monokey" value="${mono.reg}\${mono.version}" />
|
||||
|
||||
<readregistry
|
||||
property="sdkInstallRoot"
|
||||
key="${monokey}\SdkInstallRoot"
|
||||
@@ -2165,6 +2669,112 @@
|
||||
</task>
|
||||
</tasks>
|
||||
</framework>
|
||||
<framework
|
||||
name="mono-4.0"
|
||||
family="mono"
|
||||
version="4.0"
|
||||
description="Mono 4.0 Profile"
|
||||
sdkdirectory="${toolDirectory}"
|
||||
frameworkdirectory="${toolDirectory}"
|
||||
frameworkassemblydirectory="${path::combine(prefix, 'lib/mono/4.0')}"
|
||||
clrversion="4.0.30319"
|
||||
clrtype="Desktop"
|
||||
vendor="Mono"
|
||||
>
|
||||
<runtime>
|
||||
<probing-paths>
|
||||
<directory name="lib/mono/2.0" />
|
||||
<directory name="lib/mono/neutral" />
|
||||
<directory name="lib/common/2.0" />
|
||||
<directory name="lib/common/neutral" />
|
||||
</probing-paths>
|
||||
<modes>
|
||||
<auto>
|
||||
<engine program="${path::combine(prefix, 'bin/mono')}" />
|
||||
</auto>
|
||||
<strict>
|
||||
<engine program="${path::combine(prefix, 'bin/mono')}">
|
||||
<arg value="--runtime=v4.0.30319" />
|
||||
</engine>
|
||||
</strict>
|
||||
</modes>
|
||||
</runtime>
|
||||
<reference-assemblies basedir="${path::combine(prefix, 'lib/mono/4.0')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${path::combine(prefix, 'lib/mono/3.5')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${path::combine(prefix, 'lib/mono/3.0')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<reference-assemblies basedir="${path::combine(prefix, 'lib/mono/2.0')}">
|
||||
<include name="*.dll" />
|
||||
</reference-assemblies>
|
||||
<task-assemblies>
|
||||
<!-- include Mono version-neutral assemblies -->
|
||||
<include name="extensions/mono/neutral/**/*.dll" />
|
||||
<!-- include Mono 2.0 specific assemblies -->
|
||||
<include name="extensions/mono/2.0/**/*.dll" />
|
||||
<!-- include .NET 2.0 specific assemblies -->
|
||||
<include name="extensions/common/2.0/**/*.dll" />
|
||||
</task-assemblies>
|
||||
<tool-paths>
|
||||
<directory name="${toolDirectory}" />
|
||||
<directory name="${path::combine(prefix, 'lib/mono/3.5')}" />
|
||||
<directory name="${path::combine(prefix, 'lib/mono/2.0')}" />
|
||||
<directory name="${path::combine(prefix, 'lib/mono/1.0')}" />
|
||||
<!-- unmanaged tools -->
|
||||
<directory name="${prefix}/bin" />
|
||||
</tool-paths>
|
||||
<project>
|
||||
<if test="${not pkg-config::exists('mono')}">
|
||||
<fail>Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.</fail>
|
||||
</if>
|
||||
<property name="resgen.supportsexternalfilereferences" value="false" />
|
||||
<property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}" />
|
||||
<property name="toolDirectory" value="${path::combine(prefix, 'lib/mono/4.0')}" />
|
||||
</project>
|
||||
<tasks>
|
||||
<task name="al">
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
<task name="csc">
|
||||
<attribute name="exename">dmcs</attribute>
|
||||
<attribute name="managed">true</attribute>
|
||||
<attribute name="langversion">linq</attribute>
|
||||
<attribute name="supportspackagereferences">true</attribute>
|
||||
<attribute name="supportsnowarnlist">true</attribute>
|
||||
<attribute name="supportsdocgeneration">true</attribute>
|
||||
<attribute name="supportskeycontainer">true</attribute>
|
||||
<attribute name="supportskeyfile">true</attribute>
|
||||
<attribute name="supportsdelaysign">true</attribute>
|
||||
<attribute name="supportslangversion">true</attribute>
|
||||
</task>
|
||||
<task name="jsc">
|
||||
<attribute name="exename">mjs</attribute>
|
||||
<attribute name="managed">strict</attribute>
|
||||
</task>
|
||||
<task name="vbc">
|
||||
<attribute name="exename">vbnc</attribute>
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
<task name="resgen">
|
||||
<attribute name="managed">true</attribute>
|
||||
<attribute name="supportsexternalfilereferences">true</attribute>
|
||||
</task>
|
||||
<task name="delay-sign">
|
||||
<attribute name="exename">sn</attribute>
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
<task name="license">
|
||||
<attribute name="hascommandlinecompiler">false</attribute>
|
||||
</task>
|
||||
<task name="ilasm">
|
||||
<attribute name="managed">true</attribute>
|
||||
</task>
|
||||
</tasks>
|
||||
</framework>
|
||||
<framework
|
||||
name="moonlight-2.0"
|
||||
family="moonlight"
|
||||
@@ -2315,9 +2925,5 @@
|
||||
<supportedRuntime version="v4.0.30319" />
|
||||
<!-- .NET Framework 2.0 -->
|
||||
<supportedRuntime version="v2.0.50727" />
|
||||
<!-- .NET Framework 1.1 -->
|
||||
<supportedRuntime version="v1.1.4322" />
|
||||
<!-- .NET Framework 1.0 -->
|
||||
<supportedRuntime version="v1.0.3705" />
|
||||
</startup>
|
||||
</configuration>
|
||||
|
||||
@@ -11,47 +11,47 @@
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.Console.ConsoleStub.Main(System.String[])">
|
||||
<summary>
|
||||
Entry point for executable
|
||||
</summary>
|
||||
<param name="args">Command Line arguments</param>
|
||||
<returns>The result of the real execution</returns>
|
||||
<summary>
|
||||
Entry point for executable
|
||||
</summary>
|
||||
<param name="args">Command Line arguments</param>
|
||||
<returns>The result of the real execution</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.Console.ConsoleStub.ConstructPrivateBinPath(NAnt.Console.ConsoleStub.Framework,System.String)">
|
||||
<summary>
|
||||
Constructs the privatebinpath.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
For the common version dir, we do not use the framework version
|
||||
as defined in the NAnt configuration file but the CLR version
|
||||
since the assemblies in that directory are not specific to a
|
||||
certain family and the framwork version might differ between
|
||||
families (eg. mono 1.0 == .NET 1.1).
|
||||
</para>
|
||||
</remarks>
|
||||
<param name="runtimeFramework">The runtime framework.</param>
|
||||
<param name="baseDir">The base directory of the domain.</param>
|
||||
<returns>
|
||||
The privatebinpath.
|
||||
</returns>
|
||||
<summary>
|
||||
Constructs the privatebinpath.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
For the common version dir, we do not use the framework version
|
||||
as defined in the NAnt configuration file but the CLR version
|
||||
since the assemblies in that directory are not specific to a
|
||||
certain family and the framwork version might differ between
|
||||
families (eg. mono 1.0 == .NET 1.1).
|
||||
</para>
|
||||
</remarks>
|
||||
<param name="runtimeFramework">The runtime framework.</param>
|
||||
<param name="baseDir">The base directory of the domain.</param>
|
||||
<returns>
|
||||
The privatebinpath.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.Console.ConsoleStub.GetRelativePath(System.String,System.String)">
|
||||
<summary>
|
||||
Given an absolute directory and an absolute file name, returns a
|
||||
relative file name.
|
||||
</summary>
|
||||
<param name="basePath">An absolute directory.</param>
|
||||
<param name="absolutePath">An absolute file name.</param>
|
||||
<returns>
|
||||
A relative file name for the given absolute file name.
|
||||
</returns>
|
||||
<summary>
|
||||
Given an absolute directory and an absolute file name, returns a
|
||||
relative file name.
|
||||
</summary>
|
||||
<param name="basePath">An absolute directory.</param>
|
||||
<param name="absolutePath">An absolute file name.</param>
|
||||
<returns>
|
||||
A relative file name for the given absolute file name.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="T:NAnt.Console.ConsoleStub.HelperArguments">
|
||||
<summary>
|
||||
Helper class for invoking the application entry point in NAnt.Core
|
||||
and passing the command-line arguments.
|
||||
</summary>
|
||||
<summary>
|
||||
Helper class for invoking the application entry point in NAnt.Core
|
||||
and passing the command-line arguments.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.Console.ConsoleStub.HelperArguments.#ctor(System.String[],System.String)">
|
||||
<summary>
|
||||
@@ -62,17 +62,17 @@
|
||||
<param name="probePaths">Directories relative to the base directory of the AppDomain to probe for missing assembly references.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.Console.ConsoleStub.HelperArguments.CallConsoleRunner">
|
||||
<summary>
|
||||
Invokes the application entry point in NAnt.Core.
|
||||
</summary>
|
||||
<summary>
|
||||
Invokes the application entry point in NAnt.Core.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.Console.ConsoleStub.HelperArguments.ExitCode">
|
||||
<summary>
|
||||
Gets the status that the build process returned when it exited.
|
||||
</summary>
|
||||
<value>
|
||||
The code that the build process specified when it terminated.
|
||||
</value>
|
||||
<summary>
|
||||
Gets the status that the build process returned when it exited.
|
||||
</summary>
|
||||
<value>
|
||||
The code that the build process specified when it terminated.
|
||||
</value>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -21,16 +21,92 @@
|
||||
True, if it is msbuild project, False otherwise.
|
||||
</returns>
|
||||
</member>
|
||||
<member name="M:NAnt.MSBuild.NAntLogger.Initialize(Microsoft.Build.Framework.IEventSource)">
|
||||
<summary>
|
||||
Initialize is guaranteed to be called by MSBuild at the start of the build
|
||||
before any events are raised.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.VSNet.WhidbeySolution">
|
||||
<summary>
|
||||
Analyses Microsoft Visual Studio .NET 2005 (Whidbey) solution files.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.VSNet.OrcasSolution">
|
||||
<summary>
|
||||
Analyses Microsoft Visual Studio .NET 2008 (Orcas) solution files.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.VSNet.RosarioSolution">
|
||||
<summary>
|
||||
Analyses Microsoft Visual Studio .NET 2010 (Rosario) solution files.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.MSBuild.MSBuildProject.DetermineProductVersion(System.Xml.XmlElement)">
|
||||
<summary>
|
||||
Determines the version of the target msbuild file.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
This method identifies the msbuild version by reviewing the following tags in order:
|
||||
</para>
|
||||
<list type="number">
|
||||
<item>
|
||||
<description><ProductVersion></description>
|
||||
</item>
|
||||
<item>
|
||||
<description><TargetFrameworkVersion></description>
|
||||
</item>
|
||||
<item>
|
||||
<description>ToolsVersion attribute</description>
|
||||
</item>
|
||||
</list>
|
||||
</remarks>
|
||||
<param name="docElement">
|
||||
A <see cref="T:System.Xml.XmlElement"/> representing the msbuild project file.
|
||||
</param>
|
||||
<returns>
|
||||
A <see cref="T:NAnt.VSNet.ProductVersion"/> enum value indicating the msbuild project
|
||||
file version.
|
||||
</returns>
|
||||
<exception cref="T:NAnt.Core.BuildException">
|
||||
version string found in the tags listed above is not recognized.
|
||||
</exception>
|
||||
</member>
|
||||
<member name="T:NAnt.MSBuild.NAntLoggerVerbosity">
|
||||
<summary>
|
||||
Enum indicating the level of verbosity for the NAnt logger.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSBuild.NAntLoggerVerbosity.Quiet">
|
||||
<summary>Indicates no output</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSBuild.NAntLoggerVerbosity.Minimal">
|
||||
<summary>Indicates little output</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSBuild.NAntLoggerVerbosity.Normal">
|
||||
<summary>Indicates normal output</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSBuild.NAntLoggerVerbosity.Detailed">
|
||||
<summary>Indicates detailed output</summary>
|
||||
</member>
|
||||
<member name="F:NAnt.MSBuild.NAntLoggerVerbosity.Diagnostic">
|
||||
<summary>Indicates all output</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.MSBuild.NAntLogger">
|
||||
<summary>
|
||||
Logger classed used for MSBuild tasks in NAnt.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:NAnt.MSBuild.NAntLogger.DummyTask">
|
||||
<summary>Sample task used for testing.</summary>
|
||||
</member>
|
||||
<member name="M:NAnt.MSBuild.NAntLogger.DummyTask.#ctor(NAnt.Core.Project,System.String)">
|
||||
<summary>
|
||||
Sample task constructor.
|
||||
</summary>
|
||||
<param name="p">Project to assign task to.</param>
|
||||
<param name="name">Sample name property.</param>
|
||||
</member>
|
||||
<member name="M:NAnt.MSBuild.NAntLogger.DummyTask.ExecuteTask">
|
||||
<summary>Test method.</summary>
|
||||
</member>
|
||||
<member name="P:NAnt.MSBuild.NAntLogger.DummyTask.Name">
|
||||
<summary>Gets sample name for task.</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user