Skip to content

Commit d95d9fb

Browse files
committed
Add new Web API sample site
1 parent ac13585 commit d95d9fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/InEngine.Net.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InEngine.IntegrationTest",
2020
EndProject
2121
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleMvcWebsite", "SampleMvcWebsite\SampleMvcWebsite.csproj", "{F4D5AED0-4FFD-4A5A-9153-F25BA4A2C52E}"
2222
EndProject
23+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebApi", "SampleWebApi\SampleWebApi.csproj", "{169D410B-68C4-4D3E-9178-216748DFE69D}"
24+
EndProject
2325
Global
2426
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2527
Debug|Any CPU = Debug|Any CPU
@@ -50,6 +52,10 @@ Global
5052
{F4D5AED0-4FFD-4A5A-9153-F25BA4A2C52E}.Debug|Any CPU.Build.0 = Debug|Any CPU
5153
{F4D5AED0-4FFD-4A5A-9153-F25BA4A2C52E}.Release|Any CPU.ActiveCfg = Release|Any CPU
5254
{F4D5AED0-4FFD-4A5A-9153-F25BA4A2C52E}.Release|Any CPU.Build.0 = Release|Any CPU
55+
{169D410B-68C4-4D3E-9178-216748DFE69D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{169D410B-68C4-4D3E-9178-216748DFE69D}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{169D410B-68C4-4D3E-9178-216748DFE69D}.Release|Any CPU.ActiveCfg = Release|Any CPU
58+
{169D410B-68C4-4D3E-9178-216748DFE69D}.Release|Any CPU.Build.0 = Release|Any CPU
5359
EndGlobalSection
5460
GlobalSection(SolutionProperties) = preSolution
5561
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)