You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
6.1 KiB
136 lines
6.1 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{99BAE3A2-C40D-40D2-A7B4-EBB4798F36E4}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>FSharpBindings</RootNamespace> |
|
<AssemblyName>FSharpBinding</AssemblyName> |
|
<Standalone>True</Standalone> |
|
<NoMLLib>True</NoMLLib> |
|
<CheckIfFscNotInstalled>True</CheckIfFscNotInstalled> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\BackendBindings\FSharpBinding\</OutputPath> |
|
<DebugSymbols>True</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\BackendBindings\FSharpBinding\</OutputPath> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
</PropertyGroup> |
|
<Import Project="$(FSharpBuildTasksPath)\SharpDevelop.Build.Fsc.Targets" /> |
|
<ItemGroup> |
|
<Reference Include="FSharp.Build.Tasks"> |
|
<HintPath>..\..\RequiredLibraries\FSharp.Build.Tasks.dll</HintPath> |
|
</Reference> |
|
<Reference Include="log4net"> |
|
<HintPath>..\..\..\..\..\Libraries\log4net\log4net.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.Build.Engine, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.Build.Framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="Microsoft.VisualC" /> |
|
<Reference Include="Mono.Cecil"> |
|
<HintPath>..\..\..\..\..\Libraries\Mono.Cecil\Mono.Cecil.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="PresentationCFFRasterizer" /> |
|
<Reference Include="PresentationCore"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Configuration"> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="System.Deployment" /> |
|
<Reference Include="System.Security"> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="UIAutomationProvider"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsFormsIntegration" /> |
|
<Compile Include="Src\project.fs" /> |
|
<Compile Include="Src\languagebinding.fs" /> |
|
<Compile Include="Src\fsi.fs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<EmbeddedResource Include="Resources\FS-Mode.xshd" /> |
|
<EmbeddedResource Include="Resources\FsOptions.xfrm" /> |
|
<None Include="..\..\RequiredLibraries\SharpDevelop.Build.Fsc.targets"> |
|
<Link>SharpDevelop.Build.Fsc.targets</Link> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="FSharpBinding.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\ConsoleProject.xpt"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\EmptyClass.xft"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj"> |
|
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project> |
|
<Name>ICSharpCode.TextEditor</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj"> |
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project> |
|
<Name>ICSharpCode.Core.WinForms</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Main\ICSharpCode.SharpDevelop.BuildWorker\ICSharpCode.SharpDevelop.BuildWorker.csproj"> |
|
<Project>{C3CBC8E3-81D8-4C5B-9941-DCCD12D50B1F}</Project> |
|
<Name>ICSharpCode.SharpDevelop.BuildWorker</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
|
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
</Project> |