Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public TodosFeedControl()

public void LoadReact()
{
InstanceSettings settings = new IntanceSettings();
InstanceSettings settings = new InstanceSettings();

settings.UseLiveReload = true;
settings.UseWebDebugger = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

<Identity
Name="419cf427-c114-45fe-80f3-57e861758fbc"
Publisher="CN=mpagani"
Publisher="CN=React Native Windows"
Version="1.0.0.0" />

<mp:PhoneIdentity PhoneProductId="419cf427-c114-45fe-80f3-57e861758fbc" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>TodosFeed</DisplayName>
<PublisherDisplayName>mpagani</PublisherDisplayName>
<PublisherDisplayName>React Native Windows</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.15063.0</WindowsTargetPlatformMinVersion>
<PackageCertificateKeyFile>TodosFeed_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>6B95207B3FF53B414A1B6258BC9E61B1290BA69D</PackageCertificateThumbprint>
<PackageCertificateThumbprint>AA52E09BB67B63D542D45EF80796BA611E14753F</PackageCertificateThumbprint>
<PackageCertificatePassword>password</PackageCertificatePassword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Expand Down Expand Up @@ -105,7 +105,8 @@
<ImportGroup Label="PropertySheets">
<Import Project="PropertySheet.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Label="UserMacros">
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PrecompiledHeader>Use</PrecompiledHeader>
Expand Down Expand Up @@ -187,6 +188,7 @@
<ItemGroup>
<None Include="packages.config" />
<None Include="PropertySheet.props" />
<None Include="TodosFeed_TemporaryKey.pfx" />
<Text Include="readme.txt">
<DeploymentContent>false</DeploymentContent>
</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<ItemGroup>
<None Include="PropertySheet.props" />
<None Include="packages.config" />
<None Include="TodosFeed_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Text Include="readme.txt" />
Expand Down
Binary file not shown.