Skip to content

Commit c03f1cd

Browse files
committed
Update to have MyApp.Client in the solution to better work with VS and Rider.
1 parent d93726e commit c03f1cd

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

MyApp.Client/MyApp.Client.esproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/0.5.169151-alpha">
2+
<PropertyGroup>
3+
<StartupCommand>npm run start:default</StartupCommand>
4+
<JavaScriptTestRoot>.\</JavaScriptTestRoot>
5+
<JavaScriptTestFramework>Jasmine</JavaScriptTestFramework>
6+
<!-- Allows the build (or compile) script located on package.json to run on Build -->
7+
<ShouldRunBuildScript>false</ShouldRunBuildScript>
8+
<!-- Folder where production build objects will be placed -->
9+
<BuildOutputFolder>$(MSBuildProjectDirectory)\dist</BuildOutputFolder>
10+
</PropertyGroup>
11+
<ItemGroup>
12+
<Folder Include="public\img\" />
13+
</ItemGroup>
14+
</Project>

MyApp.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyApp.ServiceModel", "MyApp
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyApp.Tests", "MyApp.Tests\MyApp.Tests.csproj", "{AFC1B94E-18B8-4362-9AF7-36B89C8B7B9F}"
1313
EndProject
14+
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "MyApp.Client", "MyApp.Client\MyApp.Client.esproj", "{2C846D8C-8347-46A1-990A-48F58B0E060B}"
15+
EndProject
1416
Global
1517
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1618
Debug|Any CPU = Debug|Any CPU
@@ -33,6 +35,10 @@ Global
3335
{AFC1B94E-18B8-4362-9AF7-36B89C8B7B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
3436
{AFC1B94E-18B8-4362-9AF7-36B89C8B7B9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
3537
{AFC1B94E-18B8-4362-9AF7-36B89C8B7B9F}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{2C846D8C-8347-46A1-990A-48F58B0E060B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{2C846D8C-8347-46A1-990A-48F58B0E060B}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{2C846D8C-8347-46A1-990A-48F58B0E060B}.Release|Any CPU.ActiveCfg = Debug|Any CPU
41+
{2C846D8C-8347-46A1-990A-48F58B0E060B}.Release|Any CPU.Build.0 = Debug|Any CPU
3642
EndGlobalSection
3743
GlobalSection(SolutionProperties) = preSolution
3844
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)