|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project Name="JSIL.Compiler" Path="Compiler" Type="App"> |
| 3 | + <References> |
| 4 | + <Reference Include="System" /> |
| 5 | + <Reference Include="System.Core" /> |
| 6 | + <Reference Include="System.Web.Extensions" /> |
| 7 | + <Reference Include="System.Xml.Linq" /> |
| 8 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 9 | + <Reference Include="Microsoft.CSharp" /> |
| 10 | + <Reference Include="System.Data" /> |
| 11 | + <Reference Include="System.Xml" /> |
| 12 | + <Reference Include="Microsoft.Build.Windows" /> |
| 13 | + <Reference Include="JSIL" /> |
| 14 | + <Reference Include="JSIL.Proxies.4.0" /> |
| 15 | + <Reference Include="Mono.Cecil" /> |
| 16 | + </References> |
| 17 | + <Properties> |
| 18 | + <Property Name="AssemblyName" Value="JSILc" /> |
| 19 | + <CustomDefinitions> |
| 20 | + <Platform Name="Windows">TRACE;WINDOWS</Platform> |
| 21 | + <Platform Name="MacOS">TRACE;OSX</Platform> |
| 22 | + <Platform Name="Linux">TRACE;UNIX</Platform> |
| 23 | + </CustomDefinitions> |
| 24 | + </Properties> |
| 25 | + <Files> |
| 26 | + <Compile Include="..\Upstream\Options.cs" /> |
| 27 | + <Compile Include="BuildGroup.cs" /> |
| 28 | + <Compile Include="Configuration.cs" /> |
| 29 | + <Compile Include="Extensibility\ICompilerExtension.cs" /> |
| 30 | + <Compile Include="Profiles\Base.cs" /> |
| 31 | + <Compile Include="Profiles\ContentManifestWriter.cs" /> |
| 32 | + <Compile Include="Profiles\CopiedOutputGatherer.cs" /> |
| 33 | + <Compile Include="Profiles\Default.cs" /> |
| 34 | + <Compile Include="Extensibility\IProfile.cs" /> |
| 35 | + <Compile Include="Profiles\ResourceConverter.cs" /> |
| 36 | + <Compile Include="Program.cs" /> |
| 37 | + <Compile Include="SolutionBuilder.cs" /> |
| 38 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 39 | + <Compile Include="VariableSet.cs" /> |
| 40 | + <Content Include="jsil.ico" /> |
| 41 | + <None Include="app.config"> |
| 42 | + <SubType>Designer</SubType> |
| 43 | + </None> |
| 44 | + <None Include="defaults.jsilconfig"> |
| 45 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 46 | + </None> |
| 47 | + </Files> |
| 48 | +</Project> |
0 commit comments