|
9 | 9 | <AssemblyName>Python.EmbeddingTest</AssemblyName>
|
10 | 10 | <RootNamespace>Python.EmbeddingTest</RootNamespace>
|
11 | 11 | <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
12 |
| - <FileUpgradeFlags> |
13 |
| - </FileUpgradeFlags> |
14 |
| - <UpgradeBackupLocation> |
15 |
| - </UpgradeBackupLocation> |
16 |
| - <OldToolsVersion>3.5</OldToolsVersion> |
17 |
| - <PublishUrl>publish\</PublishUrl> |
18 |
| - <Install>true</Install> |
19 |
| - <InstallFrom>Disk</InstallFrom> |
20 |
| - <UpdateEnabled>false</UpdateEnabled> |
21 |
| - <UpdateMode>Foreground</UpdateMode> |
22 |
| - <UpdateInterval>7</UpdateInterval> |
23 |
| - <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
24 |
| - <UpdatePeriodically>false</UpdatePeriodically> |
25 |
| - <UpdateRequired>false</UpdateRequired> |
26 |
| - <MapFileExtensions>true</MapFileExtensions> |
27 |
| - <ApplicationRevision>0</ApplicationRevision> |
28 |
| - <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
29 |
| - <IsWebBootstrapper>false</IsWebBootstrapper> |
30 |
| - <UseApplicationTrust>false</UseApplicationTrust> |
31 |
| - <BootstrapperEnabled>true</BootstrapperEnabled> |
32 |
| - <ProductVersion>10.0.0</ProductVersion> |
33 |
| - <SchemaVersion>2.0</SchemaVersion> |
34 | 12 | <SolutionDirCondition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
35 | 13 | <PythonBuildDirCondition=" '$(PythonBuildDir)' == ''">$(SolutionDir)</PythonBuildDir>
|
36 | 14 | <RestorePackages>true</RestorePackages>
|
|
42 | 20 | <DebugType>full</DebugType>
|
43 | 21 | <PlatformTarget>x86</PlatformTarget>
|
44 | 22 | <ErrorReport>prompt</ErrorReport>
|
45 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
46 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
47 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
48 | 23 | </PropertyGroup>
|
49 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugMono|x64'"> |
| 24 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugMono|x64'"> |
50 | 25 | <DebugSymbols>true</DebugSymbols>
|
51 | 26 | <OutputPath>bin\x64\DebugMono\</OutputPath>
|
52 | 27 | <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
|
53 | 28 | <DebugType>full</DebugType>
|
54 | 29 | <PlatformTarget>x64</PlatformTarget>
|
55 | 30 | <ErrorReport>prompt</ErrorReport>
|
56 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
57 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
58 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
59 | 31 | </PropertyGroup>
|
60 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x86'"> |
| 32 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x86'"> |
61 | 33 | <OutputPath>bin\x86\ReleaseMono\</OutputPath>
|
62 | 34 | <DefineConstantsCondition="'$(DefineConstants)' == ''">
|
63 | 35 | </DefineConstants>
|
64 | 36 | <Optimize>true</Optimize>
|
65 | 37 | <DebugType>pdbonly</DebugType>
|
66 | 38 | <PlatformTarget>x86</PlatformTarget>
|
67 | 39 | <ErrorReport>prompt</ErrorReport>
|
68 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
69 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
70 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
71 | 40 | </PropertyGroup>
|
72 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x64'"> |
| 41 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x64'"> |
73 | 42 | <OutputPath>bin\x64\ReleaseMono\</OutputPath>
|
74 | 43 | <DefineConstantsCondition="'$(DefineConstants)' == ''">
|
75 | 44 | </DefineConstants>
|
76 | 45 | <Optimize>true</Optimize>
|
77 | 46 | <DebugType>pdbonly</DebugType>
|
78 | 47 | <PlatformTarget>x64</PlatformTarget>
|
79 | 48 | <ErrorReport>prompt</ErrorReport>
|
80 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
81 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
82 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
83 | 49 | </PropertyGroup>
|
84 | 50 | <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'">
|
85 | 51 | <DebugSymbols>true</DebugSymbols>
|
|
88 | 54 | <DebugType>full</DebugType>
|
89 | 55 | <PlatformTarget>x86</PlatformTarget>
|
90 | 56 | <ErrorReport>prompt</ErrorReport>
|
91 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
92 |
| - <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
93 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
94 | 57 | </PropertyGroup>
|
95 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugWin|x64'"> |
| 58 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugWin|x64'"> |
96 | 59 | <DebugSymbols>true</DebugSymbols>
|
97 | 60 | <OutputPath>bin\x64\DebugWin\</OutputPath>
|
98 | 61 | <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
|
99 | 62 | <DebugType>full</DebugType>
|
100 | 63 | <PlatformTarget>x64</PlatformTarget>
|
101 | 64 | <ErrorReport>prompt</ErrorReport>
|
102 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
103 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
104 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
105 | 65 | </PropertyGroup>
|
106 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x86'"> |
| 66 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x86'"> |
107 | 67 | <OutputPath>bin\x86\ReleaseWin\</OutputPath>
|
108 | 68 | <DefineConstantsCondition="'$(DefineConstants)' == ''">
|
109 | 69 | </DefineConstants>
|
110 | 70 | <Optimize>true</Optimize>
|
111 | 71 | <DebugType>pdbonly</DebugType>
|
112 | 72 | <PlatformTarget>x86</PlatformTarget>
|
113 | 73 | <ErrorReport>prompt</ErrorReport>
|
114 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
115 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
116 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
117 | 74 | </PropertyGroup>
|
118 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x64'"> |
| 75 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x64'"> |
119 | 76 | <OutputPath>bin\x64\ReleaseWin\</OutputPath>
|
120 | 77 | <DefineConstantsCondition="'$(DefineConstants)' == ''">
|
121 | 78 | </DefineConstants>
|
122 | 79 | <Optimize>true</Optimize>
|
123 | 80 | <DebugType>pdbonly</DebugType>
|
124 | 81 | <PlatformTarget>x64</PlatformTarget>
|
125 | 82 | <ErrorReport>prompt</ErrorReport>
|
126 |
| - <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
127 |
| - <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> |
128 |
| - <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
129 | 83 | </PropertyGroup>
|
130 | 84 | <ItemGroup>
|
131 | 85 | <ReferenceInclude="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
|
148 | 102 | <CompileInclude="pyobject.cs" />
|
149 | 103 | <CompileInclude="pythonexception.cs" />
|
150 | 104 | </ItemGroup>
|
151 |
| - <ItemGroup> |
152 |
| - <BootstrapperPackageInclude="Microsoft.Net.Framework.2.0"> |
153 |
| - <Visible>False</Visible> |
154 |
| - <ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
155 |
| - <Install>true</Install> |
156 |
| - </BootstrapperPackage> |
157 |
| - <BootstrapperPackageInclude="Microsoft.Net.Framework.3.0"> |
158 |
| - <Visible>False</Visible> |
159 |
| - <ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
160 |
| - <Install>false</Install> |
161 |
| - </BootstrapperPackage> |
162 |
| - <BootstrapperPackageInclude="Microsoft.Net.Framework.3.5"> |
163 |
| - <Visible>False</Visible> |
164 |
| - <ProductName>.NET Framework 3.5</ProductName> |
165 |
| - <Install>false</Install> |
166 |
| - </BootstrapperPackage> |
167 |
| - </ItemGroup> |
168 | 105 | <ItemGroup>
|
169 | 106 | <ProjectReferenceInclude="..\runtime\Python.Runtime.csproj">
|
170 | 107 | <Project>{097B4AC0-74E9-4C58-BCF8-C69746EC8271}</Project>
|
|