diff options
Diffstat (limited to 'src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj')
-rw-r--r-- | src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj index 1cfc8c11..2bd7ca80 100644 --- a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj +++ b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | |||
@@ -19,6 +19,7 @@ | |||
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | 20 | ||
21 | <PropertyGroup> | 21 | <PropertyGroup> |
22 | <NuspecBasePath>$(OutputPath)</NuspecBasePath> | ||
22 | <NativeFileListPath Condition=" '$(NCrunch)'=='' ">$(MSBuildProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt</NativeFileListPath> | 23 | <NativeFileListPath Condition=" '$(NCrunch)'=='' ">$(MSBuildProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt</NativeFileListPath> |
23 | <NativeFileListPath Condition=" '$(NCrunch)'=='1' ">$(NCrunchOriginalProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt</NativeFileListPath> | 24 | <NativeFileListPath Condition=" '$(NCrunch)'=='1' ">$(NCrunchOriginalProjectDir)..\..\build\obj\$(ProjectName)\$(Configuration)\NativeFileList.txt</NativeFileListPath> |
24 | </PropertyGroup> | 25 | </PropertyGroup> |
@@ -27,7 +28,7 @@ | |||
27 | <MSBuild Projects="..\mbanative\mbanative.vcxproj" Properties="Platform=Win32" Targets="Build;BuiltProjectOutputGroup;ContentFilesProjectOutputGroup;DebugSymbolsProjectOutputGroup"> | 28 | <MSBuild Projects="..\mbanative\mbanative.vcxproj" Properties="Platform=Win32" Targets="Build;BuiltProjectOutputGroup;ContentFilesProjectOutputGroup;DebugSymbolsProjectOutputGroup"> |
28 | <Output TaskParameter="TargetOutputs" ItemName="_NativeProjectOutput" /> | 29 | <Output TaskParameter="TargetOutputs" ItemName="_NativeProjectOutput" /> |
29 | </MSBuild> | 30 | </MSBuild> |
30 | 31 | ||
31 | <WriteLinesToFile File="$(NativeFileListPath)" Lines="@(_NativeProjectOutput)" Overwrite="true" /> | 32 | <WriteLinesToFile File="$(NativeFileListPath)" Lines="@(_NativeProjectOutput)" Overwrite="true" /> |
32 | 33 | ||
33 | <ItemGroup> | 34 | <ItemGroup> |
@@ -55,11 +56,4 @@ | |||
55 | <FileWrites Include="@(_NCrunchNativeCopied)" /> | 56 | <FileWrites Include="@(_NCrunchNativeCopied)" /> |
56 | </ItemGroup> | 57 | </ItemGroup> |
57 | </Target> | 58 | </Target> |
58 | 59 | </Project> | |
59 | <Target Name="SetNuspecProperties" AfterTargets="GetBuildVersion"> | ||
60 | <PropertyGroup> | ||
61 | <NuspecBasePath>$(OutputPath)</NuspecBasePath> | ||
62 | <NuspecProperties>Id=$(MSBuildThisFileName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl)</NuspecProperties> | ||
63 | </PropertyGroup> | ||
64 | </Target> | ||
65 | </Project> \ No newline at end of file | ||