Update .gitignore file.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
*.user
|
*.user
|
||||||
*.userosscache
|
*.userosscache
|
||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
|
[Rr]evision.h
|
||||||
|
|
||||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
*.userprefs
|
*.userprefs
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
#define BUILD_DATE "14.03.2022"
|
|
||||||
#define BUILD_TIME "17:58:14"
|
|
||||||
#define GIT_DATE "13.03.2022"
|
|
||||||
#define GIT_TIME "11:45:21"
|
|
||||||
#define GIT_DATETIME "Build time: Sun, 13-Mar-2022 11:45:21"
|
|
||||||
#define GIT_BRANCH "dev"
|
|
||||||
#define GIT_COUNT 61
|
|
||||||
#define V_SECS 64694
|
|
||||||
#define INTERNAL_NAME "wCenterWindowC++"
|
|
||||||
#define ORIG_FILE_NAME "wCenterWindow.exe"
|
|
||||||
#define PRODUCT_NAME_FULL "wCenterWindow v2.3.3 (C++)"
|
|
||||||
#define PRODUCT_COPYRIGHT "Copyright (C) 2020-2022 by W0LF aka 'dreamforce'"
|
|
||||||
#define VERSION_NUM 2,3,3
|
|
||||||
#define VERSION_STR "2.3.3"
|
|
||||||
#define VERSION_NUM_FULL 2,3,3,61
|
|
||||||
#define VERSION_STR_FULL "2.3.3.61"
|
|
||||||
@@ -180,7 +180,6 @@
|
|||||||
<ClInclude Include="framework.h" />
|
<ClInclude Include="framework.h" />
|
||||||
<ClInclude Include="Logger.h" />
|
<ClInclude Include="Logger.h" />
|
||||||
<ClInclude Include="Resource.h" />
|
<ClInclude Include="Resource.h" />
|
||||||
<ClInclude Include="revision.h" />
|
|
||||||
<ClInclude Include="targetver.h" />
|
<ClInclude Include="targetver.h" />
|
||||||
<ClInclude Include="Version.h" />
|
<ClInclude Include="Version.h" />
|
||||||
<ClInclude Include="wCenterWindow.h" />
|
<ClInclude Include="wCenterWindow.h" />
|
||||||
|
|||||||
@@ -33,9 +33,6 @@
|
|||||||
<ClInclude Include="Version.h">
|
<ClInclude Include="Version.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="revision.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="wCenterWindow.cpp">
|
<ClCompile Include="wCenterWindow.cpp">
|
||||||
|
|||||||
Reference in New Issue
Block a user