Skip to content

Commit

Permalink
Updated codeline for standalone solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Feb 2, 2015
1 parent d82823b commit 3d899b7
Show file tree
Hide file tree
Showing 16 changed files with 152 additions and 398 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ publish/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# If using the old MSBuild-Integrated Package Restore, uncomment this:
Expand Down
28 changes: 28 additions & 0 deletions Autofac.Extras.AggregateService.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Extras.AggregateService", "src\Autofac.Extras.AggregateService\Autofac.Extras.AggregateService.csproj", "{1D24C6ED-9A6E-4082-A79C-A3F5B88FC947}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Extras.Tests.AggregateService", "test\Autofac.Extras.Tests.AggregateService\Autofac.Extras.Tests.AggregateService.csproj", "{4BCA97A6-BF40-4B29-B025-0F53A6E4A682}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D24C6ED-9A6E-4082-A79C-A3F5B88FC947}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D24C6ED-9A6E-4082-A79C-A3F5B88FC947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D24C6ED-9A6E-4082-A79C-A3F5B88FC947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D24C6ED-9A6E-4082-A79C-A3F5B88FC947}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCA97A6-BF40-4B29-B025-0F53A6E4A682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCA97A6-BF40-4B29-B025-0F53A6E4A682}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCA97A6-BF40-4B29-B025-0F53A6E4A682}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCA97A6-BF40-4B29-B025-0F53A6E4A682}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
File renamed without changes.
94 changes: 47 additions & 47 deletions build/CodeAnalysisDictionary.xml → CodeAnalysisDictionary.xml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Dictionary format defined here: http://msdn.microsoft.com/en-us/library/bb514188.aspx -->
<Dictionary>
<Words>
<!--
<Unrecognized>
<Word></Word>
</Unrecognized>
-->
<!-- Capitalize proper nouns and acronyms; "regular words" just lowercase. -->
<Recognized>
<Word>Api</Word>
<Word>Autofac</Word>
<Word>autowired</Word>
<Word>autowiring</Word>
<Word>composable</Word>
<Word>configurator</Word>
<Word>Ioc</Word>
<Word>Mef</Word>
<Word>Moq</Word>
<Word>multitenancy</Word>
<Word>Mvc</Word>
<Word>Mvx</Word>
<Word>Mvvm</Word>
<Word>startable</Word>
<Word>Owin</Word>
</Recognized>
<!--
<Deprecated>
<Term PreferredAlternate=""></Term>
</Deprecated>
<Compound>
<Term CompoundAlternate=""></Term>
</Compound>
<DiscreteExceptions>
<Term></Term>
</DiscreteExceptions>
-->
</Words>
<!--
<Acronyms>
<CasingExceptions>
<Acronym></Acronym>
</CasingExceptions>
</Acronyms>
-->
</Dictionary>
<?xml version="1.0" encoding="utf-8" ?>
<!-- Dictionary format defined here: http://msdn.microsoft.com/en-us/library/bb514188.aspx -->
<Dictionary>
<Words>
<!--
<Unrecognized>
<Word></Word>
</Unrecognized>
-->
<!-- Capitalize proper nouns and acronyms; "regular words" just lowercase. -->
<Recognized>
<Word>Api</Word>
<Word>Autofac</Word>
<Word>autowired</Word>
<Word>autowiring</Word>
<Word>composable</Word>
<Word>configurator</Word>
<Word>Ioc</Word>
<Word>Mef</Word>
<Word>Moq</Word>
<Word>multitenancy</Word>
<Word>Mvc</Word>
<Word>Mvx</Word>
<Word>Mvvm</Word>
<Word>startable</Word>
<Word>Owin</Word>
</Recognized>
<!--
<Deprecated>
<Term PreferredAlternate=""></Term>
</Deprecated>
<Compound>
<Term CompoundAlternate=""></Term>
</Compound>
<DiscreteExceptions>
<Term></Term>
</DiscreteExceptions>
-->
</Words>
<!--
<Acronyms>
<CasingExceptions>
<Acronym></Acronym>
</CasingExceptions>
</Acronyms>
-->
</Dictionary>
21 changes: 11 additions & 10 deletions build/Full.ruleset → Full.ruleset
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Autofac - Full Framework Rules" Description="This ruleset is for Autofac assemblies that target the full .NET framework." ToolsVersion="11.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1004" Action="None" />
<Rule Id="CA1006" Action="None" />
<Rule Id="CA1016" Action="None" />
<Rule Id="CA1026" Action="None" />
<Rule Id="CA1724" Action="None" />
</Rules>
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Autofac - Full Framework Rules" Description="This ruleset is for Autofac assemblies that target the full .NET framework." ToolsVersion="12.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA1004" Action="None" />
<Rule Id="CA1006" Action="None" />
<Rule Id="CA1016" Action="None" />
<Rule Id="CA1026" Action="None" />
<Rule Id="CA1724" Action="None" />
<Rule Id="CA2243" Action="None" />
</Rules>
</RuleSet>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ Autofac.Extras.AggregateService
===============================

Dynamic aggregate service implementation generation for Autofac IoC

[![Build status](https://ci.appveyor.com/api/projects/status/b3gbs0ary7vesd4c?svg=true)](https://ci.appveyor.com/project/Autofac/autofac-extras-aggregateservice)
24 changes: 24 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 3.0.4.{build}

assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: "3.0.0.0"
assembly_file_version: "{version}"
assembly_informational_version: "3.0.4-CI-{build}"

configuration: Release

before_build: nuget restore

build:
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: true

deploy:
- provider: NuGet
server: https://www.myget.org/F/autofac/
api_key:
secure: N4KZCRegcmenMoJ0peZfQwDzqq+Wt4oxGzNTgvkrDxgWyZhw7hNwKmd4n2AsNKQX
symbol_server: https://nuget.symbolsource.org/MyGet/autofac
30 changes: 0 additions & 30 deletions build/Documentation.proj

This file was deleted.

126 changes: 0 additions & 126 deletions build/Documentation.shfbproj

This file was deleted.

16 changes: 0 additions & 16 deletions build/Portable.ruleset

This file was deleted.

Loading

0 comments on commit 3d899b7

Please sign in to comment.