Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 0e11b81

Browse files
author
eheidt
committed
changes for VS2013 and git!
1 parent 98468e4 commit 0e11b81

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

fs-inspect.vcxproj

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@
3131
<ConfigurationType>Application</ConfigurationType>
3232
<UseOfMfc>Dynamic</UseOfMfc>
3333
<CharacterSet>Unicode</CharacterSet>
34-
<PlatformToolset>v110_xp</PlatformToolset>
34+
<PlatformToolset>v120_xp</PlatformToolset>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3737
<ConfigurationType>Application</ConfigurationType>
3838
<UseOfMfc>Dynamic</UseOfMfc>
3939
<UseOfAtl>false</UseOfAtl>
4040
<CharacterSet>Unicode</CharacterSet>
41-
<PlatformToolset>v110</PlatformToolset>
41+
<PlatformToolset>v120_xp</PlatformToolset>
4242
</PropertyGroup>
4343
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4444
<UseOfMfc>Dynamic</UseOfMfc>
4545
<CharacterSet>Unicode</CharacterSet>
46-
<PlatformToolset>v110</PlatformToolset>
46+
<PlatformToolset>v120_xp</PlatformToolset>
4747
</PropertyGroup>
4848
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
4949
<UseOfMfc>Dynamic</UseOfMfc>
5050
<CharacterSet>Unicode</CharacterSet>
51-
<PlatformToolset>v110</PlatformToolset>
51+
<PlatformToolset>v120_xp</PlatformToolset>
5252
</PropertyGroup>
5353
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5454
<ImportGroup Label="ExtensionSettings">
@@ -225,14 +225,9 @@ cmd.exe /c echo #define VERBUILDMODE "x64 Release" &gt;&gt; $(ProjectDir)\src\ve
225225
<ResourceCompile Include="src\fs-inspect.rc" />
226226
</ItemGroup>
227227
<ItemGroup>
228-
<None Include="res\appicon.bmp" />
229-
<None Include="res\file.bmp" />
230-
<None Include="res\fs.ico" />
231228
<None Include="res\license.htm">
232229
<DeploymentContent>true</DeploymentContent>
233230
</None>
234-
<None Include="res\toolbar1.bmp" />
235-
<None Include="res\twinfind.bmp" />
236231
</ItemGroup>
237232
<ItemGroup>
238233
<ClInclude Include="src\resource.h" />
@@ -262,4 +257,4 @@ cmd.exe /c echo #define VERBUILDMODE "x64 Release" &gt;&gt; $(ProjectDir)\src\ve
262257
<UserProperties RESOURCE_FILE="src\fs-inspect.rc" />
263258
</VisualStudio>
264259
</ProjectExtensions>
265-
</Project>
260+
</Project>

src/App.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include <map>
1919

2020
static const char* CURRENT_VERSION = "1.7";
21-
static const char* PROJECT_URL = "http://fs-inspect.googlecode.com";
22-
static const char* UPDATECHECK_URL = "http://fs-inspect.googlecode.com/files/UpdateCheck17.txt";
21+
static const char* PROJECT_URL = "https://github.com/eh2k/fs-inspect";
22+
static const char* UPDATECHECK_URL = "https://raw.githubusercontent.com/eh2k/fs-inspect/master/UpdateInfo.txt";
2323

2424
struct ScopedNamedMutex
2525
{

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define VERSION_TIMESTAMP "20140515.112711"
1+
#define VERSION_TIMESTAMP "20150423.204322"

0 commit comments

Comments
 (0)