diff --git a/.gitignore b/.gitignore index a5c19de..41c0c8a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ obj *.user /src/packages/NUnit.2.6.4 /src/packages/ILMerge.MSBuild.Tasks.1.0.0.3 +/winsw_key.snk diff --git a/src/Core/ServiceWrapper/packages.config b/src/Core/ServiceWrapper/packages.config index 7a2c004..682cb90 100644 --- a/src/Core/ServiceWrapper/packages.config +++ b/src/Core/ServiceWrapper/packages.config @@ -1,4 +1,6 @@  + + \ No newline at end of file diff --git a/src/Core/ServiceWrapper/winsw.csproj b/src/Core/ServiceWrapper/winsw.csproj index 436747c..c13d484 100644 --- a/src/Core/ServiceWrapper/winsw.csproj +++ b/src/Core/ServiceWrapper/winsw.csproj @@ -16,7 +16,7 @@ false true - ..\..\..\winsw_cert.pfx + $(SolutionDir)..\winsw_key.snk @@ -91,7 +91,10 @@ - + + Designer + + @@ -124,10 +127,6 @@ --> - - - - @@ -135,8 +134,8 @@ - - + + @@ -146,8 +145,35 @@ $(ProjectDir)$(OutDir)winsw.exe + $(AssemblyOriginatorKeyFile) + + + $(OutputPath)sn-path.txt + + + + + + + + + + + + $([System.Text.RegularExpressions.Regex]::Replace('$(SNPath)', ';.*', '')) + + + + + + $(SolutionDir)packages\ilmerge.2.14.1208\tools + $(OutputPath)winsw_cert.pub + + + - + + \ No newline at end of file diff --git a/src/winsw.sln b/src/winsw.sln index 6f2dd5d..95098b0 100644 --- a/src/winsw.sln +++ b/src/winsw.sln @@ -22,6 +22,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{5297623A-1 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinSWCore", "Core\WinSWCore\WinSWCore.csproj", "{9D0C63E2-B6FF-4A85-BD36-B3E5D7F27D06}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{D8806424-4640-440C-952D-37790B603C27}" + ProjectSection(SolutionItems) = preProject + Build.proj = Build.proj + .build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll + .build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU