|
29 | 29 | <IsWebBootstrapper>false</IsWebBootstrapper>
|
30 | 30 | <UseApplicationTrust>false</UseApplicationTrust>
|
31 | 31 | <BootstrapperEnabled>true</BootstrapperEnabled>
|
32 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
33 |
| - <TargetFrameworkProfile /> |
| 32 | + <ProductVersion>10.0.0</ProductVersion> |
| 33 | + <SchemaVersion>2.0</SchemaVersion> |
34 | 34 | </PropertyGroup>
|
35 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
36 |
| - <DebugSymbols>true</DebugSymbols> |
| 36 | + <DebugSymbols>True</DebugSymbols> |
37 | 37 | <DebugType>full</DebugType>
|
38 |
| - <Optimize>false</Optimize> |
39 |
| - <OutputPath>.\bin\Debug\</OutputPath> |
| 38 | + <Optimize>False</Optimize> |
| 39 | + <OutputPath>bin\Debug\</OutputPath> |
40 | 40 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
| 41 | + <WarningLevel>4</WarningLevel> |
41 | 42 | </PropertyGroup>
|
42 | 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
43 | 44 | <DebugType>pdbonly</DebugType>
|
44 |
| - <Optimize>true</Optimize> |
45 |
| - <OutputPath>.\bin\Release\</OutputPath> |
| 45 | + <Optimize>True</Optimize> |
| 46 | + <OutputPath>bin\Release\</OutputPath> |
46 | 47 | <DefineConstants>TRACE</DefineConstants>
|
| 48 | + <WarningLevel>4</WarningLevel> |
47 | 49 | </PropertyGroup>
|
48 | 50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'EmbeddingTest|AnyCPU' ">
|
49 |
| - <DebugSymbols>true</DebugSymbols> |
| 51 | + <DebugSymbols>True</DebugSymbols> |
50 | 52 | <OutputPath>bin\EmbeddingTest\</OutputPath>
|
51 | 53 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
52 | 54 | <DebugType>full</DebugType>
|
53 | 55 | <PlatformTarget>AnyCPU</PlatformTarget>
|
| 56 | + <WarningLevel>4</WarningLevel> |
| 57 | + <Optimize>False</Optimize> |
54 | 58 | </PropertyGroup>
|
55 | 59 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'UnitTests|AnyCPU' ">
|
56 |
| - <DebugSymbols>true</DebugSymbols> |
| 60 | + <DebugSymbols>True</DebugSymbols> |
57 | 61 | <OutputPath>bin\UnitTests\</OutputPath>
|
58 | 62 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
59 | 63 | <DebugType>full</DebugType>
|
60 | 64 | <PlatformTarget>AnyCPU</PlatformTarget>
|
61 |
| - </PropertyGroup> |
62 |
| - <PropertyGroup> |
63 |
| - <SignAssembly>true</SignAssembly> |
| 65 | + <WarningLevel>4</WarningLevel> |
| 66 | + <Optimize>False</Optimize> |
64 | 67 | </PropertyGroup>
|
65 | 68 | <PropertyGroup>
|
66 | 69 | <AssemblyOriginatorKeyFile>pythonnet.snk</AssemblyOriginatorKeyFile>
|
67 | 70 | </PropertyGroup>
|
68 | 71 | <ItemGroup>
|
69 |
| - <Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" /> |
70 | 72 | <Reference Include="System" />
|
71 | 73 | <Reference Include="System.Core">
|
72 | 74 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
73 | 75 | </Reference>
|
| 76 | + <Reference Include="nunit.framework"> |
| 77 | + <HintPath>..\..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath> |
| 78 | + </Reference> |
74 | 79 | </ItemGroup>
|
75 | 80 | <ItemGroup>
|
76 | 81 | <None Include="Embeddingtest.nunit" />
|
77 | 82 | <None Include="pythonnet.snk" />
|
| 83 | + <None Include="packages.config" /> |
78 | 84 | </ItemGroup>
|
79 | 85 | <ItemGroup>
|
80 | 86 | <Compile Include="pyimport.cs" />
|
|
0 commit comments