File tree Expand file tree Collapse file tree 4 files changed +27
-5
lines changed
examples/Arq/LibStored.Net.Arq.Console Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 11<Solution >
2- <Folder Name =" /examples/" >
2+ <Folder Name =" /examples/" />
3+ <Folder Name =" /examples/arq/" >
4+ <Project Path =" examples\Arq\LibStored.Net.Arq.AppHost\Arq.AppHost.csproj" Type =" Classic C#" />
5+ <Project Path =" examples\Arq\LibStored.Net.Arq.Console\LibStored.Net.Arq.Console.csproj" Type =" Classic C#" />
6+ <Project Path =" examples\Arq\LibStored.Net.Arq.ServiceDefaults\Arq.ServiceDefaults.csproj" Type =" Classic C#" />
7+ </Folder >
8+ <Folder Name =" /examples/debugger/" >
39 <Project Path =" examples/LibStored.Net.DebugClient/LibStored.Net.DebugClient.csproj" />
10+ </Folder >
11+ <Folder Name =" /examples/store/" >
12+ <Project Path =" examples/LibStored.Net.Example/LibStored.Net.Example.csproj" />
13+ </Folder >
14+ <Folder Name =" /examples/sync/" >
415 <Project Path =" examples/LibStored.Net.Example.AppHost/LibStored.Net.Example.AppHost.csproj" />
516 <Project Path =" examples/LibStored.Net.Example.Console/LibStored.Net.Example.Console.csproj" />
617 <Project Path =" examples/LibStored.Net.Example.ServiceDefaults/LibStored.Net.Example.ServiceDefaults.csproj" />
7- <Project Path =" examples/LibStored.Net.Example/LibStored.Net.Example.csproj" />
818 </Folder >
9- <Folder Name =" /examples/arq/" />
1019 <Folder Name =" /Solution Items/" >
1120 <File Path =" .editorconfig" />
1221 <File Path =" Directory.Build.props" />
File renamed without changes.
Original file line number Diff line number Diff line change 1212 </ItemGroup >
1313
1414 <ItemGroup >
15- <ProjectReference Include =" ..\..\..\src\LibStored.Net.Generator\LibStored.Net.Generator.csproj" />
15+ <ProjectReference Include =" ..\..\..\src\LibStored.Net.Generator\LibStored.Net.Generator.csproj" OutputItemType = " Analyzer " ReferenceOutputAssembly = " false " />
1616 <ProjectReference Include =" ..\..\..\src\LibStored.Net\LibStored.Net.csproj" />
1717 <ProjectReference Include =" ..\LibStored.Net.Arq.ServiceDefaults\Arq.ServiceDefaults.csproj" />
1818 </ItemGroup >
1919
20+ <PropertyGroup >
21+ <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
22+ <CompilerGeneratedFilesOutputPath >Generated</CompilerGeneratedFilesOutputPath >
23+ </PropertyGroup >
24+
25+ <ItemGroup >
26+ <!-- Exclude the output of source generators from the compilation -->
27+ <Compile Remove =" $(CompilerGeneratedFilesOutputPath)/**/*.cs" />
28+ </ItemGroup >
29+
30+ <ItemGroup >
31+ <AdditionalFiles Include =" ArqStore.json" />
32+ </ItemGroup >
33+
2034</Project >
Original file line number Diff line number Diff line change 44
55using System . Globalization ;
66using LibStored . Net ;
7- using LibStored . Net . Arq . Console ;
87using LibStored . Net . Protocol ;
98using LibStored . Net . Synchronization ;
109using LibStored . Net . ZeroMQ ;
You can’t perform that action at this time.
0 commit comments