Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 5369250

Browse files
committed
Merge pull request #634 from dmirmilshteyn/master
Moved JSIL.Meta to a PCL
2 parents a811c4e + 39d97cc commit 5369250

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

Meta/Meta.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>JSIL.Meta</RootNamespace>
1212
<AssemblyName>JSIL.Meta</AssemblyName>
13+
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14+
<TargetFrameworkProfile>Profile92</TargetFrameworkProfile>
1315
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1416
<FileAlignment>512</FileAlignment>
17+
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
1518
</PropertyGroup>
1619
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1720
<DebugSymbols>true</DebugSymbols>
@@ -37,14 +40,6 @@
3740
<PropertyGroup>
3841
<ApplicationIcon>jsil.ico</ApplicationIcon>
3942
</PropertyGroup>
40-
<ItemGroup>
41-
<Reference Include="System" />
42-
<Reference Include="System.Core" />
43-
<Reference Include="System.Xml.Linq" />
44-
<Reference Include="System.Data.DataSetExtensions" />
45-
<Reference Include="System.Data" />
46-
<Reference Include="System.Xml" />
47-
</ItemGroup>
4843
<ItemGroup>
4944
<Compile Include="Attributes.cs" />
5045
<Compile Include="Builtins.cs" />
@@ -57,7 +52,7 @@
5752
<ItemGroup>
5853
<Content Include="jsil.ico" />
5954
</ItemGroup>
60-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
55+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
6156
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6257
Other similar extension points exist, see Microsoft.Common.targets.
6358
<Target Name="BeforeBuild">

Meta/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
20-
[assembly: ComVisible(false)]
21-
22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("c09dc0b4-91bf-4772-857a-8d6a885ba71d")]
24-
2517
// Version information for an assembly consists of the following four values:
2618
//
2719
// Major Version

0 commit comments

Comments
 (0)