|
28 | 28 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
29 | 29 | <UseApplicationTrust>false</UseApplicationTrust>
|
30 | 30 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
| 31 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
31 | 32 | </PropertyGroup>
|
32 | 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
33 | 34 | <DebugSymbols>true</DebugSymbols>
|
|
57 | 58 | <PlatformTarget>AnyCPU</PlatformTarget>
|
58 | 59 | </PropertyGroup>
|
59 | 60 | <ItemGroup>
|
60 |
| - <Reference Include="nunit.framework, Version=2.5.5.10112, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" /> |
| 61 | + <Reference Include="nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" /> |
61 | 62 | <Reference Include="System" />
|
| 63 | + <Reference Include="System.Core"> |
| 64 | + <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 65 | + </Reference> |
62 | 66 | </ItemGroup>
|
63 | 67 | <ItemGroup>
|
64 | 68 | <None Include="Embeddingtest.nunit" />
|
|
71 | 75 | <Compile Include="pyobject.cs" />
|
72 | 76 | <Compile Include="pythonexception.cs" />
|
73 | 77 | </ItemGroup>
|
74 |
| - <ItemGroup> |
75 |
| - <ProjectReference Include="..\runtime\Python.Runtime.csproj"> |
76 |
| - <Project>{097B4AC0-74E9-4C58-BCF8-C69746EC8271}</Project> |
77 |
| - <Name>Python.Runtime</Name> |
78 |
| - </ProjectReference> |
79 |
| - </ItemGroup> |
80 | 78 | <ItemGroup>
|
81 | 79 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
82 | 80 | <Visible>False</Visible>
|
|
94 | 92 | <Install>false</Install>
|
95 | 93 | </BootstrapperPackage>
|
96 | 94 | </ItemGroup>
|
| 95 | + <ItemGroup> |
| 96 | + <ProjectReference Include="..\runtime\Python.Runtime.csproj"> |
| 97 | + <Project>{097B4AC0-74E9-4C58-BCF8-C69746EC8271}</Project> |
| 98 | + <Name>Python.Runtime</Name> |
| 99 | + </ProjectReference> |
| 100 | + </ItemGroup> |
97 | 101 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
98 | 102 | <ProjectExtensions>
|
99 | 103 | <VisualStudio AllowExistingFolder="true" />
|
|
0 commit comments