-
Notifications
You must be signed in to change notification settings - Fork 57
/
TimeWarp.State.slnx
76 lines (76 loc) · 3.96 KB
/
TimeWarp.State.slnx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="ReduxDevToolsEnabled" />
<BuildType Name="Release" />
</Configurations>
<Folder Name="/Samples/" />
<Folder Name="/Samples/00-StateActionSet/">
<Project Path="Samples\00-StateActionHandler\Sample\Sample.Client\Sample.Client.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Samples\00-StateActionHandler\Sample\Sample\Sample.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
</Folder>
<Folder Name="/Samples/03-ServerSide/">
<Project Path="Samples\03-ServerSide\Sample\Sample.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="Directory.Build.props" />
<File Path="Directory.Packages.props" />
<File Path="Build\documentation.yml" />
<File Path="global.json" />
<File Path="NuGet.config" />
</Folder>
<Folder Name="/Tests/">
<Project Path="Tests\Client.Integration.Tests\Client.Integration.Tests.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Tests\Test.App.Architecture.Tests\Test.App.Architecture.Tests.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Tests\Test.App.EndToEnd.Tests\Test.App.EndToEnd.Tests.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Tests\TimeWarp.State.Analyzer.Tests\TimeWarp.State.Analyzer.Tests.csproj">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Tests\TimeWarp.State.Plus.Tests\TimeWarp.State.Plus.Tests.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Tests\TimeWarp.State.Tests\TimeWarp.State.Tests.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
</Folder>
<Folder Name="/Tests/Test.App/">
<Project Path="Tests\Test.App\Test.App.Client\Test.App.Client.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Tests\Test.App\Test.App.Contracts\Test.App.Contracts.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Tests\Test.App\Test.App.Server\Test.App.Server.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
</Folder>
<Project Path="Source\TimeWarp.State.Analyzer\TimeWarp.State.Analyzer.csproj">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Release|Any CPU" />
</Project>
<Project Path="Source\TimeWarp.State.Plus\TimeWarp.State.Plus.csproj">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Release|Any CPU" />
</Project>
<Project Path="Source\TimeWarp.State.Policies\TimeWarp.State.Policies.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Source\TimeWarp.State.SourceGenerator\TimeWarp.State.SourceGenerator.csproj" Type="Classic C#">
<Configuration Solution="ReduxDevToolsEnabled|Any CPU" Project="Debug|Any CPU" />
</Project>
<Project Path="Source\TimeWarp.State\TimeWarp.State.csproj">
<BuildDependency Project="Source\TimeWarp.State.Analyzer\TimeWarp.State.Analyzer.csproj" />
</Project>
</Solution>