|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup Label="Globals"> |
| 4 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 5 | + <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> |
| 6 | + <UseInternalMSUniCrtPackage>true</UseInternalMSUniCrtPackage> |
| 7 | + <ProjectGuid>{5ebd6a18-5fb6-4dcc-bc17-40d39dc0ffcb}</ProjectGuid> |
| 8 | + <TargetName>NuGetTestApplication</TargetName> |
| 9 | + <UndockedType>exe</UndockedType> |
| 10 | + <UndockedDir>$(SolutionDir)..\..\..\msbuild\</UndockedDir> |
| 11 | + <UndockedOut>$(SolutionDir)</UndockedOut> |
| 12 | + </PropertyGroup> |
| 13 | + <Import Project="$(UndockedDir)symcrypt.undocked.props" /> |
3 | 14 | <ItemGroup Label="ProjectConfigurations"> |
4 | 15 | <ProjectConfiguration Include="Debug|x64"> |
5 | 16 | <Configuration>Debug</Configuration> |
|
18 | 29 | <Platform>ARM64</Platform> |
19 | 30 | </ProjectConfiguration> |
20 | 31 | </ItemGroup> |
21 | | - <PropertyGroup Label="Globals"> |
22 | | - <VCProjectVersion>17.0</VCProjectVersion> |
23 | | - <Keyword>Win32Proj</Keyword> |
24 | | - <ProjectGuid>{5ebd6a18-5fb6-4dcc-bc17-40d39dc0ffcb}</ProjectGuid> |
25 | | - <RootNamespace>NuGetTestApplication</RootNamespace> |
26 | | - <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
27 | | - </PropertyGroup> |
28 | | - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | | - <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
30 | | - <ConfigurationType>Application</ConfigurationType> |
31 | | - <UseDebugLibraries>true</UseDebugLibraries> |
32 | | - <PlatformToolset>v143</PlatformToolset> |
33 | | - <CharacterSet>Unicode</CharacterSet> |
34 | | - </PropertyGroup> |
35 | | - <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
36 | | - <ConfigurationType>Application</ConfigurationType> |
37 | | - <UseDebugLibraries>false</UseDebugLibraries> |
38 | | - <PlatformToolset>v143</PlatformToolset> |
39 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
40 | | - <CharacterSet>Unicode</CharacterSet> |
41 | | - </PropertyGroup> |
42 | | - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
43 | | - <ImportGroup Label="ExtensionSettings"> |
44 | | - </ImportGroup> |
45 | | - <ImportGroup Label="Shared"> |
46 | | - </ImportGroup> |
47 | | - <PropertyGroup Label="UserMacros" /> |
48 | 32 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
49 | 33 | <ClCompile> |
50 | 34 | <WarningLevel>Level3</WarningLevel> |
|
77 | 61 | <ItemGroup> |
78 | 62 | <None Include="packages.config" /> |
79 | 63 | </ItemGroup> |
80 | | - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
81 | 64 | <ImportGroup Label="ExtensionTargets"> |
82 | 65 | <Import Project="packages\Microsoft.SymCrypt.$(NuGet_Version)\build\native\Microsoft.SymCrypt.targets" /> |
83 | 66 | </ImportGroup> |
|
0 commit comments