diff --git a/.gitignore b/.gitignore index 31dca38..b7cb0e2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ obj /UpgradeLog.htm /winsw.csproj.DotSettings.user /winsw.csproj.user +/winsw_cert.pfx diff --git a/Tests/winswTests/winswTests.csproj b/Tests/winswTests/winswTests.csproj index 07632c7..9e37360 100644 --- a/Tests/winswTests/winswTests.csproj +++ b/Tests/winswTests/winswTests.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,11 @@ winswTests v2.0 512 + + + + + 3.5 true diff --git a/pom.xml b/pom.xml index 2f3c6f0..d0d685c 100755 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ - + diff --git a/winsw.csproj b/winsw.csproj index 226be13..343c31c 100644 --- a/winsw.csproj +++ b/winsw.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -15,9 +15,28 @@ false - false - - + true + winsw_cert.pfx + + + + + 3.5 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -65,8 +84,27 @@ - - + + Designer + + + Designer + + + + + + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + - "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\mt.exe" -manifest "$(ProjectDir)manifest.xml" -outputresource:"$(TargetDir)$(TargetFileName)";#1 - -"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\signtool.exe" sign /f c:\winsw-do-not-add-to-scm.pfx /p winsw /t http://timestamp.comodoca.com/authenticode $(TargetFileName) + + \ No newline at end of file diff --git a/winsw.sln b/winsw.sln index 9672aad..efd71d1 100644 --- a/winsw.sln +++ b/winsw.sln @@ -1,6 +1,8 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "winsw", "winsw.csproj", "{0DE77F55-ADE5-43C1-999A-0BC81153B039}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "winswTests", "Tests\winswTests\winswTests.csproj", "{93843402-842B-44B4-B303-AEE829BE0B43}"