Skip to content

Commit 291cf97

Browse files
..
1 parent 7b04987 commit 291cf97

31 files changed

Lines changed: 15 additions & 814 deletions

.gitignore

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

66
# User-specific files
7-
*.rsuser
87
*.suo
98
*.user
109
*.userosscache
1110
*.sln.docstates
11+
*.[Dd]evelopment.json
1212

1313
# User-specific files (MonoDevelop/Xamarin Studio)
1414
*.userprefs
@@ -20,8 +20,6 @@
2020
[Rr]eleases/
2121
x64/
2222
x86/
23-
[Aa][Rr][Mm]/
24-
[Aa][Rr][Mm]64/
2523
bld/
2624
[Bb]in/
2725
[Oo]bj/
@@ -55,14 +53,15 @@ BenchmarkDotNet.Artifacts/
5553
project.lock.json
5654
project.fragment.lock.json
5755
artifacts/
56+
**/Properties/launchSettings.json
5857

5958
# StyleCop
6059
StyleCopReport.xml
6160

6261
# Files built by Visual Studio
6362
*_i.c
6463
*_p.c
65-
*_h.h
64+
*_i.h
6665
*.ilk
6766
*.meta
6867
*.obj
@@ -79,7 +78,6 @@ StyleCopReport.xml
7978
*.tlh
8079
*.tmp
8180
*.tmp_proj
82-
*_wpftmp.csproj
8381
*.log
8482
*.vspscc
8583
*.vssscc
@@ -211,7 +209,7 @@ _pkginfo.txt
211209
# files ending in .cache can be ignored
212210
*.[Cc]ache
213211
# but keep track of directories ending in .cache
214-
!?*.[Cc]ache/
212+
!*.[Cc]ache/
215213

216214
# Others
217215
ClientBin/
@@ -224,7 +222,7 @@ ClientBin/
224222
*.publishsettings
225223
orleans.codegen.cs
226224

227-
# Including strong name files can present a security risk
225+
# Including strong name files can present a security risk
228226
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
229227
#*.snk
230228

@@ -255,7 +253,6 @@ ServiceFabricBackup/
255253
*.bim.layout
256254
*.bim_*.settings
257255
*.rptproj.rsuser
258-
*- Backup*.rdl
259256

260257
# Microsoft Fakes
261258
FakesAssemblies/
@@ -295,8 +292,8 @@ paket-files/
295292
.idea/
296293
*.sln.iml
297294

298-
# CodeRush personal settings
299-
.cr/personal
295+
# CodeRush
296+
.cr/
300297

301298
# Python Tools for Visual Studio (PTVS)
302299
__pycache__/
@@ -321,7 +318,7 @@ __pycache__/
321318
# OpenCover UI analysis results
322319
OpenCover/
323320

324-
# Azure Stream Analytics local run output
321+
# Azure Stream Analytics local run output
325322
ASALocalRun/
326323

327324
# MSBuild Binary and Structured Log
@@ -330,11 +327,5 @@ ASALocalRun/
330327
# NVidia Nsight GPU debugger configuration file
331328
*.nvuser
332329

333-
# MFractors (Xamarin productivity tool) working folder
330+
# MFractors (Xamarin productivity tool) working folder
334331
.mfractor/
335-
336-
# Local History for Visual Studio
337-
.localhistory/
338-
339-
# BeatPulse healthcheck temp database
340-
healthchecksdb

NugetPackage/NugetPackage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Content Include="projections\continuous\TransactionProcessorSubscriptionStreamBuilder.js">
2525
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2626
</Content>
27-
<Content Include="NugetPackage.targets" PackagePath="build/NugetPackage.targets" />
27+
<Content Include="NugetPackage.targets" PackagePath="build/EventStoreProjections.targets" />
2828
<Content Include="projections/**/*.*" Pack="true" PackagePath="lib/net6.0/projections">
2929
<PackageCopyToOutput>true</PackageCopyToOutput>
3030
</Content>

NugetPackage/NugetPackage.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Files Include="$(MSBuildThisFileDirectory)/../lib/net6.0/projections/**/*.*" />
55
</ItemGroup>
66
<Target Name="CopyFiles" AfterTargets="Build">
7-
<Copy SourceFiles="@(Files)" DestinationFolder="$(TargetDir)/projections/%(RecursiveDir)" />
7+
<Copy SourceFiles="@(Files)" DestinationFolder="$(TargetDir)/projections/**/%(RecursiveDir)" />
88
</Target>
99

1010
</Project>

NugetPackage/bin/Debug/net5.0/NugetPackage.deps.json

Lines changed: 0 additions & 23 deletions
This file was deleted.
-3.5 KB
Binary file not shown.
-9.15 KB
Binary file not shown.

NugetPackage/bin/Debug/net5.0/projections/continuous/CallbackHandlerEnricher.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

NugetPackage/bin/Debug/net5.0/projections/continuous/EstateAggregator.js

Lines changed: 0 additions & 51 deletions
This file was deleted.

NugetPackage/bin/Debug/net5.0/projections/continuous/EstateManagementSubscriptionStreamBuilder.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)