Skip to content

Commit bf69ac3

Browse files
committed
Remove build configurations for Mac and Linux.
These are no longer required. A single .mpack will be used across all platforms and the correct native V8.NET libraries will be loaded via the dll mapping file.
1 parent 5e6ed8e commit bf69ac3

File tree

6 files changed

+1
-138
lines changed

6 files changed

+1
-138
lines changed

addin-project.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
<AddinProject appVersion="5.0">
2-
<Project platforms="Win32">
2+
<Project platforms="Linux Mac Win32">
33
<AddinFile>src/TypeScriptBinding/bin/Debug/TypeScriptBinding.dll</AddinFile>
44
<BuildFile>src/TypeScriptBinding.sln</BuildFile>
55
<BuildConfiguration>Debug</BuildConfiguration>
66
</Project>
7-
<Project platforms="Mac">
8-
<AddinFile>src/TypeScriptBinding/bin/DebugMac/TypeScriptBinding.dll</AddinFile>
9-
<BuildFile>src/TypeScriptBinding.sln</BuildFile>
10-
<BuildConfiguration>DebugMac</BuildConfiguration>
11-
</Project>
12-
<Project platforms="Linux">
13-
<AddinFile>src/TypeScriptBinding/bin/DebugLinux/TypeScriptBinding.dll</AddinFile>
14-
<BuildFile>src/TypeScriptBinding.sln</BuildFile>
15-
<BuildConfiguration>DebugLinux</BuildConfiguration>
16-
</Project>
177
</AddinProject>

src/TypeScriptBinding.sln

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Global
1010
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1111
Debug|Any CPU = Debug|Any CPU
1212
Release|Any CPU = Release|Any CPU
13-
DebugMac|Any CPU = DebugMac|Any CPU
14-
ReleaseMac|Any CPU = ReleaseMac|Any CPU
15-
DebugLinux|Any CPU = DebugLinux|Any CPU
16-
ReleaseLinux|Any CPU = ReleaseLinux|Any CPU
1713
EndGlobalSection
1814
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1915
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
@@ -24,21 +20,5 @@ Global
2420
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2521
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.Release|Any CPU.Build.0 = Release|Any CPU
2622
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.DebugMac|Any CPU.Build.0 = DebugMac|Any CPU
28-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.DebugMac|Any CPU.ActiveCfg = DebugMac|Any CPU
29-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.DebugMac|Any CPU.Build.0 = DebugMac|Any CPU
30-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.DebugMac|Any CPU.ActiveCfg = DebugMac|Any CPU
31-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.ReleaseMac|Any CPU.Build.0 = ReleaseMac|Any CPU
32-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.ReleaseMac|Any CPU.ActiveCfg = ReleaseMac|Any CPU
33-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.ReleaseMac|Any CPU.Build.0 = ReleaseMac|Any CPU
34-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.ReleaseMac|Any CPU.ActiveCfg = ReleaseMac|Any CPU
35-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.DebugLinux|Any CPU.Build.0 = DebugLinux|Any CPU
36-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.DebugLinux|Any CPU.ActiveCfg = DebugLinux|Any CPU
37-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.DebugLinux|Any CPU.Build.0 = DebugLinux|Any CPU
38-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.DebugLinux|Any CPU.ActiveCfg = DebugLinux|Any CPU
39-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.ReleaseLinux|Any CPU.Build.0 = ReleaseLinux|Any CPU
40-
{6F22CECC-2ABA-4D5D-A3F8-1C4F4A46C915}.ReleaseLinux|Any CPU.ActiveCfg = ReleaseLinux|Any CPU
41-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.ReleaseLinux|Any CPU.Build.0 = ReleaseLinux|Any CPU
42-
{94BBCA55-A20E-4782-93B0-3566D185F7C1}.ReleaseLinux|Any CPU.ActiveCfg = ReleaseLinux|Any CPU
4323
EndGlobalSection
4424
EndGlobal

src/TypeScriptBinding/RuntimeImports.Linux.addin.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/TypeScriptBinding/RuntimeImports.Mac.addin.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/TypeScriptBinding/RuntimeImports.Windows.addin.xml

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/TypeScriptBinding/TypeScriptBinding.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -278,15 +278,6 @@
278278
<LogicalName>gui.stetic</LogicalName>
279279
</EmbeddedResource>
280280
</ItemGroup>
281-
<ItemGroup Condition=" '$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release'">
282-
<EmbeddedResource Include="RuntimeImports.Windows.addin.xml" />
283-
</ItemGroup>
284-
<ItemGroup Condition=" '$(Configuration)' == 'DebugMac' Or '$(Configuration)' == 'ReleaseMac'">
285-
<EmbeddedResource Include="RuntimeImports.Mac.addin.xml" />
286-
</ItemGroup>
287-
<ItemGroup Condition=" '$(Configuration)' == 'DebugLinux' Or '$(Configuration)' == 'ReleaseLinux'">
288-
<EmbeddedResource Include="RuntimeImports.Linux.addin.xml" />
289-
</ItemGroup>
290281
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
291282
<ItemGroup>
292283
<Folder Include="liblinux\" />

0 commit comments

Comments
 (0)