-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotnetAsm.sln
32 lines (32 loc) · 1.84 KB
/
DotnetAsm.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetAsm.Api", "DotnetAsm.Api\DotnetAsm.Api.csproj", "{B753282F-FEE9-49B1-A777-9BD8FECDE0E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetAsm.Core", "DotnetAsm.Core\DotnetAsm.Core.csproj", "{8E165C3A-67BB-43EF-93D2-4DF4ED84E602}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotnetAsm.Sandbox", "DotnetAsm.Sandbox\DotnetAsm.Sandbox.csproj", "{0A63D98D-73A9-4583-BEE6-0CFEAD3FC4FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF23D12E-6554-4081-93D4-5988B339D2D6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B753282F-FEE9-49B1-A777-9BD8FECDE0E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B753282F-FEE9-49B1-A777-9BD8FECDE0E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B753282F-FEE9-49B1-A777-9BD8FECDE0E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B753282F-FEE9-49B1-A777-9BD8FECDE0E1}.Release|Any CPU.Build.0 = Release|Any CPU
{8E165C3A-67BB-43EF-93D2-4DF4ED84E602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E165C3A-67BB-43EF-93D2-4DF4ED84E602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E165C3A-67BB-43EF-93D2-4DF4ED84E602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E165C3A-67BB-43EF-93D2-4DF4ED84E602}.Release|Any CPU.Build.0 = Release|Any CPU
{0A63D98D-73A9-4583-BEE6-0CFEAD3FC4FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A63D98D-73A9-4583-BEE6-0CFEAD3FC4FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
EndGlobal