Skip to content

Commit

Permalink
Restructure Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Jul 15, 2024
1 parent 1e8f4a4 commit 54093c8
Show file tree
Hide file tree
Showing 13 changed files with 385 additions and 590 deletions.
273 changes: 273 additions & 0 deletions Emscripten.BuildSystem.vs2017/Emscripten.BuildSystem.vs2017.csproj

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions Emscripten.BuildSystem.vs2017/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 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.BuildSystem.vs2017")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Emscripten.BuildSystem.vs2017")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?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.ProjectType.80c9bedd-1988-42d3-a4c8-d6be759abab6" Version="0.8.0" Language="en-US" Publisher="KamenokoSoft" />
<DisplayName>Emscripten Build Target Addon for 2017, 2019</DisplayName>
<Description xml:space="preserve">This extension will provide property pages to Visual Studio 2017, 2019 for compilation with emcc.</Description>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.BuildTools" />
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<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.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" />
</Prerequisites>
</PackageManifest>
<?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.ProjectType.80c9bedd-1988-42d3-a4c8-d6be759abab6" Version="0.8.0" Language="en-US" Publisher="KamenokoSoft" />
<DisplayName>Emscripten Build Target Addon for 2017, 2019</DisplayName>
<Description xml:space="preserve">This extension will provide property pages to Visual Studio 2017, 2019 for compilation with emcc.</Description>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.BuildTools" />
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0, 17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<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.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, 17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>
Loading

0 comments on commit 54093c8

Please sign in to comment.