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.
98 lines
4.6 KiB
98 lines
4.6 KiB
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>8.0.50215</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{1F1AC7CD-D154-45BB-8EAF-804CA8055F5A}</ProjectGuid> |
|
<AssemblyName>CSharpBinding</AssemblyName> |
|
<OutputTarget>Library</OutputTarget> |
|
<NoStdLib>False</NoStdLib> |
|
<NoConfig>False</NoConfig> |
|
<RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
<OutputType>Library</OutputType> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>103284736</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\CSharpBinding\</OutputPath> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\BackendBindings\CSharpBinding\</OutputPath> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.XML" /> |
|
<Reference Include="Microsoft.Build.Engine" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<EmbeddedResource Include="Resources\BuildOptions.xfrm" /> |
|
<Compile Include="Src\CSharpAdvancedHighlighter.cs" /> |
|
<Compile Include="Src\CSharpLanguageBinding.cs" /> |
|
<Compile Include="Src\FormattingStrategy\CSharpFormattingStrategy.cs" /> |
|
<Compile Include="Src\FormattingStrategy\DocumentAccessor.cs" /> |
|
<Compile Include="Src\FormattingStrategy\Indentation.cs" /> |
|
<Compile Include="Src\OptionPanels\BuildOptions.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="Src\Parser\Parser.cs" /> |
|
<Compile Include="Src\Project\CSharpProject.cs" /> |
|
<None Include="CSharpBinding.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Compile Include="Src\CSharpCompletionBinding.cs" /> |
|
<Compile Include="Src\EventHandlerCompletitionDataProvider.cs" /> |
|
<Compile Include="Src\Project\VBToCSharpConverter.cs" /> |
|
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
</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.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
|
</Project> |