|
51 | 51 | <LinkIncremental>false</LinkIncremental> |
52 | 52 | <IncludePath>E:\work\PythonScript\NppPlugin\include;$(PythonBase)\Include;$(IncludePath)</IncludePath> |
53 | 53 | <LibraryPath>$(BoostPythonLibPath);$(PythonLibPath);E:\work\PythonScript\NppPlugin\bin\release;$(LibraryPath)</LibraryPath> |
| 54 | + <OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir> |
54 | 55 | </PropertyGroup> |
55 | 56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
56 | 57 | <ClCompile> |
57 | 58 | <PrecompiledHeader>Use</PrecompiledHeader> |
58 | 59 | <WarningLevel>Level3</WarningLevel> |
59 | 60 | <Optimization>Disabled</Optimization> |
60 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PYTHONSCRIPT2010_EXPORTS;BOOST_DEBUG_PYTHON;BOOST_PYTHON_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 61 | + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;PYTHONSCRIPT2010_EXPORTS;BOOST_PYTHON_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
61 | 62 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
62 | 63 | </ClCompile> |
63 | 64 | <Link> |
64 | 65 | <SubSystem>Windows</SubSystem> |
65 | 66 | <GenerateDebugInformation>true</GenerateDebugInformation> |
66 | | - <AdditionalDependencies>python26_d.lib;NppPlugin.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 67 | + <AdditionalDependencies>python26.lib;NppPlugin.lib;shlwapi.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
67 | 68 | </Link> |
68 | 69 | <PostBuildEvent> |
69 | 70 | <Command>copy $(OutDir)$(TargetFileName) "C:\Program Files (x86)\Notepad++\plugins"</Command> |
|
72 | 73 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
73 | 74 | <ClCompile> |
74 | 75 | <WarningLevel>Level3</WarningLevel> |
75 | | - <PrecompiledHeader>Create</PrecompiledHeader> |
| 76 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
76 | 77 | <Optimization>MaxSpeed</Optimization> |
77 | 78 | <FunctionLevelLinking>true</FunctionLevelLinking> |
78 | 79 | <IntrinsicFunctions>true</IntrinsicFunctions> |
79 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHONSCRIPT2010_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 80 | + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHONSCRIPT2010_EXPORTS;BOOST_PYTHON_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 81 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
80 | 82 | </ClCompile> |
81 | 83 | <Link> |
82 | 84 | <SubSystem>Windows</SubSystem> |
|
87 | 89 | </Link> |
88 | 90 | </ItemDefinitionGroup> |
89 | 91 | <ItemGroup> |
| 92 | + <None Include="..\src\bitmap2.bmp" /> |
| 93 | + <None Include="..\src\FolderClosed.ico" /> |
| 94 | + <None Include="..\src\FolderOpen.ico" /> |
90 | 95 | <None Include="..\src\python-powered-w-140x56.bmp" /> |
91 | 96 | <None Include="..\src\python-powered-w-140x56.png"> |
92 | 97 | <DeploymentContent>false</DeploymentContent> |
93 | 98 | <FileType>BMP</FileType> |
94 | 99 | </None> |
| 100 | + <None Include="..\src\python.ico" /> |
| 101 | + <None Include="FolderClosed.ico" /> |
| 102 | + <None Include="FolderOpen.ico" /> |
95 | 103 | <None Include="python-powered-w-140x56.bmp" /> |
96 | 104 | <None Include="python-powered-w-140x56.png" /> |
| 105 | + <None Include="python.ico" /> |
97 | 106 | <None Include="ReadMe.txt" /> |
98 | 107 | </ItemGroup> |
99 | 108 | <ItemGroup> |
100 | | - <ClCompile Include="..\src\AboutDialog.cpp" /> |
| 109 | + <ClCompile Include="..\src\AboutDialog2.cpp" /> |
| 110 | + <ClCompile Include="..\src\ConfigFile.cpp" /> |
101 | 111 | <ClCompile Include="..\src\ConsoleDialog.cpp" /> |
102 | 112 | <ClCompile Include="..\src\EnumsWrapper.cpp" /> |
103 | 113 | <ClCompile Include="..\src\MenuManager.cpp" /> |
|
111 | 121 | <ClCompile Include="..\src\ScintillaPython.cpp" /> |
112 | 122 | <ClCompile Include="..\src\ScintillaWrapper.cpp" /> |
113 | 123 | <ClCompile Include="..\src\ScintillaWrapperGenerated.cpp" /> |
| 124 | + <ClCompile Include="..\src\ShortcutDlg.cpp" /> |
114 | 125 | <ClCompile Include="..\src\stdafx.cpp" /> |
115 | 126 | <ClCompile Include="..\src\WcharMbcsConverter.cpp" /> |
116 | 127 | </ItemGroup> |
117 | 128 | <ItemGroup> |
118 | 129 | <ClInclude Include="..\src\AboutDialog.h" /> |
| 130 | + <ClInclude Include="..\src\ConfigFile.h" /> |
119 | 131 | <ClInclude Include="..\src\ConsoleDialog.h" /> |
120 | 132 | <ClInclude Include="..\src\ConsoleInterface.h" /> |
121 | 133 | <ClInclude Include="..\src\Enums.h" /> |
|
132 | 144 | <ClInclude Include="..\src\ScintillaNotifications.h" /> |
133 | 145 | <ClInclude Include="..\src\ScintillaPython.h" /> |
134 | 146 | <ClInclude Include="..\src\ScintillaWrapper.h" /> |
| 147 | + <ClInclude Include="..\src\ShortcutDlg.h" /> |
135 | 148 | <ClInclude Include="..\src\stdafx.h" /> |
136 | 149 | <ClInclude Include="..\src\WcharMbcsConverter.h" /> |
137 | 150 | </ItemGroup> |
|
0 commit comments