Skip to content

Commit 1e20921

Browse files
committed
add solution with tests for wpa81
1 parent 45b0352 commit 1e20921

12 files changed

+669
-0
lines changed

source/Unity.WindowsPhone.8.1.sln

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30324.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity", "Unity\Src\Unity.csproj", "{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Tests.WindowsPhone.8.1", "Unity\Tests\Unity.Tests.WindowsPhone.8.1\Unity.Tests.WindowsPhone.8.1.csproj", "{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Debug|ARM = Debug|ARM
14+
Debug|Mixed Platforms = Debug|Mixed Platforms
15+
Debug|x86 = Debug|x86
16+
Release|Any CPU = Release|Any CPU
17+
Release|ARM = Release|ARM
18+
Release|Mixed Platforms = Release|Mixed Platforms
19+
Release|x86 = Release|x86
20+
EndGlobalSection
21+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
22+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|ARM.ActiveCfg = Debug|Any CPU
25+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|ARM.Build.0 = Debug|Any CPU
26+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
27+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
28+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|x86.ActiveCfg = Debug|Any CPU
29+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Debug|x86.Build.0 = Debug|Any CPU
30+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|ARM.ActiveCfg = Release|Any CPU
33+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|ARM.Build.0 = Release|Any CPU
34+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
35+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
36+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|x86.ActiveCfg = Release|Any CPU
37+
{EE1F752C-1FAB-41AD-AD63-857D0E62AB6B}.Release|x86.Build.0 = Release|Any CPU
38+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|Any CPU.ActiveCfg = Debug|x86
39+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|ARM.ActiveCfg = Debug|ARM
40+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|ARM.Build.0 = Debug|ARM
41+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|ARM.Deploy.0 = Debug|ARM
42+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
43+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|Mixed Platforms.Build.0 = Debug|x86
44+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
45+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|x86.ActiveCfg = Debug|x86
46+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|x86.Build.0 = Debug|x86
47+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Debug|x86.Deploy.0 = Debug|x86
48+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|Any CPU.ActiveCfg = Release|x86
49+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|ARM.ActiveCfg = Release|ARM
50+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|ARM.Build.0 = Release|ARM
51+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|ARM.Deploy.0 = Release|ARM
52+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|Mixed Platforms.ActiveCfg = Release|x86
53+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|Mixed Platforms.Build.0 = Release|x86
54+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|Mixed Platforms.Deploy.0 = Release|x86
55+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|x86.ActiveCfg = Release|x86
56+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|x86.Build.0 = Release|x86
57+
{F36089DA-D2EF-46F5-88EA-ADD81A0D3FA9}.Release|x86.Deploy.0 = Release|x86
58+
EndGlobalSection
59+
GlobalSection(SolutionProperties) = preSolution
60+
HideSolutionNode = FALSE
61+
EndGlobalSection
62+
EndGlobal
2.46 KB
Loading
753 Bytes
Loading
14.4 KB
Loading
1.1 KB
Loading
2.15 KB
Loading
4.42 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
3+
4+
<Identity Name="1f200b01-051e-4843-93d9-b6965489308f"
5+
Publisher="CN=Fernando"
6+
Version="1.0.0.0" />
7+
8+
<mp:PhoneIdentity PhoneProductId="1f200b01-051e-4843-93d9-b6965489308f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
9+
10+
<Properties>
11+
<DisplayName>Unity.Tests.WindowsPhone.8.1</DisplayName>
12+
<PublisherDisplayName>Fernando</PublisherDisplayName>
13+
<Logo>Assets\StoreLogo.png</Logo>
14+
</Properties>
15+
16+
<Prerequisites>
17+
<OSMinVersion>6.3.1</OSMinVersion>
18+
<OSMaxVersionTested>6.3.1</OSMaxVersionTested>
19+
</Prerequisites>
20+
<Resources>
21+
<Resource Language="x-generate" />
22+
</Resources>
23+
<Applications>
24+
<Application Id="App"
25+
Executable="vstest.executionengine.appcontainer.exe"
26+
EntryPoint="Microsoft.VisualStudio.TestPlatform.TestExecutor.AppContainer.App">
27+
<m3:VisualElements
28+
DisplayName="Unity.Tests.WindowsPhone.8.1"
29+
Square150x150Logo="Assets\Logo.png"
30+
Square44x44Logo="Assets\SmallLogo.png"
31+
Description="Unity.Tests.WindowsPhone.8.1"
32+
ForegroundText="light"
33+
BackgroundColor="#464646">
34+
<m3:DefaultTile Wide310x150Logo="Assets\WideLogo.png" Square71x71Logo="Assets\Square71x71Logo.png"/>
35+
<m3:SplashScreen Image="Assets\SplashScreen.png"/>
36+
<m3:ApplicationView MinWidth="width320"/> <!--Used in XAML Designer. DO NOT REMOVE-->
37+
</m3:VisualElements>
38+
</Application>
39+
</Applications>
40+
<Capabilities>
41+
<Capability Name="internetClientServer" />
42+
</Capabilities>
43+
</Package>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("Unity.Tests.WindowsPhone.8.1")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("Unity.Tests.WindowsPhone.8.1")]
13+
[assembly: AssemblyCopyright("Copyright © 2014")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Version information for an assembly consists of the following four values:
18+
//
19+
// Major Version
20+
// Minor Version
21+
// Build Number
22+
// Revision
23+
//
24+
// You can specify all the values or you can default the Build and Revision Numbers
25+
// by using the '*' as shown below:
26+
// [assembly: AssemblyVersion("1.0.*")]
27+
[assembly: AssemblyVersion("1.0.0.0")]
28+
[assembly: AssemblyFileVersion("1.0.0.0")]
29+
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)