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 >
8
9
<AssemblyName >Python.Test</AssemblyName >
9
10
<RootNamespace >Python.Test</RootNamespace >
10
11
<RunPostBuildEvent >OnBuildSuccess</RunPostBuildEvent >
12
+ <FileUpgradeFlags >
13
+ </FileUpgradeFlags >
14
+ <UpgradeBackupLocation >
15
+ </UpgradeBackupLocation >
16
+ <OldToolsVersion >3.5</OldToolsVersion >
17
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
18
+ <TargetFrameworkProfile />
11
19
</PropertyGroup >
12
20
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13
21
<DebugSymbols >true</DebugSymbols >
54
62
<Compile Include =" propertytest.cs" />
55
63
<Compile Include =" threadtest.cs" />
56
64
</ItemGroup >
65
+ <ItemGroup >
66
+ <Reference Include =" System" />
67
+ <Reference Include =" System.Core" >
68
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
69
+ </Reference >
70
+ <Reference Include =" System.Windows.Forms" />
71
+ </ItemGroup >
57
72
<ItemGroup >
58
73
<ProjectReference Include =" ..\runtime\Python.Runtime.csproj" >
59
74
<Project >{097B4AC0-74E9-4C58-BCF8-C69746EC8271}</Project >
60
75
<Name >Python.Runtime</Name >
61
76
</ProjectReference >
62
77
</ItemGroup >
63
- <ItemGroup >
64
- <Reference Include =" System" />
65
- <Reference Include =" System.Windows.Forms" />
66
- </ItemGroup >
67
78
<Import Project =" $(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
68
79
<ProjectExtensions >
69
80
<VisualStudio AllowExistingFolder =" true" />
73
84
copy "$(TargetDir)*.pdb" "$(SolutionDir)"
74
85
</PostBuildEvent >
75
86
</PropertyGroup >
76
- </Project >
87
+ </Project >
0 commit comments