Skip to content

Commit

Permalink
3.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Oct 26, 2015
1 parent 8a6aee2 commit c11f22e
Show file tree
Hide file tree
Showing 20 changed files with 230 additions and 114 deletions.
58 changes: 29 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
$RECYCLE.BIN/
Debug/
Release/
x64/
Temp/
bin/

Thumbs.db
ehthumbs.db
Desktop.ini

*.cab
*.msi
*.msm
*.msp
*.lnk

*.jpg
*.zip
*.log
*.pdb
*.exp
*.sdf
*.opensdf
*.suo
*.exp
*.user
*.iobj
*.ipdb
$RECYCLE.BIN/
Debug/
Release/
x64/
Temp/
bin/

Thumbs.db
ehthumbs.db
Desktop.ini

*.cab
*.msi
*.msm
*.msp
*.lnk

*.jpg
*.zip
*.log
*.pdb
*.exp
*.sdf
*.opensdf
*.suo
*.exp
*.user
*.iobj
*.ipdb
*.ilk
Binary file modified CHANGELOG.md
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ To activate portable mode, create "memreduct.ini" in application folder, or move
Website: www.henrypp.org<br />
Support: [email protected]<br />
<br />
© 2011-2015 Henry++
(c) 2011-2015 Henry++
10 changes: 10 additions & 0 deletions memreduct.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
<ExceptionHandling>Sync</ExceptionHandling>
<ControlFlowGuard>false</ControlFlowGuard>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PreprocessorDefinitions>_UNICODE;UNICODE;APPLICATION_NEED_PRIVILEGES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand All @@ -139,6 +141,8 @@
<ExceptionHandling>Sync</ExceptionHandling>
<ControlFlowGuard>false</ControlFlowGuard>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PreprocessorDefinitions>_UNICODE;UNICODE;APPLICATION_NEED_PRIVILEGES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
Expand All @@ -164,6 +168,8 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ExceptionHandling>Sync</ExceptionHandling>
<MinimalRebuild>true</MinimalRebuild>
<DebugInformationFormat>None</DebugInformationFormat>
<PreprocessorDefinitions>_UNICODE;UNICODE;APPLICATION_NEED_PRIVILEGES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>No</GenerateDebugInformation>
Expand All @@ -188,6 +194,8 @@
<ExceptionHandling>Sync</ExceptionHandling>
<OmitFramePointers>false</OmitFramePointers>
<MinimalRebuild>true</MinimalRebuild>
<DebugInformationFormat>None</DebugInformationFormat>
<PreprocessorDefinitions>_UNICODE;UNICODE;APPLICATION_NEED_PRIVILEGES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>No</GenerateDebugInformation>
Expand All @@ -201,10 +209,12 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\routine\application.cpp" />
<ClCompile Include="..\routine\routine.cpp" />
<ClCompile Include="src\main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\routine\application.h" />
<ClInclude Include="..\routine\routine.h" />
<ClInclude Include="src\main.h" />
<ClInclude Include="src\resource.h" />
Expand Down
6 changes: 6 additions & 0 deletions memreduct.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<ClCompile Include="src\main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\routine\application.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\routine\routine.h">
Expand All @@ -32,6 +35,9 @@
<ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\routine\application.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\resource.rc">
Expand Down
Binary file removed src/i18n/french.rc
Binary file not shown.
Binary file removed src/i18n/german.rc
Binary file not shown.
Binary file removed src/i18n/greek.rc
Binary file not shown.
Binary file removed src/i18n/korean.rc
Binary file not shown.
Binary file removed src/i18n/polish.rc
Binary file not shown.
Binary file removed src/i18n/portuguese.rc
Binary file not shown.
Binary file removed src/i18n/russian.rc
Binary file not shown.
Binary file removed src/i18n/slovak.rc
Binary file not shown.
Binary file removed src/i18n/spanish (argentina).rc
Binary file not shown.
Binary file removed src/i18n/spanish.rc
Binary file not shown.
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
19 changes: 5 additions & 14 deletions src/res/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows Vista -->
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />

<!-- Windows 7 -->
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />

<!-- Windows 8 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />

<!-- Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />

<!-- Windows 10 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" /> <!-- vista -->
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" /> <!-- win7 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" /> <!-- win8 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" /> <!-- win8.1 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> <!-- win10 -->
</application>
</compatibility>

Expand Down
Loading

0 comments on commit c11f22e

Please sign in to comment.