1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 3.5" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >9.0.30729</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{4C97BCC4-3357-476F-A98F-8A3D356BD24D}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <RootNamespace >PureMVC.DotNET.VS2008.SmartPhone.Tests</RootNamespace >
11
+ <AssemblyName >PureMVC.DotNET.VS2008.SmartPhone.Tests</AssemblyName >
12
+ <PlatformFamilyName >Smartphone</PlatformFamilyName >
13
+ <PlatformID >BD0CC567-F6FD-4ca3-99D2-063EFDFC0A39</PlatformID >
14
+ <OSVersion >5.1</OSVersion >
15
+ <DeployDirSuffix >PureMVC.DotNET.VS2008.SmartPhone.Tests</DeployDirSuffix >
16
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
17
+ <FormFactorID >
18
+ </FormFactorID >
19
+ <WarningLevel >4</WarningLevel >
20
+ <ProjectTypeGuids >{73A5A715-AF05-47af-9C33-47A864AF9AE7};{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
21
+ <NativePlatformName >Windows Mobile 5.0 Smartphone SDK</NativePlatformName >
22
+ </PropertyGroup >
23
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
+ <DebugSymbols >true</DebugSymbols >
25
+ <DebugType >full</DebugType >
26
+ <Optimize >false</Optimize >
27
+ <OutputPath >bin\Debug\</OutputPath >
28
+ <NoStdLib >true</NoStdLib >
29
+ <NoConfig >true</NoConfig >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <FileAlignment >512</FileAlignment >
32
+ <WarningLevel >4</WarningLevel >
33
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
34
+ <DefineConstants >DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37
+ <DebugSymbols >false</DebugSymbols >
38
+ <Optimize >true</Optimize >
39
+ <OutputPath >bin\Release\</OutputPath >
40
+ <DefineConstants >TRACE;$(PlatformFamilyName)</DefineConstants >
41
+ <NoStdLib >true</NoStdLib >
42
+ <NoConfig >true</NoConfig >
43
+ <ErrorReport >prompt</ErrorReport >
44
+ <FileAlignment >512</FileAlignment >
45
+ <WarningLevel >4</WarningLevel >
46
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
47
+ </PropertyGroup >
48
+ <ItemGroup >
49
+ <Reference Include =" Microsoft.VisualStudio.SmartDevice.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
50
+ <Private >False</Private >
51
+ </Reference >
52
+ <Reference Include =" mscorlib" />
53
+ <Reference Include =" System" />
54
+ <Reference Include =" System.Core" />
55
+ <Reference Include =" System.Data" />
56
+ <Reference Include =" System.Data.DataSetExtensions" />
57
+ <Reference Include =" System.Xml" />
58
+ <Reference Include =" System.Xml.Linq" />
59
+ </ItemGroup >
60
+ <ItemGroup >
61
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTest.cs" >
62
+ <Link >Core\ControllerTest.cs</Link >
63
+ </Compile >
64
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestCommand.cs" >
65
+ <Link >Core\ControllerTestCommand.cs</Link >
66
+ </Compile >
67
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestCommand2.cs" >
68
+ <Link >Core\ControllerTestCommand2.cs</Link >
69
+ </Compile >
70
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestVO.cs" >
71
+ <Link >Core\ControllerTestVO.cs</Link >
72
+ </Compile >
73
+ <Compile Include =" ..\PureMVC\Tests\Core\ModelTest.cs" >
74
+ <Link >Core\ModelTest.cs</Link >
75
+ </Compile >
76
+ <Compile Include =" ..\PureMVC\Tests\Core\ModelTestProxy.cs" >
77
+ <Link >Core\ModelTestProxy.cs</Link >
78
+ </Compile >
79
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTest.cs" >
80
+ <Link >Core\ViewTest.cs</Link >
81
+ </Compile >
82
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator.cs" >
83
+ <Link >Core\ViewTestMediator.cs</Link >
84
+ </Compile >
85
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator2.cs" >
86
+ <Link >Core\ViewTestMediator2.cs</Link >
87
+ </Compile >
88
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator3.cs" >
89
+ <Link >Core\ViewTestMediator3.cs</Link >
90
+ </Compile >
91
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator4.cs" >
92
+ <Link >Core\ViewTestMediator4.cs</Link >
93
+ </Compile >
94
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator5.cs" >
95
+ <Link >Core\ViewTestMediator5.cs</Link >
96
+ </Compile >
97
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator6.cs" >
98
+ <Link >Core\ViewTestMediator6.cs</Link >
99
+ </Compile >
100
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestNote.cs" >
101
+ <Link >Core\ViewTestNote.cs</Link >
102
+ </Compile >
103
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTest.cs" >
104
+ <Link >Patterns\Command\MacroCommandTest.cs</Link >
105
+ </Compile >
106
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestCommand.cs" >
107
+ <Link >Patterns\Command\MacroCommandTestCommand.cs</Link >
108
+ </Compile >
109
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestSub1Command.cs" >
110
+ <Link >Patterns\Command\MacroCommandTestSub1Command.cs</Link >
111
+ </Compile >
112
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestSub2Command.cs" >
113
+ <Link >Patterns\Command\MacroCommandTestSub2Command.cs</Link >
114
+ </Compile >
115
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestVO.cs" >
116
+ <Link >Patterns\Command\MacroCommandTestVO.cs</Link >
117
+ </Compile >
118
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTest.cs" >
119
+ <Link >Patterns\Command\SimpleCommandTest.cs</Link >
120
+ </Compile >
121
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTestCommand.cs" >
122
+ <Link >Patterns\Command\SimpleCommandTestCommand.cs</Link >
123
+ </Compile >
124
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTestVO.cs" >
125
+ <Link >Patterns\Command\SimpleCommandTestVO.cs</Link >
126
+ </Compile >
127
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTest.cs" >
128
+ <Link >Patterns\Facade\FacadeTest.cs</Link >
129
+ </Compile >
130
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTestCommand.cs" >
131
+ <Link >Patterns\Facade\FacadeTestCommand.cs</Link >
132
+ </Compile >
133
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTestVO.cs" >
134
+ <Link >Patterns\Facade\FacadeTestVO.cs</Link >
135
+ </Compile >
136
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Mediator\MediatorTest.cs" >
137
+ <Link >Patterns\Mediator\MediatorTest.cs</Link >
138
+ </Compile >
139
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Observer\NotificationTest.cs" >
140
+ <Link >Patterns\Observer\NotificationTest.cs</Link >
141
+ </Compile >
142
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Observer\ObserverTest.cs" >
143
+ <Link >Patterns\Observer\ObserverTest.cs</Link >
144
+ </Compile >
145
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Proxy\ProxyTest.cs" >
146
+ <Link >Patterns\Proxy\ProxyTest.cs</Link >
147
+ </Compile >
148
+ <Compile Include =" ..\PureMVC\Tests\Util\BaseTest.cs" >
149
+ <Link >Util\BaseTest.cs</Link >
150
+ </Compile >
151
+ <Compile Include =" Properties\AssemblyInfo.cs" />
152
+ </ItemGroup >
153
+ <ItemGroup >
154
+ <Content Include =" AuthoringTests.txt" />
155
+ </ItemGroup >
156
+ <ItemGroup >
157
+ <Shadow Include =" Test References\PureMVC.DotNET.35.SmartPhone.accessor" />
158
+ </ItemGroup >
159
+ <ItemGroup >
160
+ <ProjectReference Include =" ..\PureMVC.DotNET.VS2008.SmartPhone\PureMVC.DotNET.VS2008.SmartPhone.csproj" >
161
+ <Project >{DE630FA6-F998-4F91-B884-22D50562F956}</Project >
162
+ <Name >PureMVC.DotNET.VS2008.SmartPhone</Name >
163
+ </ProjectReference >
164
+ </ItemGroup >
165
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
166
+ <PropertyGroup Condition =" '$(BuildingInsideVisualStudio)'=='true' " >
167
+ <DeviceTestAssemblySearchPath >$(DevEnvDir)PublicAssemblies</DeviceTestAssemblySearchPath >
168
+ </PropertyGroup >
169
+ <PropertyGroup >
170
+ <AssemblySearchPaths >$(DeviceTestAssemblySearchPath);$(AssemblySearchPaths)</AssemblySearchPaths >
171
+ </PropertyGroup >
172
+ </Project >
0 commit comments