|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | | - <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
6 | | - <ProductVersion>8.0.30703</ProductVersion> |
7 | | - <SchemaVersion>2.0</SchemaVersion> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | 6 | <ProjectGuid>{86E834DE-1139-4511-96CC-69636A56E7AC}</ProjectGuid> |
9 | 7 | <OutputType>Library</OutputType> |
10 | | - <RootNamespace>clrmodule</RootNamespace> |
11 | 8 | <AssemblyName>clrmodule</AssemblyName> |
| 9 | + <RootNamespace>clrmodule</RootNamespace> |
| 10 | + <DocumentationFile>bin\clrmodule.xml</DocumentationFile> |
| 11 | + <OutputPath>bin\</OutputPath> |
12 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | | - <FileAlignment>512</FileAlignment> |
| 13 | + <TargetFrameworkProfile /> |
| 14 | + <NoWarn>1591</NoWarn> |
14 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
15 | 16 | <PythonBuildDir Condition=" '$(PythonBuildDir)' == '' ">$(SolutionDir)</PythonBuildDir> |
| 17 | + <!--If need to freeze language version: <LangVersion>5</LangVersion> !--> |
16 | 18 | <RestorePackages>true</RestorePackages> |
17 | 19 | </PropertyGroup> |
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x86'"> |
19 | 21 | <DebugSymbols>true</DebugSymbols> |
20 | | - <OutputPath>bin\</OutputPath> |
21 | 22 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
22 | 23 | <DebugType>full</DebugType> |
23 | 24 | <PlatformTarget>x86</PlatformTarget> |
24 | 25 | <ErrorReport>prompt</ErrorReport> |
25 | 26 | </PropertyGroup> |
26 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'"> |
27 | 28 | <DebugSymbols>true</DebugSymbols> |
28 | | - <OutputPath>bin\</OutputPath> |
29 | 29 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
30 | 30 | <DebugType>full</DebugType> |
31 | 31 | <PlatformTarget>x64</PlatformTarget> |
32 | 32 | <ErrorReport>prompt</ErrorReport> |
33 | 33 | </PropertyGroup> |
34 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'"> |
35 | | - <OutputPath>bin\</OutputPath> |
36 | 35 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
37 | 36 | <Optimize>true</Optimize> |
38 | 37 | <DebugType>pdbonly</DebugType> |
39 | 38 | <PlatformTarget>x86</PlatformTarget> |
40 | 39 | <ErrorReport>prompt</ErrorReport> |
41 | 40 | </PropertyGroup> |
42 | 41 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'"> |
43 | | - <OutputPath>bin\</OutputPath> |
44 | 42 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
45 | 43 | <Optimize>true</Optimize> |
46 | 44 | <DebugType>pdbonly</DebugType> |
|
49 | 47 | </PropertyGroup> |
50 | 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'"> |
51 | 49 | <DebugSymbols>true</DebugSymbols> |
52 | | - <OutputPath>bin\</OutputPath> |
53 | 50 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
54 | 51 | <DebugType>full</DebugType> |
55 | 52 | <PlatformTarget>x86</PlatformTarget> |
56 | 53 | <ErrorReport>prompt</ErrorReport> |
57 | 54 | </PropertyGroup> |
58 | 55 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'"> |
59 | 56 | <DebugSymbols>true</DebugSymbols> |
60 | | - <OutputPath>bin\</OutputPath> |
61 | 57 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
62 | 58 | <DebugType>full</DebugType> |
63 | 59 | <PlatformTarget>x64</PlatformTarget> |
64 | 60 | <ErrorReport>prompt</ErrorReport> |
65 | 61 | </PropertyGroup> |
66 | 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'"> |
67 | | - <OutputPath>bin\</OutputPath> |
68 | 63 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
69 | 64 | <Optimize>true</Optimize> |
70 | 65 | <DebugType>pdbonly</DebugType> |
71 | 66 | <PlatformTarget>x86</PlatformTarget> |
72 | 67 | <ErrorReport>prompt</ErrorReport> |
73 | 68 | </PropertyGroup> |
74 | 69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'"> |
75 | | - <OutputPath>bin\</OutputPath> |
76 | 70 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
77 | 71 | <Optimize>true</Optimize> |
78 | 72 | <DebugType>pdbonly</DebugType> |
|
81 | 75 | </PropertyGroup> |
82 | 76 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x86'"> |
83 | 77 | <DebugSymbols>true</DebugSymbols> |
84 | | - <OutputPath>bin\</OutputPath> |
85 | 78 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
86 | 79 | <DebugType>full</DebugType> |
87 | 80 | <PlatformTarget>x86</PlatformTarget> |
88 | 81 | <ErrorReport>prompt</ErrorReport> |
89 | 82 | </PropertyGroup> |
90 | 83 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x64'"> |
91 | 84 | <DebugSymbols>true</DebugSymbols> |
92 | | - <OutputPath>bin\</OutputPath> |
93 | 85 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
94 | 86 | <DebugType>full</DebugType> |
95 | 87 | <PlatformTarget>x64</PlatformTarget> |
96 | 88 | <ErrorReport>prompt</ErrorReport> |
97 | 89 | </PropertyGroup> |
98 | 90 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x86'"> |
99 | | - <OutputPath>bin\</OutputPath> |
100 | 91 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
101 | 92 | <Optimize>true</Optimize> |
102 | 93 | <DebugType>pdbonly</DebugType> |
103 | 94 | <PlatformTarget>x86</PlatformTarget> |
104 | 95 | <ErrorReport>prompt</ErrorReport> |
105 | 96 | </PropertyGroup> |
106 | 97 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x64'"> |
107 | | - <OutputPath>bin\</OutputPath> |
108 | 98 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
109 | 99 | <Optimize>true</Optimize> |
110 | 100 | <DebugType>pdbonly</DebugType> |
|
113 | 103 | </PropertyGroup> |
114 | 104 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x86'"> |
115 | 105 | <DebugSymbols>true</DebugSymbols> |
116 | | - <OutputPath>bin\</OutputPath> |
117 | 106 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
118 | 107 | <DebugType>full</DebugType> |
119 | 108 | <PlatformTarget>x86</PlatformTarget> |
120 | 109 | <ErrorReport>prompt</ErrorReport> |
121 | 110 | </PropertyGroup> |
122 | 111 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x64'"> |
123 | 112 | <DebugSymbols>true</DebugSymbols> |
124 | | - <OutputPath>bin\</OutputPath> |
125 | 113 | <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
126 | 114 | <DebugType>full</DebugType> |
127 | 115 | <PlatformTarget>x64</PlatformTarget> |
128 | 116 | <ErrorReport>prompt</ErrorReport> |
129 | 117 | </PropertyGroup> |
130 | 118 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x86'"> |
131 | | - <OutputPath>bin\</OutputPath> |
132 | 119 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
133 | 120 | <Optimize>true</Optimize> |
134 | 121 | <DebugType>pdbonly</DebugType> |
135 | 122 | <PlatformTarget>x86</PlatformTarget> |
136 | 123 | <ErrorReport>prompt</ErrorReport> |
137 | 124 | </PropertyGroup> |
138 | 125 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x64'"> |
139 | | - <OutputPath>bin\</OutputPath> |
140 | 126 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
141 | 127 | <Optimize>true</Optimize> |
142 | 128 | <DebugType>pdbonly</DebugType> |
|
0 commit comments