|
7 | 7 | <OutputType>Library</OutputType>
|
8 | 8 | <NoStandardLibraries>false</NoStandardLibraries>
|
9 | 9 | <AssemblyName>Python.EmbeddingTest</AssemblyName>
|
10 |
| - <RootNamespace>Python.Runtime</RootNamespace> |
| 10 | + <RootNamespace>Python.EmbeddingTest</RootNamespace> |
11 | 11 | <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
12 | 12 | <FileUpgradeFlags>
|
13 | 13 | </FileUpgradeFlags>
|
|
68 | 68 | <PropertyGroup>
|
69 | 69 | <AssemblyOriginatorKeyFile>pythonnet.snk</AssemblyOriginatorKeyFile>
|
70 | 70 | </PropertyGroup>
|
| 71 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 72 | + <DebugSymbols>true</DebugSymbols> |
| 73 | + <OutputPath>bin\x86\Debug\</OutputPath> |
| 74 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 75 | + <DebugType>full</DebugType> |
| 76 | + <PlatformTarget>x86</PlatformTarget> |
| 77 | + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
| 78 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 79 | + <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules> |
| 80 | + </PropertyGroup> |
| 81 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 82 | + <OutputPath>bin\x86\Release\</OutputPath> |
| 83 | + <DefineConstants>TRACE</DefineConstants> |
| 84 | + <Optimize>true</Optimize> |
| 85 | + <DebugType>pdbonly</DebugType> |
| 86 | + <PlatformTarget>x86</PlatformTarget> |
| 87 | + <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
| 88 | + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
| 89 | + </PropertyGroup> |
| 90 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'EmbeddingTest|x86'"> |
| 91 | + <DebugSymbols>true</DebugSymbols> |
| 92 | + <OutputPath>bin\x86\EmbeddingTest\</OutputPath> |
| 93 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 94 | + <DebugType>full</DebugType> |
| 95 | + <PlatformTarget>x86</PlatformTarget> |
| 96 | + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
| 97 | + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
| 98 | + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 99 | + </PropertyGroup> |
| 100 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UnitTests|x86'"> |
| 101 | + <DebugSymbols>true</DebugSymbols> |
| 102 | + <OutputPath>bin\x86\UnitTests\</OutputPath> |
| 103 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 104 | + <DebugType>full</DebugType> |
| 105 | + <PlatformTarget>x86</PlatformTarget> |
| 106 | + <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
| 107 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 108 | + </PropertyGroup> |
| 109 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|AnyCPU'"> |
| 110 | + <DebugSymbols>true</DebugSymbols> |
| 111 | + <OutputPath>bin\DebugMono_x86\</OutputPath> |
| 112 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 113 | + <DebugType>full</DebugType> |
| 114 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 115 | + </PropertyGroup> |
| 116 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|x86'"> |
| 117 | + <DebugSymbols>true</DebugSymbols> |
| 118 | + <OutputPath>bin\x86\DebugMono_x86\</OutputPath> |
| 119 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 120 | + <DebugType>full</DebugType> |
| 121 | + <PlatformTarget>x86</PlatformTarget> |
| 122 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 123 | + <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules> |
| 124 | + </PropertyGroup> |
| 125 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 126 | + <DebugSymbols>true</DebugSymbols> |
| 127 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 128 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 129 | + <DebugType>full</DebugType> |
| 130 | + <PlatformTarget>x64</PlatformTarget> |
| 131 | + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
| 132 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 133 | + <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules> |
| 134 | + </PropertyGroup> |
| 135 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 136 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 137 | + <DefineConstants>TRACE</DefineConstants> |
| 138 | + <Optimize>true</Optimize> |
| 139 | + <DebugType>pdbonly</DebugType> |
| 140 | + <PlatformTarget>x64</PlatformTarget> |
| 141 | + <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
| 142 | + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
| 143 | + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 144 | + </PropertyGroup> |
| 145 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'EmbeddingTest|x64'"> |
| 146 | + <DebugSymbols>true</DebugSymbols> |
| 147 | + <OutputPath>bin\x64\EmbeddingTest\</OutputPath> |
| 148 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 149 | + <DebugType>full</DebugType> |
| 150 | + <PlatformTarget>x64</PlatformTarget> |
| 151 | + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
| 152 | + <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
| 153 | + <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
| 154 | + </PropertyGroup> |
| 155 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UnitTests|x64'"> |
| 156 | + <DebugSymbols>true</DebugSymbols> |
| 157 | + <OutputPath>bin\x64\UnitTests\</OutputPath> |
| 158 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 159 | + <DebugType>full</DebugType> |
| 160 | + <PlatformTarget>x64</PlatformTarget> |
| 161 | + <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
| 162 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 163 | + </PropertyGroup> |
| 164 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|x64'"> |
| 165 | + <DebugSymbols>true</DebugSymbols> |
| 166 | + <OutputPath>bin\x64\DebugMono_x86\</OutputPath> |
| 167 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 168 | + <DebugType>full</DebugType> |
| 169 | + <PlatformTarget>x64</PlatformTarget> |
| 170 | + <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
| 171 | + <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
| 172 | + <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules> |
| 173 | + </PropertyGroup> |
71 | 174 | <ItemGroup>
|
72 | 175 | <Reference Include="System" />
|
73 | 176 | <Reference Include="System.Core">
|
|
0 commit comments