diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-05-03 15:55:48 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-05-03 15:55:48 -0700 |
| commit | ba7bab476501c16e437b0aee71c1be02c3dda176 (patch) | |
| tree | 814fba485c29a7dfe1adb396169e27ed641ef9a3 /src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj | |
| parent | 14987a72cc1a3493ca8f80693d273352fc314bd9 (diff) | |
| download | wix-ba7bab476501c16e437b0aee71c1be02c3dda176.tar.gz wix-ba7bab476501c16e437b0aee71c1be02c3dda176.tar.bz2 wix-ba7bab476501c16e437b0aee71c1be02c3dda176.zip | |
Move Bal.wixext into ext
Diffstat (limited to 'src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj')
| -rw-r--r-- | src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj new file mode 100644 index 00000000..99eb917e --- /dev/null +++ b/src/ext/Bal/test/examples/TestEngine/Example.TestEngine.vcxproj | |||
| @@ -0,0 +1,83 @@ | |||
| 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 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 4 | <Import Project="..\..\..\..\packages\WixToolset.BalUtil.4.0.58\build\WixToolset.BalUtil.props" Condition="Exists('..\..\..\..\packages\WixToolset.BalUtil.4.0.58\build\WixToolset.BalUtil.props')" /> | ||
| 5 | <Import Project="..\..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props')" /> | ||
| 6 | <Import Project="..\..\..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props" Condition="Exists('..\..\..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props')" /> | ||
| 7 | <ItemGroup Label="ProjectConfigurations"> | ||
| 8 | <ProjectConfiguration Include="Debug|ARM64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>ARM64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Release|ARM64"> | ||
| 13 | <Configuration>Release</Configuration> | ||
| 14 | <Platform>ARM64</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 17 | <Configuration>Debug</Configuration> | ||
| 18 | <Platform>Win32</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | <ProjectConfiguration Include="Release|Win32"> | ||
| 21 | <Configuration>Release</Configuration> | ||
| 22 | <Platform>Win32</Platform> | ||
| 23 | </ProjectConfiguration> | ||
| 24 | <ProjectConfiguration Include="Debug|x64"> | ||
| 25 | <Configuration>Debug</Configuration> | ||
| 26 | <Platform>x64</Platform> | ||
| 27 | </ProjectConfiguration> | ||
| 28 | <ProjectConfiguration Include="Release|x64"> | ||
| 29 | <Configuration>Release</Configuration> | ||
| 30 | <Platform>x64</Platform> | ||
| 31 | </ProjectConfiguration> | ||
| 32 | </ItemGroup> | ||
| 33 | <PropertyGroup Label="Globals"> | ||
| 34 | <ProjectGuid>{3D44B67D-A475-49BA-8310-E39F6C117CC9}</ProjectGuid> | ||
| 35 | <ConfigurationType>Application</ConfigurationType> | ||
| 36 | <ProjectSubSystem>Console</ProjectSubSystem> | ||
| 37 | <TargetName>Example.TestEngine</TargetName> | ||
| 38 | <PlatformToolset>v142</PlatformToolset> | ||
| 39 | <CharacterSet>Unicode</CharacterSet> | ||
| 40 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 41 | </PropertyGroup> | ||
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 44 | <ImportGroup Label="ExtensionSettings"> | ||
| 45 | </ImportGroup> | ||
| 46 | <ImportGroup Label="Shared"> | ||
| 47 | <Import Project="..\..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\..\..\packages\Nerdbank.GitVersioning.3.3.37\build\Nerdbank.GitVersioning.targets')" /> | ||
| 48 | </ImportGroup> | ||
| 49 | <PropertyGroup> | ||
| 50 | <ProjectAdditionalLinkLibraries> | ||
| 51 | </ProjectAdditionalLinkLibraries> | ||
| 52 | </PropertyGroup> | ||
| 53 | <ItemGroup> | ||
| 54 | <ClCompile Include="precomp.cpp"> | ||
| 55 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
| 56 | </ClCompile> | ||
| 57 | <ClCompile Include="ReloadEngine.cpp" /> | ||
| 58 | <ClCompile Include="ShutdownEngine.cpp" /> | ||
| 59 | <ClCompile Include="ExampleTestEngine.cpp" /> | ||
| 60 | <ClCompile Include="TestEngine.cpp" /> | ||
| 61 | <ClCompile Include="WaitForQuitEngine.cpp" /> | ||
| 62 | </ItemGroup> | ||
| 63 | <ItemGroup> | ||
| 64 | <ClInclude Include="precomp.h" /> | ||
| 65 | <ClInclude Include="ReloadEngine.h" /> | ||
| 66 | <ClInclude Include="ShutdownEngine.h" /> | ||
| 67 | <ClInclude Include="TestEngine.h" /> | ||
| 68 | <ClInclude Include="WaitForQuitEngine.h" /> | ||
| 69 | </ItemGroup> | ||
| 70 | <ItemGroup> | ||
| 71 | <None Include="packages.config" /> | ||
| 72 | </ItemGroup> | ||
| 73 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 74 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
| 75 | <PropertyGroup> | ||
| 76 | <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> | ||
| 77 | </PropertyGroup> | ||
| 78 | <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'))" /> | ||
| 79 | <Error Condition="!Exists('..\..\..\..\packages\WixToolset.BalUtil.4.0.58\build\WixToolset.BalUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\WixToolset.BalUtil.4.0.58\build\WixToolset.BalUtil.props'))" /> | ||
| 80 | <Error Condition="!Exists('..\..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\WixToolset.BootstrapperCore.Native.4.0.141\build\WixToolset.BootstrapperCore.Native.props'))" /> | ||
| 81 | <Error Condition="!Exists('..\..\..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\WixToolset.DUtil.4.0.72\build\WixToolset.DUtil.props'))" /> | ||
| 82 | </Target> | ||
| 83 | </Project> \ No newline at end of file | ||
