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" >
2
3
<PropertyGroup >
3
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
4
5
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
5
6
<ProjectGuid >{E29DCF0A-5114-4A98-B1DD-71264B6EA349}</ProjectGuid >
6
7
<OutputType >Exe</OutputType >
7
8
<NoStandardLibraries >false</NoStandardLibraries >
8
- <AssemblyName >python </AssemblyName >
9
+ <AssemblyName >nPython </AssemblyName >
9
10
<RootNamespace >Python.Runtime</RootNamespace >
10
11
<StartupObject >
11
12
</StartupObject >
12
13
<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 />
13
22
</PropertyGroup >
14
23
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15
24
<DebugSymbols >true</DebugSymbols >
23
32
<Optimize >true</Optimize >
24
33
<OutputPath >.\bin\Release\</OutputPath >
25
34
<DefineConstants >TRACE</DefineConstants >
35
+ <DebugSymbols >true</DebugSymbols >
36
+ <UseVSHostingProcess >false</UseVSHostingProcess >
26
37
</PropertyGroup >
27
38
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'EmbeddingTest|AnyCPU' " >
28
39
<DebugSymbols >true</DebugSymbols >
40
51
</PropertyGroup >
41
52
<ItemGroup >
42
53
<Reference Include =" System" />
54
+ <Reference Include =" System.Core" >
55
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
56
+ </Reference >
43
57
</ItemGroup >
44
58
<ItemGroup >
45
59
<Compile Include =" assemblyinfo.cs" />
46
60
<Compile Include =" pythonconsole.cs" />
47
61
</ItemGroup >
62
+ <ItemGroup >
63
+ <Content Include =" python-clear.ico" />
64
+ </ItemGroup >
48
65
<ItemGroup >
49
66
<ProjectReference Include =" ..\runtime\Python.Runtime.csproj" >
50
67
<Project >{097B4AC0-74E9-4C58-BCF8-C69746EC8271}</Project >
55
72
<Name >Python.Test</Name >
56
73
</ProjectReference >
57
74
</ItemGroup >
75
+ <ItemGroup >
76
+ <None Include =" app.config" />
77
+ </ItemGroup >
58
78
<Import Project =" $(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
59
79
<ProjectExtensions >
60
80
<VisualStudio AllowExistingFolder =" true" />
63
83
<PostBuildEvent >copy "$(TargetPath)" "$(SolutionDir)"
64
84
copy "$(TargetDir)*.pdb" "$(SolutionDir)"</PostBuildEvent >
65
85
</PropertyGroup >
66
- </Project >
86
+ </Project >
0 commit comments