Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rambalac committed Apr 12, 2017
1 parent 35be868 commit 1eb4cc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions GMaster.Tests/GMaster.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>GMaster.Tests_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>
</PackageCertificateKeyFile>
<UnitTestPlatformVersion Condition="'$(UnitTestPlatformVersion)' == ''">$(VisualStudioVersion)</UnitTestPlatformVersion>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>53B49B4FC55D94637F47667285A1871D45D6A8FE</PackageCertificateThumbprint>
<PackageCertificateThumbprint>434A2E416E51CE5E43F0E054547009F1E9037A98</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -94,7 +95,6 @@
</PropertyGroup>
<ItemGroup>
<!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
<None Include="GMaster.Tests_StoreKey.pfx" />
<None Include="project.json" />
<SDKReference Include="TestPlatform.Universal, Version=$(UnitTestPlatformVersion)" />
</ItemGroup>
Expand All @@ -116,7 +116,6 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="GMaster.Tests_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="TestMenuSetGH5.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using Windows.ApplicationModel;
using Xunit;

public class MenuSetHelperTestsGh3
public class MenuSetHelperTests
{
private MenuSet menuset;

Expand Down Expand Up @@ -52,6 +52,5 @@ public async Task TestGH5()
Assert.Equal(2, menuset.LiveviewQuality.Count);
Assert.True(menuset.LiveviewQuality.Any(q => q.Value == "vga"));
}

}
}
2 changes: 1 addition & 1 deletion GMaster.Tests/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="51338Rambalac.GMaster" Publisher="CN=92765C0E-C69D-491B-9315-91859F5319B9" Version="1.4.0.0" />
<Identity Name="51338Rambalac.GMaster" Publisher="CN=Rambalac" Version="1.4.0.0" />
<mp:PhoneIdentity PhoneProductId="7cbf77c9-7a56-4d0b-9505-882ff0d0c31f" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>GMaster</DisplayName>
Expand Down
5 changes: 3 additions & 2 deletions Tools.Tests/Tools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateKeyFile>Tools.Tests_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>
</PackageCertificateKeyFile>
<UnitTestPlatformVersion Condition="'$(UnitTestPlatformVersion)' == ''">$(VisualStudioVersion)</UnitTestPlatformVersion>
<PackageCertificateThumbprint>434A2E416E51CE5E43F0E054547009F1E9037A98</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -111,7 +113,6 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<None Include="Tools.Tests_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Properties\UnitTestApp.rd.xml" />
Expand Down

0 comments on commit 1eb4cc0

Please sign in to comment.