|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>JSIL.Meta</RootNamespace> |
12 | 12 | <AssemblyName>JSIL.Meta</AssemblyName> |
| 13 | + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
| 14 | + <TargetFrameworkProfile>Profile92</TargetFrameworkProfile> |
13 | 15 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | 16 | <FileAlignment>512</FileAlignment> |
| 17 | + <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion> |
15 | 18 | </PropertyGroup> |
16 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 20 | <DebugSymbols>true</DebugSymbols> |
|
37 | 40 | <PropertyGroup> |
38 | 41 | <ApplicationIcon>jsil.ico</ApplicationIcon> |
39 | 42 | </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> |
48 | 43 | <ItemGroup> |
49 | 44 | <Compile Include="Attributes.cs" /> |
50 | 45 | <Compile Include="Builtins.cs" /> |
|
57 | 52 | <ItemGroup> |
58 | 53 | <Content Include="jsil.ico" /> |
59 | 54 | </ItemGroup> |
60 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 55 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
61 | 56 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
62 | 57 | Other similar extension points exist, see Microsoft.Common.targets. |
63 | 58 | <Target Name="BeforeBuild"> |
|
0 commit comments