Skip to content

Commit

Permalink
Fixing build structure.
Browse files Browse the repository at this point in the history
Fixing circle ci configuration.
  • Loading branch information
ajaxx committed Nov 5, 2020
1 parent 83995c8 commit 195d5d9
Show file tree
Hide file tree
Showing 22 changed files with 189 additions and 251 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ jobs:

steps:
- checkout
- run: dotnet restore NEsper.sln
- run: dotnet build NEsper.sln
- run: dotnet restore NEsperAll.sln
- run: msbuild NEsper.proj
- store_artifacts:
path: build/NEsper-8.5.0.zip
- store_artifacts:
path: build/packages
Binary file added .vs/NEsperAll/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
169 changes: 52 additions & 117 deletions NEsper.proj

Large diffs are not rendered by default.

145 changes: 72 additions & 73 deletions NEsperAll.sln

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj"/>
<ProjectReference Include="..\..\NEsper\NEsper.Common\NEsper.Common.csproj"/>
<ProjectReference Include="..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Common\NEsper.Common.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj"/>
<ProjectReference Include="..\NEsper.Benchmark.Common\NEsper.Benchmark.Common.csproj"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj"/>
<ProjectReference Include="..\..\NEsper\NEsper.Common\NEsper.Common.csproj"/>
<ProjectReference Include="..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Common\NEsper.Common.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NEsper\NEsper.Compiler\NEsper.Compiler.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Compiler\NEsper.Compiler.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NEsper\NEsper.Compiler\NEsper.Compiler.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Compiler\NEsper.Compiler.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\NEsper.Benchmark.Common\NEsper.Benchmark.Common.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj"/>
<ProjectReference Include="..\..\NEsper\NEsper.Common\NEsper.Common.csproj"/>
<ProjectReference Include="..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Common\NEsper.Common.csproj"/>
<ProjectReference Include="..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj"/>
<ProjectReference Include="..\NEsper.Benchmark.Server\NEsper.Benchmark.Server.csproj"/>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Compat\NEsper.Compat.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Compat\NEsper.Compat.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Compat\NEsper.Compat.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Compat\NEsper.Compat.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
<ProjectReference Include="..\stockticker\NEsper.Examples.StockTicker.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
<ProjectReference Include="..\stockticker\NEsper.Examples.StockTicker.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\support\NEsper.Examples.Support.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NEsper\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Compiler\NEsper.Compiler.csproj" />
<ProjectReference Include="..\..\NEsper\NEsper.Runtime\NEsper.Runtime.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Log.NLog\NEsper.Log.NLog.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Common\NEsper.Common.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Compiler\NEsper.Compiler.csproj" />
<ProjectReference Include="..\..\..\src\NEsper.Runtime\NEsper.Runtime.csproj" />
</ItemGroup>
</Project>

0 comments on commit 195d5d9

Please sign in to comment.