Skip to content

Commit

Permalink
Clean up project structure (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhaoyang authored Dec 8, 2019
1 parent 2082174 commit 9fefe3c
Show file tree
Hide file tree
Showing 460 changed files with 773 additions and 3,120 deletions.
230 changes: 230 additions & 0 deletions AspectCore-Framework.sln

Large diffs are not rendered by default.

64 changes: 0 additions & 64 deletions aspectscope/AspectCore.AspectScope.sln

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ static class Program
{
static void Main(string[] args)
{
//BenchmarkRunner.Run<ConstructorReflectorBenchmarks>();
//BenchmarkRunner.Run<FieldReflectorBenchmarks>();
//BenchmarkRunner.Run<MethodReflectorBenchmarks>();
BenchmarkRunner.Run<ConstructorReflectorBenchmarks>();
BenchmarkRunner.Run<FieldReflectorBenchmarks>();
BenchmarkRunner.Run<MethodReflectorBenchmarks>();
BenchmarkRunner.Run<PropertyReflectorBenchmarks>();
//BenchmarkRunner.Run<CustomAttributeReflectorBenchmarks>();
BenchmarkRunner.Run<CustomAttributeReflectorBenchmarks>();
}
}
}
8 changes: 4 additions & 4 deletions build/version.cake
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public class BuildParameters

private void InitializeCore()
{
Projects = Context.GetDirectories("./*/src/*");
TestProjects = Context.GetDirectories("./*/test/*");
ProjectFiles = Context.GetFiles("./*/src/*/*.csproj");
TestProjectFiles = Context.GetFiles("./*/test/*/*.csproj");
Projects = Context.GetDirectories("./src/*");
TestProjects = Context.GetDirectories("./tests/*");
ProjectFiles = Context.GetFiles("./src/*/*.csproj");
TestProjectFiles = Context.GetFiles("./tests/*/*.csproj");

var buildSystem = Context.BuildSystem();
if (!buildSystem.IsLocalBuild)
Expand Down
4 changes: 2 additions & 2 deletions build/version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionMajor>1</VersionMajor>
<VersionMinor>3</VersionMinor>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionPatch>0</VersionPatch>
<VersionQuality></VersionQuality>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
Expand Down
53 changes: 0 additions & 53 deletions configuration/AspectCore.Extensions.Configuration.sln

This file was deleted.

This file was deleted.

69 changes: 0 additions & 69 deletions core/AspectCore.Core.sln

This file was deleted.

1 change: 0 additions & 1 deletion core/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions core/performance/AspectCore.Benchmark/AspectCore.Benchmark.csproj

This file was deleted.

13 changes: 0 additions & 13 deletions core/performance/AspectCore.Benchmark/Program.cs

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions core/performance/AspectCore.IoC.Benchmarks/Program.cs

This file was deleted.

Loading

0 comments on commit 9fefe3c

Please sign in to comment.