Skip to content

Commit

Permalink
Rename Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jul 11, 2024
1 parent 9d37a19 commit 64d776a
Show file tree
Hide file tree
Showing 55 changed files with 76 additions and 70 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

- name: Copy Vsix Source
working-directory: Emscripten.Build.Definition
working-directory: Emscripten.BuildSystem
run: |
cp ${{ matrix.config.vsix-source }} source.extension.vsixmanifest
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: VSExt-Build.Definition.${{ matrix.config.name }}
path: .\Emscripten.Build.Definition\bin\${{ matrix.config.config-name }}\*.vsix
path: .\Emscripten.BuildSystem\bin\${{ matrix.config.config-name }}\*.vsix

- name: Save ExtensionPack Bundles
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
working-directory: Test
run: |
Set-Item Env:Path "$env:VSIXInstaller_Path;$env:Path"
VSIXInstaller /quiet /admin Emscripten.Build.Definition.vsix
VSIXInstaller /quiet /admin Emscripten.BuildSystem.vsix
Wait-Process -Name "VSIXInstaller"
- name: Static Linking Test
Expand Down Expand Up @@ -186,8 +186,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: Emscripten.Build.Definition.vsix
asset_name: Emscripten.Build.Definition.vsix
asset_path: Emscripten.BuildSystem.vsix
asset_name: Emscripten.BuildSystem.vsix
asset_content_type: application/vsix

- name: Upload Release Asset
Expand Down
4 changes: 2 additions & 2 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
- Core files of WebAssembly Debugger (under heavy construction)
- Bundle result of [nokotan/cdb-gdb-bridge](https://github.com/nokotan/cdp-gdb-bridge)

### Emscripten.Debugger.Definition
### Emscripten.DebuggerLauncher

- Debugger definition of WebAssembly Debugger

### Emscripten.Build.Definition
### Emscripten.BuildSystem

- .vsix package manifest
- Definitions of Toolset and project pages
6 changes: 3 additions & 3 deletions Container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ FROM nokotan/emscripten-windows:latest
# Restore the default Windows shell for correct batch processing.
SHELL ["cmd", "/S", "/C"]

COPY Emscripten.Build.Definition.vsix .
COPY Emscripten.BuildSystem.vsix .

RUN `
""%ProgramFiles%\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\VsDevCmd.bat" `
&& VSIXInstaller /quiet /admin Emscripten.Build.Definition.vsix `
&& VSIXInstaller /quiet /admin Emscripten.BuildSystem.vsix `
&& PowerShell -NoLogo -ExecutionPolicy ByPass Wait-Process -Name "VSIXInstaller" `
&& del /q Emscripten.Build.Definition.vsix"
&& del /q Emscripten.BuildSystem.vsix"
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<ProjectGuid>{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Emscripten.Build.Definition</RootNamespace>
<AssemblyName>Emscripten.Build.Definition</AssemblyName>
<RootNamespace>Emscripten.BuildSystem</RootNamespace>
<AssemblyName>Emscripten.BuildSystem</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
Expand Down Expand Up @@ -221,15 +221,15 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
</ProjectReference>
<ProjectReference Condition="'$(Configuration)' == 'Debug' or '$(Configuration)' == 'Release'" Include="..\Emscripten.Debugger.Definition\Emscripten.Debugger.Definition.csproj">
<ProjectReference Condition="'$(Configuration)' == 'Debug' or '$(Configuration)' == 'Release'" Include="..\Emscripten.DebuggerLauncher\Emscripten.DebuggerLauncher.csproj">
<Project>{66908FCE-3A52-477B-87B5-ACDE7984DE68}</Project>
<Name>Emscripten.Debugger.Definition</Name>
<Name>Emscripten.DebuggerLauncher</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3bPkgdefProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
<ProjectReference Condition="'$(Configuration)' == 'Debug VS2017' or '$(Configuration)' == 'Release VS2017'" Include="..\Emscripten.Debugger.Definition\Emscripten.Debugger.Definition.vs2017.csproj">
<ProjectReference Condition="'$(Configuration)' == 'Debug VS2017' or '$(Configuration)' == 'Release VS2017'" Include="..\Emscripten.DebuggerLauncher\Emscripten.DebuggerLauncher.vs2017.csproj">
<Project>{A872285A-D1CA-47FF-AAF8-900BFC71B45C}</Project>
<Name>Emscripten.Debugger.Definition</Name>
<Name>Emscripten.DebuggerLauncher</Name>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bBuiltProjectOutputGroupDependencies%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup%3bPkgdefProjectOutputGroup%3b</IncludeOutputGroupsInVSIX>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup%3b</IncludeOutputGroupsInVSIXLocalOnly>
</ProjectReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Emscripten.Build.Definition")]
[assembly: AssemblyTitle("Emscripten.BuildSystem")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Emscripten.Build.Definition")]
[assembly: AssemblyProduct("Emscripten.BuildSystem")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<Assets>
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="Emscripten.Build.CppTasks" Path="|Emscripten.Build.CppTasks|" AssemblyName="|Emscripten.Build.CppTasks;AssemblyName|" d:VsixSubPath="$VCTargets\Platforms\Emscripten" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="Emscripten.Build.CppTasks" Path="|Emscripten.Build.CppTasks|" AssemblyName="|Emscripten.Build.CppTasks;AssemblyName|" d:VsixSubPath="$MSBuild\Microsoft\VC\v160\Platforms\Emscripten" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="Emscripten.Debugger.Definition.vs2017" Path="|Emscripten.Debugger.Definition;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Emscripten.Debugger.Definition.vs2017" Path="|Emscripten.Debugger.Definition|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="Emscripten.DebuggerLauncher.vs2017" Path="|Emscripten.DebuggerLauncher;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Emscripten.DebuggerLauncher.vs2017" Path="|Emscripten.DebuggerLauncher|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0, 17.0)" DisplayName="Visual Studio core editor" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Emscripten.Build.Definition.4e942135-f309-41d4-8214-c2e5bd7c7ace" Version="0.8.0" Language="en-US" Publisher="KamenokoSoft" />
<Identity Id="Emscripten.BuildSystem.4e942135-f309-41d4-8214-c2e5bd7c7ace" Version="0.8.0" Language="en-US" Publisher="KamenokoSoft" />
<DisplayName>Emscripten Build Target</DisplayName>
<Description xml:space="preserve">This extension will provide project template for emscripten and property pages for compilation with emcc.</Description>
</Metadata>
Expand Down Expand Up @@ -37,8 +37,8 @@
<Assets>
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Emscripten.ProjectTemplate" Path="ProjectTemplates" d:TargetPath="|Emscripten.ProjectTemplate;TemplateProjectOutputGroup|" d:VsixSubPath="ProjectTemplates" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="Emscripten.Build.CppTasks" Path="|Emscripten.Build.CppTasks|" AssemblyName="|Emscripten.Build.CppTasks;AssemblyName|" d:VsixSubPath="$MSBuild\Microsoft\VC\v170\Platforms\Emscripten" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="Emscripten.Debugger.Definition" Path="|Emscripten.Debugger.Definition;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Emscripten.Debugger.Definition" Path="|Emscripten.Debugger.Definition|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="Emscripten.DebuggerLauncher" Path="|Emscripten.DebuggerLauncher;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Emscripten.DebuggerLauncher" Path="|Emscripten.DebuggerLauncher|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0, 18.0)" DisplayName="Visual Studio core editor" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
using Microsoft.VisualStudio.ProjectSystem.VS.Debug;

#if VS2017
namespace Emscripten.Debugger.Definition.vs2017
namespace Emscripten.DebuggerLauncher.vs2017
#else
namespace Emscripten.Debugger.Definition
namespace Emscripten.DebuggerLauncher
#endif
{
[ExportDebugger(DebuggerSchemaName)]
Expand All @@ -32,7 +32,7 @@ public DebuggerLaunchProvider(ConfiguredProject configuredProject)
{
}

[ExportPropertyXamlRuleDefinition("Emscripten.Debugger.Definition, Version=1.0.0.0, Culture=neutral", "XamlRuleToCode:WasmDebugger.xaml", "Project")]
[ExportPropertyXamlRuleDefinition("Emscripten.DebuggerLauncher, Version=1.0.0.0, Culture=neutral", "XamlRuleToCode:WasmDebugger.xaml", "Project")]
[AppliesTo(DebuggerSchemaName)]
private object DebuggerXaml { get { throw new NotImplementedException(); } }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<ProjectGuid>{66908FCE-3A52-477B-87B5-ACDE7984DE68}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Emscripten.Debugger.Definition</RootNamespace>
<AssemblyName>Emscripten.Debugger.Definition</AssemblyName>
<RootNamespace>Emscripten.DebuggerLauncher</RootNamespace>
<AssemblyName>Emscripten.DebuggerLauncher</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<ProjectGuid>{A872285A-D1CA-47FF-AAF8-900BFC71B45C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Emscripten.Debugger.Definition.vs2017</RootNamespace>
<AssemblyName>Emscripten.Debugger.Definition.vs2017</AssemblyName>
<RootNamespace>Emscripten.DebuggerLauncher.vs2017</RootNamespace>
<AssemblyName>Emscripten.DebuggerLauncher.vs2017</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
***************************************************************************/

#if VS2017
namespace Emscripten.Debugger.Definition.vs2017
namespace Emscripten.DebuggerLauncher.vs2017
#else
namespace Emscripten.Debugger.Definition
#endif
namespace Emscripten.DebuggerLauncher
#endif
{
using System;
using System.ComponentModel.Composition;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
***************************************************************************/

#if VS2017
namespace Emscripten.Debugger.Definition.vs2017
namespace Emscripten.DebuggerLauncher.vs2017
#else
namespace Emscripten.Debugger.Definition
#endif
namespace Emscripten.DebuggerLauncher
#endif
{
using System;
using System.ComponentModel.Composition;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
using Microsoft.VisualStudio.ProjectSystem.VS.Debug;

#if VS2017
namespace Emscripten.Debugger.Definition.vs2017
namespace Emscripten.DebuggerLauncher.vs2017
#else
namespace Emscripten.Debugger.Definition
namespace Emscripten.DebuggerLauncher
#endif
{
[ExportDebugger(DebuggerSchemaName)]
Expand All @@ -32,7 +32,7 @@ public NodeDebuggerLaunchProvider(ConfiguredProject configuredProject)
{
}

[ExportPropertyXamlRuleDefinition("Emscripten.Debugger.Definition, Version=1.0.0.0, Culture=neutral", "XamlRuleToCode:NodeWasmDebugger.xaml", "Project")]
[ExportPropertyXamlRuleDefinition("Emscripten.DebuggerLauncher, Version=1.0.0.0, Culture=neutral", "XamlRuleToCode:NodeWasmDebugger.xaml", "Project")]
[AppliesTo(DebuggerSchemaName)]
private object DebuggerXaml { get { throw new NotImplementedException(); } }

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#if VS2017
namespace Emscripten.Debugger.Definition.vs2017
namespace Emscripten.DebuggerLauncher.vs2017
#else
namespace Emscripten.Debugger.Definition
#endif
namespace Emscripten.DebuggerLauncher
#endif
{
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Emscripten.Debugger.Definition
namespace Emscripten.DebuggerLauncher
{
using Microsoft.VisualStudio.Shell;
using System.Runtime.InteropServices;
Expand All @@ -16,6 +16,6 @@ public sealed class VsPackage : Package
/// The default namespace this project compiles with, so that manifest
/// resource names can be calculated for embedded resources.
/// </summary>
internal const string DefaultNamespace = "Emscripten.Debugger.Definition";
internal const string DefaultNamespace = "Emscripten.DebuggerLauncher";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
using System.Text.Json.Serialization;

#if VS2017
namespace Emscripten.Debugger.Definition.vs2017
namespace Emscripten.DebuggerLauncher.vs2017
#else
namespace Emscripten.Debugger.Definition
namespace Emscripten.DebuggerLauncher
#endif
{
public class WebAssemblyDebuggerConfig
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if VS2017
namespace Emscripten.Debugger.Definition.vs2017
#else
namespace Emscripten.Debugger.Definition
#if VS2017
namespace Emscripten.DebuggerLauncher.vs2017
#else
namespace Emscripten.DebuggerLauncher
#endif
{
using Microsoft.VisualStudio.Shell;
Expand All @@ -20,6 +20,6 @@ public sealed class VsPackage : Package
/// The default namespace this project compiles with, so that manifest
/// resource names can be calculated for embedded resources.
/// </summary>
internal const string DefaultNamespace = "Emscripten.Debugger.Definition";
internal const string DefaultNamespace = "Emscripten.DebuggerLauncher";
}
}
3 changes: 2 additions & 1 deletion Emscripten.ExtensionPack/Emscripten.ExtensionPack.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
Expand Down Expand Up @@ -34,6 +34,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DeployExtension>False</DeployExtension>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
11 changes: 8 additions & 3 deletions Emscripten.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Debugger.Definition", "Emscripten.Debugger.Definition\Emscripten.Debugger.Definition.csproj", "{66908FCE-3A52-477B-87B5-ACDE7984DE68}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.DebuggerLauncher", "Emscripten.DebuggerLauncher\Emscripten.DebuggerLauncher.csproj", "{66908FCE-3A52-477B-87B5-ACDE7984DE68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.ProjectTemplate", "Emscripten.ProjectTemplate\Emscripten.ProjectTemplate.csproj", "{ABAFBE38-79B0-4E2A-8358-4B508AEA142A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Build.CppTasks", "Emscripten.Build.CppTasks\Emscripten.Build.CppTasks.csproj", "{9B55BA92-5129-41E5-ABF3-CFB220E1672B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Build.Definition", "Emscripten.Build.Definition\Emscripten.Build.Definition.csproj", "{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.BuildSystem", "Emscripten.BuildSystem\Emscripten.BuildSystem.csproj", "{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Debugger", "Emscripten.Debugger\Emscripten.Debugger.csproj", "{81F45FBA-4D90-41F4-B5DE-0E13EDA78370}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.ExtensionPack", "Emscripten.ExtensionPack\Emscripten.ExtensionPack.csproj", "{9608F800-0957-4679-AFA6-99E45DCE9034}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Debugger.Definition.Test", "Emscripten.Debugger.Definition.Test\Emscripten.Debugger.Definition.Test.csproj", "{3067B6A0-72BF-414F-B259-0838A12FFC55}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.DebuggerLauncher.Test", "Test\Emscripten.DebuggerLauncher.Test\Emscripten.DebuggerLauncher.Test.csproj", "{3067B6A0-72BF-414F-B259-0838A12FFC55}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{1A469482-6ED9-4BC8-9E75-0936D2032548}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -54,6 +56,9 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3067B6A0-72BF-414F-B259-0838A12FFC55} = {1A469482-6ED9-4BC8-9E75-0936D2032548}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09F348FC-F195-4BCC-9BBF-B817FF982228}
EndGlobalSection
Expand Down
4 changes: 2 additions & 2 deletions Emscripten.vs2017.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Debugger.Definition.vs2017", "Emscripten.Debugger.Definition\Emscripten.Debugger.Definition.vs2017.csproj", "{A872285A-D1CA-47FF-AAF8-900BFC71B45C}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.DebuggerLauncher.vs2017", "Emscripten.DebuggerLauncher\Emscripten.DebuggerLauncher.vs2017.csproj", "{A872285A-D1CA-47FF-AAF8-900BFC71B45C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Build.CppTasks", "Emscripten.Build.CppTasks\Emscripten.Build.CppTasks.csproj", "{9B55BA92-5129-41E5-ABF3-CFB220E1672B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Build.Definition", "Emscripten.Build.Definition\Emscripten.Build.Definition.csproj", "{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.BuildSystem", "Emscripten.BuildSystem\Emscripten.BuildSystem.csproj", "{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Loading

0 comments on commit 64d776a

Please sign in to comment.