|
19 | 19 | <DebugSymbols>true</DebugSymbols> |
20 | 20 | <DebugType>full</DebugType> |
21 | 21 | <Optimize>false</Optimize> |
22 | | - <OutputPath>bin\RhinoPythonShell\</OutputPath> |
| 22 | + <OutputPath>bin\</OutputPath> |
23 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 24 | <ErrorReport>prompt</ErrorReport> |
25 | 25 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
|
58 | 58 | <Reference Include="IronPython, Version=2.7.8.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
59 | 59 | <SpecificVersion>False</SpecificVersion> |
60 | 60 | <HintPath>..\..\..\..\..\Program Files\Rhino 6\Plug-ins\IronPython\IronPython.dll</HintPath> |
61 | | - <Private>False</Private> |
| 61 | + <Private>True</Private> |
62 | 62 | </Reference> |
63 | 63 | <Reference Include="IronPython.Modules, Version=2.7.8.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
64 | 64 | <SpecificVersion>False</SpecificVersion> |
65 | 65 | <HintPath>..\..\..\..\..\Program Files\Rhino 6\Plug-ins\IronPython\IronPython.Modules.dll</HintPath> |
66 | | - <Private>False</Private> |
| 66 | + <Private>True</Private> |
67 | 67 | </Reference> |
68 | 68 | <Reference Include="Microsoft.Dynamic, Version=1.2.0.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
69 | 69 | <SpecificVersion>False</SpecificVersion> |
70 | 70 | <HintPath>..\..\..\..\..\Program Files\Rhino 6\Plug-ins\IronPython\Microsoft.Dynamic.dll</HintPath> |
71 | | - <Private>False</Private> |
| 71 | + <Private>True</Private> |
72 | 72 | </Reference> |
73 | 73 | <Reference Include="Microsoft.Scripting, Version=1.2.0.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL"> |
74 | 74 | <SpecificVersion>False</SpecificVersion> |
75 | 75 | <HintPath>..\..\..\..\..\Program Files\Rhino 6\Plug-ins\IronPython\Microsoft.Scripting.dll</HintPath> |
76 | | - <Private>False</Private> |
| 76 | + <Private>True</Private> |
77 | 77 | </Reference> |
78 | 78 | <Reference Include="Microsoft.Scripting.Metadata"> |
79 | 79 | <HintPath>..\..\..\..\..\Program Files\Rhino 6\Plug-ins\IronPython\Microsoft.Scripting.Metadata.dll</HintPath> |
80 | | - <Private>False</Private> |
| 80 | + <Private>True</Private> |
81 | 81 | </Reference> |
82 | 82 | <Reference Include="PresentationCore" /> |
83 | 83 | <Reference Include="PresentationFramework" /> |
|
147 | 147 | <Content Include="IronPythonConsole.py"> |
148 | 148 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
149 | 149 | </Content> |
150 | | - <Resource Include="Resources\python.ico" /> |
151 | | - <Content Include="logo.ico"> |
| 150 | + <Content Include="logo.png"> |
152 | 151 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
153 | 152 | </Content> |
154 | | - <Content Include="logo.png"> |
| 153 | + <Content Include="logo.ico"> |
155 | 154 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
156 | 155 | </Content> |
| 156 | + <Resource Include="Resources\python.ico" /> |
157 | 157 | <Content Include="AlibrePython\Host\__init__.py"> |
158 | 158 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
159 | 159 | </Content> |
|
0 commit comments