-
Notifications
You must be signed in to change notification settings - Fork 0
/
InfrastSim.sln
66 lines (66 loc) · 4.21 KB
/
InfrastSim.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfrastSim", "InfrastSim\InfrastSim.csproj", "{AC608921-3DF0-414A-AC6A-4674DB27230A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfrastSimServer", "InfrastSimServer\InfrastSimServer.csproj", "{C578F21D-92C9-4286-A4B8-166A08B18032}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{2A891340-5F7B-45B6-9F9C-FD5B11B8868F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfrastSimSourceGenerator", "InfrastSimSourceGenerator\InfrastSimSourceGenerator.csproj", "{C5A7C9D5-1F19-429F-8B17-DFE5B4810094}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfrastSimTest", "InfrastSimTest\InfrastSimTest.csproj", "{BC1D5F08-8D8B-4AC7-9A02-6FBA202272ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfrastSimExports", "InfrastSimExports\InfrastSimExports.csproj", "{2C153934-2C1F-4C66-9779-5E589B9ECDAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InfrastSimWasm", "InfrastSimWasm\InfrastSimWasm.csproj", "{46CC6C88-6C04-41F4-B6D8-2227E04DA931}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomEx", "RandomEx\RandomEx.csproj", "{6B969B9B-BED1-4901-A5F2-CFA326CE9BBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC608921-3DF0-414A-AC6A-4674DB27230A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC608921-3DF0-414A-AC6A-4674DB27230A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC608921-3DF0-414A-AC6A-4674DB27230A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC608921-3DF0-414A-AC6A-4674DB27230A}.Release|Any CPU.Build.0 = Release|Any CPU
{C578F21D-92C9-4286-A4B8-166A08B18032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C578F21D-92C9-4286-A4B8-166A08B18032}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C578F21D-92C9-4286-A4B8-166A08B18032}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C578F21D-92C9-4286-A4B8-166A08B18032}.Release|Any CPU.Build.0 = Release|Any CPU
{C5A7C9D5-1F19-429F-8B17-DFE5B4810094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5A7C9D5-1F19-429F-8B17-DFE5B4810094}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5A7C9D5-1F19-429F-8B17-DFE5B4810094}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5A7C9D5-1F19-429F-8B17-DFE5B4810094}.Release|Any CPU.Build.0 = Release|Any CPU
{BC1D5F08-8D8B-4AC7-9A02-6FBA202272ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC1D5F08-8D8B-4AC7-9A02-6FBA202272ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC1D5F08-8D8B-4AC7-9A02-6FBA202272ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC1D5F08-8D8B-4AC7-9A02-6FBA202272ED}.Release|Any CPU.Build.0 = Release|Any CPU
{2C153934-2C1F-4C66-9779-5E589B9ECDAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C153934-2C1F-4C66-9779-5E589B9ECDAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C153934-2C1F-4C66-9779-5E589B9ECDAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C153934-2C1F-4C66-9779-5E589B9ECDAE}.Release|Any CPU.Build.0 = Release|Any CPU
{46CC6C88-6C04-41F4-B6D8-2227E04DA931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46CC6C88-6C04-41F4-B6D8-2227E04DA931}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46CC6C88-6C04-41F4-B6D8-2227E04DA931}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46CC6C88-6C04-41F4-B6D8-2227E04DA931}.Release|Any CPU.Build.0 = Release|Any CPU
{6B969B9B-BED1-4901-A5F2-CFA326CE9BBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B969B9B-BED1-4901-A5F2-CFA326CE9BBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B969B9B-BED1-4901-A5F2-CFA326CE9BBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B969B9B-BED1-4901-A5F2-CFA326CE9BBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8651900-C336-4149-8EE0-B4777E1EFACD}
EndGlobalSection
EndGlobal