|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<PropertyGroup> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
|
<ProductVersion>8.0.30703</ProductVersion> |
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
<ProjectGuid>{8A19EAA5-44C5-41EC-A908-7F41792CF18B}</ProjectGuid> |
|
|
<OutputType>Library</OutputType> |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<RootNamespace>IronPythonConsole</RootNamespace> |
|
|
<AssemblyName>IronPythonConsole</AssemblyName> |
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
|
|
<TargetFrameworkProfile> |
|
|
</TargetFrameworkProfile> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<Optimize>true</Optimize> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<ApplicationIcon>python.ico</ApplicationIcon> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<StartupObject /> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
<DebugType>full</DebugType> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<LangVersion>7.3</LangVersion> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<Optimize>true</Optimize> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
<LangVersion>7.3</LangVersion> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="ICSharpCode.AvalonEdit, Version=6.1.3.50, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\AvalonEdit.6.1.3.50\lib\net45\ICSharpCode.AvalonEdit.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="IronPython, Version=3.4.1.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\IronPython.3.4.1\lib\net462\IronPython.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="IronPython.Modules, Version=3.4.1.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\IronPython.3.4.1\lib\net462\IronPython.Modules.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="IronPython.SQLite, Version=3.4.1.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\IronPython.3.4.1\lib\net462\IronPython.SQLite.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="IronPython.Wpf, Version=3.4.1.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\IronPython.3.4.1\lib\net462\IronPython.Wpf.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="Microsoft.Dynamic, Version=1.3.4.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\DynamicLanguageRuntime.1.3.4\lib\net452\Microsoft.Dynamic.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="Microsoft.Scripting, Version=1.3.4.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\DynamicLanguageRuntime.1.3.4\lib\net452\Microsoft.Scripting.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="Microsoft.Scripting.Metadata, Version=1.3.4.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\DynamicLanguageRuntime.1.3.4\lib\net452\Microsoft.Scripting.Metadata.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="System.Data" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="System.Numerics" /> |
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="System.Windows.Controls.WpfPropertyGrid"> |
|
|
<HintPath>RequiredLibraries\System.Windows.Controls.WpfPropertyGrid.dll</HintPath> |
|
|
</Reference> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Xml" /> |
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
<Reference Include="System.Core" /> |
|
|
<Reference Include="System.Xml.Linq" /> |
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
<Reference Include="System.Xaml"> |
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework> |
|
|
</Reference> |
|
|
<Reference Include="WindowsBase" /> |
|
|
<Reference Include="PresentationCore" /> |
|
|
<Reference Include="PresentationFramework" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Page Include="PythonConsoleWindow.xaml"> |
|
|
<Generator>MSBuild:Compile</Generator> |
|
|
<SubType>Designer</SubType> |
|
|
</Page> |
|
|
<Compile Include="PythonConsoleWindow.xaml.cs"> |
|
|
<DependentUpon>PythonConsoleWindow.xaml</DependentUpon> |
|
|
<SubType>Code</SubType> |
|
|
</Compile> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="ConsoleOptions.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs"> |
|
|
<SubType>Code</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="Properties\Settings.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DependentUpon>Settings.settings</DependentUpon> |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
|
</Compile> |
|
|
<EmbeddedResource Include="Properties\Resources.resx"> |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
</EmbeddedResource> |
|
|
<None Include="app.config" /> |
|
|
<None Include="IronPythonConsole.exe.config"> |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
</None> |
|
|
<None Include="packages.config" /> |
|
|
<None Include="Properties\Settings.settings"> |
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
</None> |
|
|
<AppDesigner Include="Properties\" /> |
|
|
<EmbeddedResource Include="Resources\Python.xshd" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Resource Include="Images\Run.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Resource Include="Images\Copy.png" /> |
|
|
<Resource Include="Images\Cut.png" /> |
|
|
<Resource Include="Images\Delete.png" /> |
|
|
<Resource Include="Images\Open.png" /> |
|
|
<Resource Include="Images\Paste.png" /> |
|
|
<Resource Include="Images\Redo.png" /> |
|
|
<Resource Include="Images\Save.png" /> |
|
|
<Resource Include="Images\Undo.png" /> |
|
|
<Resource Include="Images\WordWrap.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Resource Include="python.ico" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Resource Include="Images\Stop.png" /> |
|
|
<Content Include="IronPythonConsole.py"> |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
</Content> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\DWSIM.Controls.PythonConsoleControl\DWSIM.Controls.IronPythonConsoleControl.csproj"> |
|
|
<Project>{f1152d68-346b-4f48-8db7-be67b5cb1f49}</Project> |
|
|
<Name>DWSIM.Controls.IronPythonConsoleControl</Name> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<PropertyGroup> |
|
|
<PostBuildEvent> |
|
|
</PostBuildEvent> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project> |