|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
7 |
| - <ProjectGuid>{159A55AF-9531-4107-8444-CA9C96107EF5}</ProjectGuid> |
| 7 | + <ProjectGuid>{7EFF9E5C-5E74-469B-8DB7-C25C9AF0444E}</ProjectGuid> |
8 | 8 | <OutputType>AppContainerExe</OutputType>
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 |
| - <RootNamespace>Tests</RootNamespace> |
| 10 | + <RootNamespace>Tests.UWP</RootNamespace> |
11 | 11 | <AssemblyName>Tests.UWP</AssemblyName>
|
12 | 12 | <DefaultLanguage>en-US</DefaultLanguage>
|
13 | 13 | <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
|
16 | 16 | <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
17 | 17 | <FileAlignment>512</FileAlignment>
|
18 | 18 | <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
19 |
| - <RealmWrappersPlatform>$(Platform)</RealmWrappersPlatform> |
20 |
| - <RealmWrappersPlatform Condition="'$(Platform)' == 'x86'">Win32</RealmWrappersPlatform> |
21 | 19 | <WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
|
22 |
| - <RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
| 20 | + <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled> |
23 | 21 | </PropertyGroup>
|
24 | 22 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
25 | 23 | <DebugSymbols>true</DebugSymbols>
|
26 | 24 | <OutputPath>bin\x86\Debug\</OutputPath>
|
27 |
| - <DefineConstants>TRACE;DEBUG;$(DefineConstants)</DefineConstants> |
| 25 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
28 | 26 | <NoWarn>;2008</NoWarn>
|
29 | 27 | <DebugType>full</DebugType>
|
30 | 28 | <PlatformTarget>x86</PlatformTarget>
|
|
34 | 32 | </PropertyGroup>
|
35 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
36 | 34 | <OutputPath>bin\x86\Release\</OutputPath>
|
37 |
| - <DefineConstants>TRACE;$(DefineConstants)</DefineConstants> |
| 35 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
38 | 36 | <Optimize>true</Optimize>
|
39 | 37 | <NoWarn>;2008</NoWarn>
|
40 | 38 | <DebugType>pdbonly</DebugType>
|
|
47 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
48 | 46 | <DebugSymbols>true</DebugSymbols>
|
49 | 47 | <OutputPath>bin\ARM\Debug\</OutputPath>
|
50 |
| - <DefineConstants>TRACE;DEBUG;$(DefineConstants)</DefineConstants> |
| 48 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
51 | 49 | <NoWarn>;2008</NoWarn>
|
52 | 50 | <DebugType>full</DebugType>
|
53 | 51 | <PlatformTarget>ARM</PlatformTarget>
|
|
57 | 55 | </PropertyGroup>
|
58 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
|
59 | 57 | <OutputPath>bin\ARM\Release\</OutputPath>
|
60 |
| - <DefineConstants>TRACE;$(DefineConstants)</DefineConstants> |
| 58 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
61 | 59 | <Optimize>true</Optimize>
|
62 | 60 | <NoWarn>;2008</NoWarn>
|
63 | 61 | <DebugType>pdbonly</DebugType>
|
|
67 | 65 | <Prefer32Bit>true</Prefer32Bit>
|
68 | 66 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
69 | 67 | </PropertyGroup>
|
| 68 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
| 69 | + <DebugSymbols>true</DebugSymbols> |
| 70 | + <OutputPath>bin\ARM64\Debug\</OutputPath> |
| 71 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 72 | + <NoWarn>;2008</NoWarn> |
| 73 | + <DebugType>full</DebugType> |
| 74 | + <PlatformTarget>ARM64</PlatformTarget> |
| 75 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
| 76 | + <ErrorReport>prompt</ErrorReport> |
| 77 | + <Prefer32Bit>true</Prefer32Bit> |
| 78 | + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 79 | + </PropertyGroup> |
| 80 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
| 81 | + <OutputPath>bin\ARM64\Release\</OutputPath> |
| 82 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
| 83 | + <Optimize>true</Optimize> |
| 84 | + <NoWarn>;2008</NoWarn> |
| 85 | + <DebugType>pdbonly</DebugType> |
| 86 | + <PlatformTarget>ARM64</PlatformTarget> |
| 87 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
| 88 | + <ErrorReport>prompt</ErrorReport> |
| 89 | + <Prefer32Bit>true</Prefer32Bit> |
| 90 | + <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain> |
| 91 | + </PropertyGroup> |
70 | 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
71 | 93 | <DebugSymbols>true</DebugSymbols>
|
72 | 94 | <OutputPath>bin\x64\Debug\</OutputPath>
|
73 |
| - <DefineConstants>TRACE;DEBUG;$(DefineConstants)</DefineConstants> |
| 95 | + <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
74 | 96 | <NoWarn>;2008</NoWarn>
|
75 | 97 | <DebugType>full</DebugType>
|
76 | 98 | <PlatformTarget>x64</PlatformTarget>
|
|
80 | 102 | </PropertyGroup>
|
81 | 103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
82 | 104 | <OutputPath>bin\x64\Release\</OutputPath>
|
83 |
| - <DefineConstants>TRACE;$(DefineConstants)</DefineConstants> |
| 105 | + <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
84 | 106 | <Optimize>true</Optimize>
|
85 | 107 | <NoWarn>;2008</NoWarn>
|
86 | 108 | <DebugType>pdbonly</DebugType>
|
|
90 | 112 | <Prefer32Bit>true</Prefer32Bit>
|
91 | 113 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
92 | 114 | </PropertyGroup>
|
| 115 | + <PropertyGroup> |
| 116 | + <RestoreProjectStyle>PackageReference</RestoreProjectStyle> |
| 117 | + </PropertyGroup> |
93 | 118 | <ItemGroup>
|
94 | 119 | <Compile Include="App.xaml.cs">
|
95 | 120 | <DependentUpon>App.xaml</DependentUpon>
|
96 | 121 | </Compile>
|
97 | 122 | <Compile Include="MainPage.xaml.cs">
|
98 | 123 | <DependentUpon>MainPage.xaml</DependentUpon>
|
99 | 124 | </Compile>
|
| 125 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
100 | 126 | </ItemGroup>
|
101 | 127 | <ItemGroup>
|
102 | 128 | <AppxManifest Include="Package.appxmanifest">
|
103 | 129 | <SubType>Designer</SubType>
|
104 | 130 | </AppxManifest>
|
105 |
| - <None Include="Tests.UWP_TemporaryKey.pfx" /> |
106 | 131 | </ItemGroup>
|
107 | 132 | <ItemGroup>
|
108 |
| - <Content Include="Assets\Logo.scale-100.png" /> |
109 |
| - <Content Include="Assets\MediumTile.scale-100.png" /> |
110 |
| - <Content Include="Assets\SmallTile.scale-100.png" /> |
111 |
| - <Content Include="Assets\StoreLogo.scale-100.png" /> |
112 | 133 | <Content Include="Properties\Default.rd.xml" />
|
| 134 | + <Content Include="Assets\LockScreenLogo.scale-200.png" /> |
| 135 | + <Content Include="Assets\SplashScreen.scale-200.png" /> |
| 136 | + <Content Include="Assets\Square150x150Logo.scale-200.png" /> |
| 137 | + <Content Include="Assets\Square44x44Logo.scale-200.png" /> |
| 138 | + <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" /> |
| 139 | + <Content Include="Assets\StoreLogo.png" /> |
| 140 | + <Content Include="Assets\Wide310x150Logo.scale-200.png" /> |
113 | 141 | </ItemGroup>
|
114 | 142 | <ItemGroup>
|
115 | 143 | <ApplicationDefinition Include="App.xaml">
|
|
122 | 150 | </Page>
|
123 | 151 | </ItemGroup>
|
124 | 152 | <ItemGroup>
|
125 |
| - <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.2.11" /> |
126 |
| - <PackageReference Include="NUnit.Xamarin.Realm" Version="3.12.0"/> |
127 |
| - <PackageReference Include="PCLStorage" Version="1.0.2" /> |
128 |
| - <PackageReference Include="Xamarin.Forms" Version="4.8.0.1687" /> |
| 153 | + <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> |
| 154 | + <Version>6.2.10</Version> |
| 155 | + </PackageReference> |
| 156 | + <PackageReference Include="NUnit.Xamarin.Realm"> |
| 157 | + <Version>3.12.1</Version> |
| 158 | + </PackageReference> |
129 | 159 | </ItemGroup>
|
130 | 160 | <ItemGroup>
|
131 | 161 | <ProjectReference Include="..\Realm.Tests\Realm.Tests.csproj">
|
132 |
| - <Project>{78799fcd-be2e-4ece-a52e-662846615b58}</Project> |
| 162 | + <Project>{4808ed47-da25-4c95-a7a4-6410cf6cfef9}</Project> |
133 | 163 | <Name>Realm.Tests</Name>
|
134 | 164 | </ProjectReference>
|
135 | 165 | </ItemGroup>
|
| 166 | + <!--<ItemGroup Condition="'$(UseRealmNupkgsWithVersion)' != ''"> |
| 167 | + <PackageReference Include="Realm" Version="$(UseRealmNupkgsWithVersion)"/> |
| 168 | + </ItemGroup>--> |
136 | 169 | <ItemGroup Condition="'$(UseRealmNupkgsWithVersion)' == ''">
|
137 |
| - <None Include="..\..\wrappers\build\WindowsStore\$(Configuration)-x64\realm-wrappers.dll" Condition="Exists('..\..\wrappers\build\WindowsStore\$(Configuration)-x64\realm-wrappers.dll')"> |
| 170 | + <None Include="..\..\wrappers\build\WindowsStore\$(Configuration)-x64\realm-wrappers.dll" Condition="Exists('..\..\wrappers\build\WindowsStore\$(Configuration)-x64\realm-wrappers.dll') and '$(Platform)' == 'x64'"> |
138 | 171 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
139 | 172 | </None>
|
140 |
| - <None Include="..\..\wrappers\build\WindowsStore\$(Configuration)-Win32\realm-wrappers.dll" Condition="Exists('..\..\wrappers\build\WindowsStore\$(Configuration)-Win32\realm-wrappers.dll')"> |
| 173 | + <None Include="..\..\wrappers\build\WindowsStore\$(Configuration)-Win32\realm-wrappers.dll" Condition="Exists('..\..\wrappers\build\WindowsStore\$(Configuration)-Win32\realm-wrappers.dll') and '$(Platform)' == 'x86'"> |
141 | 174 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
142 | 175 | </None>
|
143 | 176 | <ProjectReference Include="..\..\Realm\Realm\Realm.csproj" PrivateAssets="None">
|
|
0 commit comments