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.
181 lines
8.6 KiB
181 lines
8.6 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
|
<PropertyGroup> |
|
<ProjectGuid>{8D732610-8FC6-43BA-94C9-7126FD7FE361}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.PythonBinding</RootNamespace> |
|
<AssemblyName>PythonBinding</AssemblyName> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\BackendBindings\PythonBinding\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>..\..\..\..\..\..\AddIns\AddIns\BackendBindings\PythonBinding\</OutputPath> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<ItemGroup> |
|
<Reference Include="ipy"> |
|
<HintPath>..\..\RequiredLibraries\ipy.exe</HintPath> |
|
</Reference> |
|
<Reference Include="IronPython"> |
|
<HintPath>..\..\RequiredLibraries\IronPython.dll</HintPath> |
|
</Reference> |
|
<Reference Include="IronPython.Modules"> |
|
<HintPath>..\..\RequiredLibraries\IronPython.Modules.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Microsoft.Scripting"> |
|
<HintPath>..\..\RequiredLibraries\Microsoft.Scripting.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Microsoft.Scripting.Core"> |
|
<HintPath>..\..\RequiredLibraries\Microsoft.Scripting.Core.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Design" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Configuration\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Src\CommandLineHistory.cs" /> |
|
<Compile Include="Src\ConstructorInfo.cs" /> |
|
<Compile Include="Src\ConvertToPythonMenuCommand.cs" /> |
|
<Compile Include="Src\ApplicationSettingsPanel.cs" /> |
|
<Compile Include="Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="Src\AddInOptions.cs" /> |
|
<Compile Include="Src\CompilingOptionsPanel.cs" /> |
|
<Compile Include="Src\CSharpToPythonConverter.cs" /> |
|
<Compile Include="Src\IComponentCreator.cs" /> |
|
<Compile Include="Src\IMemberProvider.cs" /> |
|
<Compile Include="Src\IPadDescriptor.cs" /> |
|
<Compile Include="Src\IProcessRunner.cs" /> |
|
<Compile Include="Src\IsPythonRunningCondition.cs" /> |
|
<Compile Include="Src\ITextEditor.cs" /> |
|
<Compile Include="Src\NRefactoryToPythonConverter.cs" /> |
|
<Compile Include="Src\NRefactoryToPythonConverterOld.cs" /> |
|
<Compile Include="Src\PythonAstWalker.cs" /> |
|
<Compile Include="Src\PythonCodeCompletionBinding.cs" /> |
|
<Compile Include="Src\PythonCompilerError.cs" /> |
|
<Compile Include="Src\PythonCompilerSink.cs" /> |
|
<Compile Include="Src\PythonConsole.cs" /> |
|
<Compile Include="Src\PythonConsoleCompletionDataProvider.cs" /> |
|
<Compile Include="Src\PythonConsoleHost.cs" /> |
|
<Compile Include="Src\PythonConsolePad.cs" /> |
|
<Compile Include="Src\PythonControlAutoScaleModeProperty.cs" /> |
|
<Compile Include="Src\PythonControlAutoValidateProperty.cs" /> |
|
<Compile Include="Src\PythonControlBooleanProperty.cs" /> |
|
<Compile Include="Src\PythonControlDefaultPropertyValues.cs" /> |
|
<Compile Include="Src\PythonControlFieldExpression.cs" /> |
|
<Compile Include="Src\PythonControlImeModeProperty.cs" /> |
|
<Compile Include="Src\PythonControlProperty.cs" /> |
|
<Compile Include="Src\PythonControlRightToLeftProperty.cs" /> |
|
<Compile Include="Src\PythonControlTextProperty.cs" /> |
|
<Compile Include="Src\PythonDesignerGenerator.cs" /> |
|
<Compile Include="Src\PythonDesignerLoader.cs" /> |
|
<Compile Include="Src\PythonDesignerLoaderProvider.cs" /> |
|
<Compile Include="Src\PythonExpressionFinder.cs" /> |
|
<Compile Include="Src\PythonForm.cs" /> |
|
<Compile Include="Src\PythonFormsDesignerDisplayBinding.cs" /> |
|
<Compile Include="Src\PythonFormWalker.cs" /> |
|
<Compile Include="Src\PythonFormWalkerException.cs" /> |
|
<Compile Include="Src\PythonLanguageBinding.cs" /> |
|
<Compile Include="Src\PythonOptionsPanel.cs" /> |
|
<Compile Include="Src\PythonOutputStream.cs" /> |
|
<Compile Include="Src\PythonOutputWindowPadDescriptor.cs" /> |
|
<Compile Include="Src\PythonParser.cs" /> |
|
<Compile Include="Src\PythonProcessRunner.cs" /> |
|
<Compile Include="Src\PythonProject.cs" /> |
|
<Compile Include="Src\PythonPropertyValueAssignment.cs" /> |
|
<Compile Include="Src\PythonResolver.cs" /> |
|
<Compile Include="Src\RunPythonCommand.cs" /> |
|
<Compile Include="Src\StandardPythonModules.cs" /> |
|
<Compile Include="Src\StopPythonCommand.cs" /> |
|
<Compile Include="Src\PythonVariableResolver.cs" /> |
|
<Compile Include="Src\TextEditor.cs" /> |
|
<Compile Include="Src\VBNetToPythonConverter.cs" /> |
|
<None Include="PythonBinding.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<EmbeddedResource Include="Resources\PythonOptionsPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\ApplicationSettingsPanel.xfrm" /> |
|
<EmbeddedResource Include="Resources\CompilingOptionsPanel.xfrm" /> |
|
<None Include="Templates\ConsoleProject.xpt"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\Empty.xft"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\EmptyClass.xft"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\EmptyForm.xft"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\EmptyUserControl.xft"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Include="Templates\FormsProject.xpt"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<EmbeddedResource Include="Resources\Python.xshd" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Templates" /> |
|
<Folder Include="Resources" /> |
|
<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> |
|
<ProjectReference Include="..\..\..\..\DisplayBindings\FormsDesigner\Project\FormsDesigner.csproj"> |
|
<Project>{7D7E92DF-ACEB-4B69-92C8-8AC7A703CD57}</Project> |
|
<Name>FormsDesigner</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
</Project> |