1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
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 >{0A42BFD1-6BA7-4219-A1A7-0643BF824F97}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >PureMVC.DotNET._2015._40.Tests</RootNamespace >
12
+ <AssemblyName >PureMVC.DotNET.2015.40.Tests</AssemblyName >
13
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16
+ <FileUpgradeFlags >
17
+ </FileUpgradeFlags >
18
+ <UpgradeBackupLocation >
19
+ </UpgradeBackupLocation >
20
+ <OldToolsVersion >3.5</OldToolsVersion >
21
+ <PublishUrl >publish\</PublishUrl >
22
+ <Install >true</Install >
23
+ <InstallFrom >Disk</InstallFrom >
24
+ <UpdateEnabled >false</UpdateEnabled >
25
+ <UpdateMode >Foreground</UpdateMode >
26
+ <UpdateInterval >7</UpdateInterval >
27
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
28
+ <UpdatePeriodically >false</UpdatePeriodically >
29
+ <UpdateRequired >false</UpdateRequired >
30
+ <MapFileExtensions >true</MapFileExtensions >
31
+ <ApplicationRevision >0</ApplicationRevision >
32
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
33
+ <IsWebBootstrapper >false</IsWebBootstrapper >
34
+ <UseApplicationTrust >false</UseApplicationTrust >
35
+ <BootstrapperEnabled >true</BootstrapperEnabled >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
38
+ <DebugSymbols >true</DebugSymbols >
39
+ <DebugType >full</DebugType >
40
+ <Optimize >false</Optimize >
41
+ <OutputPath >bin\Debug\</OutputPath >
42
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
43
+ <ErrorReport >prompt</ErrorReport >
44
+ <WarningLevel >4</WarningLevel >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
47
+ <DebugType >pdbonly</DebugType >
48
+ <Optimize >true</Optimize >
49
+ <OutputPath >bin\Release\</OutputPath >
50
+ <DefineConstants >TRACE</DefineConstants >
51
+ <ErrorReport >prompt</ErrorReport >
52
+ <WarningLevel >4</WarningLevel >
53
+ </PropertyGroup >
54
+ <ItemGroup >
55
+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
56
+ <Private >False</Private >
57
+ </Reference >
58
+ <Reference Include =" System" />
59
+ <Reference Include =" System.Core" >
60
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
61
+ </Reference >
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTest.cs" >
65
+ <Link >Core\ControllerTest.cs</Link >
66
+ </Compile >
67
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestCommand.cs" >
68
+ <Link >Core\ControllerTestCommand.cs</Link >
69
+ </Compile >
70
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestCommand2.cs" >
71
+ <Link >Core\ControllerTestCommand2.cs</Link >
72
+ </Compile >
73
+ <Compile Include =" ..\PureMVC\Tests\Core\ControllerTestVO.cs" >
74
+ <Link >Core\ControllerTestVO.cs</Link >
75
+ </Compile >
76
+ <Compile Include =" ..\PureMVC\Tests\Core\ModelTest.cs" >
77
+ <Link >Core\ModelTest.cs</Link >
78
+ </Compile >
79
+ <Compile Include =" ..\PureMVC\Tests\Core\ModelTestProxy.cs" >
80
+ <Link >Core\ModelTestProxy.cs</Link >
81
+ </Compile >
82
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTest.cs" >
83
+ <Link >Core\ViewTest.cs</Link >
84
+ </Compile >
85
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator.cs" >
86
+ <Link >Core\ViewTestMediator.cs</Link >
87
+ </Compile >
88
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator2.cs" >
89
+ <Link >Core\ViewTestMediator2.cs</Link >
90
+ </Compile >
91
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator3.cs" >
92
+ <Link >Core\ViewTestMediator3.cs</Link >
93
+ </Compile >
94
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator4.cs" >
95
+ <Link >Core\ViewTestMediator4.cs</Link >
96
+ </Compile >
97
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator5.cs" >
98
+ <Link >Core\ViewTestMediator5.cs</Link >
99
+ </Compile >
100
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestMediator6.cs" >
101
+ <Link >Core\ViewTestMediator6.cs</Link >
102
+ </Compile >
103
+ <Compile Include =" ..\PureMVC\Tests\Core\ViewTestNote.cs" >
104
+ <Link >Core\ViewTestNote.cs</Link >
105
+ </Compile >
106
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTest.cs" >
107
+ <Link >Patterns\Command\MacroCommandTest.cs</Link >
108
+ </Compile >
109
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestCommand.cs" >
110
+ <Link >Patterns\Command\MacroCommandTestCommand.cs</Link >
111
+ </Compile >
112
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestSub1Command.cs" >
113
+ <Link >Patterns\Command\MacroCommandTestSub1Command.cs</Link >
114
+ </Compile >
115
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestSub2Command.cs" >
116
+ <Link >Patterns\Command\MacroCommandTestSub2Command.cs</Link >
117
+ </Compile >
118
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\MacroCommandTestVO.cs" >
119
+ <Link >Patterns\Command\MacroCommandTestVO.cs</Link >
120
+ </Compile >
121
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTest.cs" >
122
+ <Link >Patterns\Command\SimpleCommandTest.cs</Link >
123
+ </Compile >
124
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTestCommand.cs" >
125
+ <Link >Patterns\Command\SimpleCommandTestCommand.cs</Link >
126
+ </Compile >
127
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Command\SimpleCommandTestVO.cs" >
128
+ <Link >Patterns\Command\SimpleCommandTestVO.cs</Link >
129
+ </Compile >
130
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTest.cs" >
131
+ <Link >Patterns\Facade\FacadeTest.cs</Link >
132
+ </Compile >
133
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTestCommand.cs" >
134
+ <Link >Patterns\Facade\FacadeTestCommand.cs</Link >
135
+ </Compile >
136
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Facade\FacadeTestVO.cs" >
137
+ <Link >Patterns\Facade\FacadeTestVO.cs</Link >
138
+ </Compile >
139
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Mediator\MediatorTest.cs" >
140
+ <Link >Patterns\Mediator\MediatorTest.cs</Link >
141
+ </Compile >
142
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Observer\NotificationTest.cs" >
143
+ <Link >Patterns\Observer\NotificationTest.cs</Link >
144
+ </Compile >
145
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Observer\ObserverTest.cs" >
146
+ <Link >Patterns\Observer\ObserverTest.cs</Link >
147
+ </Compile >
148
+ <Compile Include =" ..\PureMVC\Tests\Patterns\Proxy\ProxyTest.cs" >
149
+ <Link >Patterns\Proxy\ProxyTest.cs</Link >
150
+ </Compile >
151
+ <Compile Include =" ..\PureMVC\Tests\Util\BaseTest.cs" >
152
+ <Link >Util\BaseTest.cs</Link >
153
+ </Compile >
154
+ <Compile Include =" Properties\AssemblyInfo.cs" />
155
+ </ItemGroup >
156
+ <ItemGroup >
157
+ <Content Include =" AuthoringTests.txt" />
158
+ </ItemGroup >
159
+ <ItemGroup >
160
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.0" >
161
+ <Visible >False</Visible >
162
+ <ProductName >Microsoft .NET Framework 4 %28x86 and x64%29</ProductName >
163
+ <Install >true</Install >
164
+ </BootstrapperPackage >
165
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
166
+ <Visible >False</Visible >
167
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
168
+ <Install >false</Install >
169
+ </BootstrapperPackage >
170
+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.4.5" >
171
+ <Visible >False</Visible >
172
+ <ProductName >Windows Installer 4.5</ProductName >
173
+ <Install >true</Install >
174
+ </BootstrapperPackage >
175
+ </ItemGroup >
176
+ <ItemGroup >
177
+ <ProjectReference Include =" ..\PureMVC.DotNET.2015.40\PureMVC.DotNET.2015.40.csproj" >
178
+ <Project >{a1482cf1-5566-4636-8590-30ed9cf3d4d9}</Project >
179
+ <Name >PureMVC.DotNET.2015.40</Name >
180
+ </ProjectReference >
181
+ </ItemGroup >
182
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
183
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
184
+ Other similar extension points exist, see Microsoft.Common.targets.
185
+ <Target Name="BeforeBuild">
186
+ </Target>
187
+ <Target Name="AfterBuild">
188
+ </Target>
189
+ -->
190
+ </Project >
0 commit comments