1- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 4.0" >
23 <PropertyGroup >
34 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
45 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
56 <ProjectGuid >{E29DCF0A-5114-4A98-B1DD-71264B6EA349}</ProjectGuid >
67 <OutputType >Exe</OutputType >
78 <NoStandardLibraries >false</NoStandardLibraries >
8- <AssemblyName >python </AssemblyName >
9+ <AssemblyName >nPython </AssemblyName >
910 <RootNamespace >Python.Runtime</RootNamespace >
1011 <StartupObject >
1112 </StartupObject >
1213 <RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
14+ <FileUpgradeFlags >
15+ </FileUpgradeFlags >
16+ <UpgradeBackupLocation >
17+ </UpgradeBackupLocation >
18+ <OldToolsVersion >3.5</OldToolsVersion >
19+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
20+ <ApplicationIcon >python-clear.ico</ApplicationIcon >
21+ <TargetFrameworkProfile />
1322 </PropertyGroup >
1423 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1524 <DebugSymbols >true</DebugSymbols >
2332 <Optimize >true</Optimize >
2433 <OutputPath >.\bin\Release\</OutputPath >
2534 <DefineConstants >TRACE</DefineConstants >
35+ <DebugSymbols >true</DebugSymbols >
36+ <UseVSHostingProcess >false</UseVSHostingProcess >
2637 </PropertyGroup >
2738 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'EmbeddingTest|AnyCPU' " >
2839 <DebugSymbols >true</DebugSymbols >
4051 </PropertyGroup >
4152 <ItemGroup >
4253 <Reference Include =" System" />
54+ <Reference Include =" System.Core" >
55+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
56+ </Reference >
4357 </ItemGroup >
4458 <ItemGroup >
4559 <Compile Include =" assemblyinfo.cs" />
4660 <Compile Include =" pythonconsole.cs" />
4761 </ItemGroup >
62+ <ItemGroup >
63+ <Content Include =" python-clear.ico" />
64+ </ItemGroup >
4865 <ItemGroup >
4966 <ProjectReference Include =" ..\runtime\Python.Runtime.csproj" >
5067 <Project >{097B4AC0-74E9-4C58-BCF8-C69746EC8271}</Project >
5572 <Name >Python.Test</Name >
5673 </ProjectReference >
5774 </ItemGroup >
75+ <ItemGroup >
76+ <None Include =" app.config" />
77+ </ItemGroup >
5878 <Import Project =" $(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
5979 <ProjectExtensions >
6080 <VisualStudio AllowExistingFolder =" true" />
6383 <PostBuildEvent >copy "$(TargetPath)" "$(SolutionDir)"
6484copy "$(TargetDir)*.pdb" "$(SolutionDir)"</PostBuildEvent >
6585 </PropertyGroup >
66- </Project >
86+ </Project >
0 commit comments