diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-22 16:36:39 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-22 16:50:15 -0700 |
| commit | 6a24996a2e831cfe402398af65b31fb1ecd575a9 (patch) | |
| tree | e377370df4bc7901745c6b5f50268fa665edb3f8 /src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | |
| parent | 2587a8b46b705d53156f5cd1bd866f855049081d (diff) | |
| download | wix-6a24996a2e831cfe402398af65b31fb1ecd575a9.tar.gz wix-6a24996a2e831cfe402398af65b31fb1ecd575a9.tar.bz2 wix-6a24996a2e831cfe402398af65b31fb1ecd575a9.zip | |
Move WixBuildTools into internal
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj')
| -rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj new file mode 100644 index 00000000..aefdb4fb --- /dev/null +++ b/src/internal/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj | |||
| @@ -0,0 +1,85 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 3 | |||
| 4 | |||
| 5 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 6 | <Import Project="build\WixBuildTools.TestSupport.Native.props" /> | ||
| 7 | <Import Project="..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props" Condition="Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" /> | ||
| 8 | <Import Project="..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props" Condition="Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" /> | ||
| 9 | <Import Project="..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props" Condition="Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" /> | ||
| 10 | <ItemGroup Label="ProjectConfigurations"> | ||
| 11 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 12 | <Configuration>Debug</Configuration> | ||
| 13 | <Platform>Win32</Platform> | ||
| 14 | </ProjectConfiguration> | ||
| 15 | <ProjectConfiguration Include="Release|Win32"> | ||
| 16 | <Configuration>Release</Configuration> | ||
| 17 | <Platform>Win32</Platform> | ||
| 18 | </ProjectConfiguration> | ||
| 19 | </ItemGroup> | ||
| 20 | <PropertyGroup Label="Globals"> | ||
| 21 | <ProjectTypes>{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}</ProjectTypes> | ||
| 22 | <ProjectGuid>{95BABD97-FBDB-453A-AF8A-FA031A07B599}</ProjectGuid> | ||
| 23 | <RootNamespace>WixBuildTools::TestSupport</RootNamespace> | ||
| 24 | <Keyword>ManagedCProj</Keyword> | ||
| 25 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 26 | <CharacterSet>Unicode</CharacterSet> | ||
| 27 | <CLRSupport>true</CLRSupport> | ||
| 28 | <Description>WixBuildTools C++/CLI Test Support</Description> | ||
| 29 | </PropertyGroup> | ||
| 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 31 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 32 | <ImportGroup Label="Shared"> | ||
| 33 | <Import Project="..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets" Condition="Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" /> | ||
| 34 | <Import Project="..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets" Condition="Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" /> | ||
| 35 | <Import Project="..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets" Condition="Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" /> | ||
| 36 | <Import Project="..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" /> | ||
| 37 | </ImportGroup> | ||
| 38 | <PropertyGroup> | ||
| 39 | <ProjectAdditionalIncludeDirectories> | ||
| 40 | </ProjectAdditionalIncludeDirectories> | ||
| 41 | <ProjectAdditionalLinkLibraries> | ||
| 42 | </ProjectAdditionalLinkLibraries> | ||
| 43 | </PropertyGroup> | ||
| 44 | <ItemGroup> | ||
| 45 | <ClCompile Include="AssemblyInfo.cpp" /> | ||
| 46 | <ClCompile Include="precomp.cpp"> | ||
| 47 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
| 48 | <!-- Warnings from NativeAssert.h from referencing netstandard dlls --> | ||
| 49 | <DisableSpecificWarnings>4564;4691</DisableSpecificWarnings> | ||
| 50 | </ClCompile> | ||
| 51 | </ItemGroup> | ||
| 52 | <ItemGroup> | ||
| 53 | <ClInclude Include="precomp.h" /> | ||
| 54 | <ClInclude Include="NativeAssert.h" /> | ||
| 55 | </ItemGroup> | ||
| 56 | <ItemGroup> | ||
| 57 | <None Include="packages.config" /> | ||
| 58 | </ItemGroup> | ||
| 59 | <ItemGroup> | ||
| 60 | <Reference Include="System" /> | ||
| 61 | <Reference Include="System.Core" /> | ||
| 62 | </ItemGroup> | ||
| 63 | <ItemGroup> | ||
| 64 | <ProjectReference Include="..\WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj"> | ||
| 65 | <Project>{6C57EF2C-979A-4106-A9E5-FE342810619A}</Project> | ||
| 66 | </ProjectReference> | ||
| 67 | </ItemGroup> | ||
| 68 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 69 | <Import Project="build\WixBuildTools.TestSupport.Native.targets" /> | ||
| 70 | <Target Name="PackNativeNuget" DependsOnTargets="Build"> | ||
| 71 | <Exec Command='nuget pack $(MSBuildThisFileName).nuspec -OutputDirectory "$(OutputPath).." -Properties Id=$(MSBuildThisFileName);Version="$(BuildVersionSimple)";Authors="$(Authors)";Copyright="$(Copyright)";Description="$(Description)";Title="$(Title);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);OutputPath=$(OutputPath)' /> | ||
| 72 | </Target> | ||
| 73 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
| 74 | <PropertyGroup> | ||
| 75 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
| 76 | </PropertyGroup> | ||
| 77 | <Error Condition="!Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.props'))" /> | ||
| 78 | <Error Condition="!Exists('..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Build.Tasks.Git.1.0.0\build\Microsoft.Build.Tasks.Git.targets'))" /> | ||
| 79 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.props'))" /> | ||
| 80 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.Common.1.0.0\build\Microsoft.SourceLink.Common.targets'))" /> | ||
| 81 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.props'))" /> | ||
| 82 | <Error Condition="!Exists('..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.SourceLink.GitHub.1.0.0\build\Microsoft.SourceLink.GitHub.targets'))" /> | ||
| 83 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets'))" /> | ||
| 84 | </Target> | ||
| 85 | </Project> \ No newline at end of file | ||
