9
9
<AssemblyName >Python.Runtime</AssemblyName >
10
10
<RootNamespace >Python.Runtime</RootNamespace >
11
11
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\</SolutionDir >
12
- <PythonBuildDir Condition =" '$(PythonBuildDir)' == '' " >$(SolutionDir)</PythonBuildDir >
12
+ <PythonBuildDir Condition =" '$(PythonBuildDir)' == '' " >$(SolutionDir)</PythonBuildDir >
13
13
</PropertyGroup >
14
14
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'" >
15
15
<OutputPath >bin\x86\ReleaseMono\</OutputPath >
94
94
<DebugType >full</DebugType >
95
95
<PlatformTarget >x64</PlatformTarget >
96
96
</PropertyGroup >
97
- <Choose >
98
- <When Condition =" '$(Configuration)'=='DebugMono' " >
99
- <ItemGroup >
100
- <Reference Include =" Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
101
- <SpecificVersion >False</SpecificVersion >
102
- <HintPath >..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath >
103
- </Reference >
104
- </ItemGroup >
105
- </When >
106
- <When Condition =" '$(Configuration)'=='ReleaseMono' " >
107
- <ItemGroup >
108
- <Reference Include =" Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
109
- <SpecificVersion >False</SpecificVersion >
110
- <HintPath >..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath >
111
- </Reference >
112
- </ItemGroup >
113
- </When >
114
- </Choose >
115
- <ItemGroup >
116
- <Reference Include =" System" />
117
- </ItemGroup >
97
+ <Choose >
98
+ <When Condition =" '$(Configuration)'=='DebugMono' " >
99
+ <ItemGroup >
100
+ <Reference Include =" Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
101
+ <SpecificVersion >False</SpecificVersion >
102
+ <HintPath >..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath >
103
+ </Reference >
104
+ </ItemGroup >
105
+ </When >
106
+ <When Condition =" '$(Configuration)'=='ReleaseMono' " >
107
+ <ItemGroup >
108
+ <Reference Include =" Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" >
109
+ <SpecificVersion >False</SpecificVersion >
110
+ <HintPath >..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll</HintPath >
111
+ </Reference >
112
+ </ItemGroup >
113
+ </When >
114
+ </Choose >
115
+ <ItemGroup >
116
+ <Reference Include =" System" />
117
+ </ItemGroup >
118
118
<ItemGroup >
119
119
<Compile Include =" arrayobject.cs" />
120
120
<Compile Include =" assemblyinfo.cs" />
194
194
</ItemGroup >
195
195
<ItemGroup >
196
196
<EmbeddedResource Include =" resources\clr.py" >
197
- <LogicalName >clr.py</LogicalName >
197
+ <LogicalName >clr.py</LogicalName >
198
198
</EmbeddedResource >
199
199
</ItemGroup >
200
200
<Import Project =" $(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
206
206
<TargetAssemblyPdb >$(TargetDir)$(TargetName).pdb</TargetAssemblyPdb >
207
207
</PropertyGroup >
208
208
<Target Name =" AfterBuild" >
209
- <Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
210
- <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
209
+ <Copy SourceFiles =" $(TargetAssembly)" DestinationFolder =" $(PythonBuildDir)" />
210
+ <Copy SourceFiles =" $(TargetAssemblyPdb)" Condition =" Exists('$(TargetAssemblyPdb)')" DestinationFolder =" $(PythonBuildDir)" />
211
211
</Target >
212
- </Project >
212
+ </Project >
0 commit comments