Update to VS2013.

This commit is contained in:
XhmikosR 2014-03-23 10:48:21 +02:00
parent cd0d2ae05d
commit 72d89713cd
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
@ECHO OFF
SETLOCAL
SET "VERSION=3.3.8"
SET "VERSION=3.3.14"
SET "SEVENZIP_PATH=%PROGRAMFILES%\7-Zip\7z.exe"
CD /D %~dp0
@ -13,8 +13,8 @@ IF /I "%~1" == "-help" GOTO SHOWHELP
IF /I "%~1" == "--help" GOTO SHOWHELP
IF /I "%~1" == "/?" GOTO SHOWHELP
IF NOT DEFINED VS110COMNTOOLS (
ECHO Visual Studio 2012 wasn't found
IF NOT DEFINED VS120COMNTOOLS (
ECHO Visual Studio 2013 wasn't found
GOTO EndWithError
)
@ -42,7 +42,7 @@ IF "%~1" == "" (
:START
PUSHD "src"
CALL "%VS110COMNTOOLS%vsvars32.bat" x86
CALL "%VS120COMNTOOLS%vsvars32.bat" x86
TITLE %BUILDTYPE%ing SubtitleEdit - Release^|Any CPU...
"MSBuild.exe" SubtitleEdit.sln /t:%BUILDTYPE% /p:Configuration=Release /p:Platform="Any CPU"^

View File

@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio 2013
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SubtitleEdit", "SubtitleEdit.csproj", "{511A5B59-1C35-4719-8536-23B19AF9B21A}"
ProjectSection(ProjectDependencies) = postProject
{DBD4656C-5F40-4067-A70B-C4460DE20F77} = {DBD4656C-5F40-4067-A70B-C4460DE20F77}