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 >{D2703F9B-6AB7-4219-9C7A-95C291B203F5}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <RootNamespace >PureMVC.DotNET.VS2008.PocketPC.Tests</RootNamespace >
11
+ <AssemblyName >PureMVC.DotNET.VS2008.PocketPC.Tests</AssemblyName >
12
+ <PlatformFamilyName >PocketPC</PlatformFamilyName >
13
+ <PlatformID >b2c48bd2-963d-4549-9169-1fa021dce484</PlatformID >
14
+ <OSVersion >5.2</OSVersion >
15
+ <DeployDirSuffix >PureMVC.DotNET.VS2008.PocketPC.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 6 Professional SDK</NativePlatformName >
22
+ <SccProjectName >Svn</SccProjectName >
23
+ <SccLocalPath >Svn</SccLocalPath >
24
+ <SccAuxPath >Svn</SccAuxPath >
25
+ <SccProvider >SubversionScc</SccProvider >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28
+ <DebugSymbols >true</DebugSymbols >
29
+ <DebugType >full</DebugType >
30
+ <Optimize >false</Optimize >
31
+ <OutputPath >bin\Debug\</OutputPath >
32
+ <NoStdLib >true</NoStdLib >
33
+ <NoConfig >true</NoConfig >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <FileAlignment >512</FileAlignment >
36
+ <WarningLevel >4</WarningLevel >
37
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
38
+ <DefineConstants >DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
41
+ <DebugSymbols >false</DebugSymbols >
42
+ <Optimize >true</Optimize >
43
+ <OutputPath >bin\Release\</OutputPath >
44
+ <DefineConstants >TRACE;$(PlatformFamilyName)</DefineConstants >
45
+ <NoStdLib >true</NoStdLib >
46
+ <NoConfig >true</NoConfig >
47
+ <ErrorReport >prompt</ErrorReport >
48
+ <FileAlignment >512</FileAlignment >
49
+ <WarningLevel >4</WarningLevel >
50
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
51
+ </PropertyGroup >
52
+ <ItemGroup >
53
+ <Reference Include =" Microsoft.VisualStudio.SmartDevice.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
54
+ <Private >False</Private >
55
+ </Reference >
56
+ <Reference Include =" mscorlib" />
57
+ <Reference Include =" System" />
58
+ <Reference Include =" System.Core" />
59
+ <Reference Include =" System.Data" />
60
+ <Reference Include =" System.Data.DataSetExtensions" />
61
+ <Reference Include =" System.Xml" />
62
+ <Reference Include =" System.Xml.Linq" />
63
+ </ItemGroup >
64
+ <ItemGroup >
65
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTest.cs" >
66
+ <Link >Core\ControllerTest.cs</Link >
67
+ </Compile >
68
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestCommand.cs" >
69
+ <Link >Core\ControllerTestCommand.cs</Link >
70
+ </Compile >
71
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestCommand2.cs" >
72
+ <Link >Core\ControllerTestCommand2.cs</Link >
73
+ </Compile >
74
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestVO.cs" >
75
+ <Link >Core\ControllerTestVO.cs</Link >
76
+ </Compile >
77
+ <Compile Include =" ..\PureMVC\Tests\Core\ModelTest.cs" >
78
+ <Link >Core\ModelTest.cs</Link >
79
+ </Compile >
80
+ <Compile Include =" ..\PureMVC\Tests\Core\ModelTestProxy.cs" >
81
+ <Link >Core\ModelTestProxy.cs</Link >
82
+ </Compile >
83
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTest.cs" >
84
+ <Link >Core\ViewTest.cs</Link >
85
+ </Compile >
86
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator.cs" >
87
+ <Link >Core\ViewTestMediator.cs</Link >
88
+ </Compile >
89
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator2.cs" >
90
+ <Link >Core\ViewTestMediator2.cs</Link >
91
+ </Compile >
92
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator3.cs" >
93
+ <Link >Core\ViewTestMediator3.cs</Link >
94
+ </Compile >
95
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator4.cs" >
96
+ <Link >Core\ViewTestMediator4.cs</Link >
97
+ </Compile >
98
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator5.cs" >
99
+ <Link >Core\ViewTestMediator5.cs</Link >
100
+ </Compile >
101
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator6.cs" >
102
+ <Link >Core\ViewTestMediator6.cs</Link >
103
+ </Compile >
104
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestNote.cs" >
105
+ <Link >Core\ViewTestNote.cs</Link >
106
+ </Compile >
107
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTest.cs" >
108
+ <Link >Patterns\Command\MacroCommandTest.cs</Link >
109
+ </Compile >
110
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestCommand.cs" >
111
+ <Link >Patterns\Command\MacroCommandTestCommand.cs</Link >
112
+ </Compile >
113
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestSub1Command.cs" >
114
+ <Link >Patterns\Command\MacroCommandTestSub1Command.cs</Link >
115
+ </Compile >
116
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestSub2Command.cs" >
117
+ <Link >Patterns\Command\MacroCommandTestSub2Command.cs</Link >
118
+ </Compile >
119
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestVO.cs" >
120
+ <Link >Patterns\Command\MacroCommandTestVO.cs</Link >
121
+ </Compile >
122
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTest.cs" >
123
+ <Link >Patterns\Command\SimpleCommandTest.cs</Link >
124
+ </Compile >
125
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTestCommand.cs" >
126
+ <Link >Patterns\Command\SimpleCommandTestCommand.cs</Link >
127
+ </Compile >
128
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTestVO.cs" >
129
+ <Link >Patterns\Command\SimpleCommandTestVO.cs</Link >
130
+ </Compile >
131
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTest.cs" >
132
+ <Link >Patterns\Facade\FacadeTest.cs</Link >
133
+ </Compile >
134
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTestCommand.cs" >
135
+ <Link >Patterns\Facade\FacadeTestCommand.cs</Link >
136
+ </Compile >
137
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTestVO.cs" >
138
+ <Link >Patterns\Facade\FacadeTestVO.cs</Link >
139
+ </Compile >
140
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Mediator\MediatorTest.cs" >
141
+ <Link >Patterns\Mediator\MediatorTest.cs</Link >
142
+ </Compile >
143
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Observer\NotificationTest.cs" >
144
+ <Link >Patterns\Observer\NotificationTest.cs</Link >
145
+ </Compile >
146
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Observer\ObserverTest.cs" >
147
+ <Link >Patterns\Observer\ObserverTest.cs</Link >
148
+ </Compile >
149
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Proxy\ProxyTest.cs" >
150
+ <Link >Patterns\Proxy\ProxyTest.cs</Link >
151
+ </Compile >
152
+ <Compile Include =" ..\PureMVC\Tests\Util\BaseTest.cs" >
153
+ <Link >Util\BaseTest.cs</Link >
154
+ </Compile >
155
+ <Compile Include =" Properties\AssemblyInfo.cs" />
156
+ </ItemGroup >
157
+ <ItemGroup >
158
+ <Content Include =" AuthoringTests.txt" />
159
+ </ItemGroup >
160
+ <ItemGroup >
161
+ <Shadow Include =" Test References\PureMVC.DotNET.VS2008.PocketPC.accessor" />
162
+ </ItemGroup >
163
+ <ItemGroup >
164
+ <ProjectReference Include =" ..\PureMVC.DotNET.VS2008.PocketPC\PureMVC.DotNET.VS2008.PocketPC.csproj" >
165
+ <Project >{74436F67-729F-4BF8-A417-F48954203415}</Project >
166
+ <Name >PureMVC.DotNET.VS2008.PocketPC</Name >
167
+ </ProjectReference >
168
+ </ItemGroup >
169
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
170
+ <PropertyGroup Condition =" '$(BuildingInsideVisualStudio)'=='true' " >
171
+ <DeviceTestAssemblySearchPath >$(DevEnvDir)PublicAssemblies</DeviceTestAssemblySearchPath >
172
+ </PropertyGroup >
173
+ <PropertyGroup >
174
+ <AssemblySearchPaths >$(DeviceTestAssemblySearchPath);$(AssemblySearchPaths)</AssemblySearchPaths >
175
+ </PropertyGroup >
176
+ </Project >
0 commit comments