diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 13:25:26 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-23 13:25:26 +0000 |
commit | 0fd468d8b619965db3264e71d5b493e572c33305 (patch) | |
tree | f44d1ef00aa15f2d1b39ff83a4887c63252b38ef /plugins/HistorySweeperLight/historysweeperlight_10.vcxproj | |
parent | a3a666e6df4692260b56d28e80c840894428feca (diff) |
HistorySweeperLight:
plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@550 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistorySweeperLight/historysweeperlight_10.vcxproj')
-rw-r--r-- | plugins/HistorySweeperLight/historysweeperlight_10.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj index b6b1ab01e2..5d16028b05 100644 --- a/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj +++ b/plugins/HistorySweeperLight/historysweeperlight_10.vcxproj @@ -170,9 +170,9 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="historysweeperlight.c" />
- <ClCompile Include="main.c" />
- <ClCompile Include="options.c" />
+ <ClCompile Include="historysweeperlight.cpp" />
+ <ClCompile Include="main.cpp" />
+ <ClCompile Include="options.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="historysweeperlight.h" />
|