1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.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 >
7
+ </ProductVersion >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{70024C2F-729B-4A85-B94D-7D26B51424E9}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >PureMVC.MultiCore.CSharp.Test.Test</RootNamespace >
13
+ <AssemblyName >PureMVC.MultiCore.CSharp.Test.Test</AssemblyName >
14
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >..\Binary\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >..\Binary\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <ItemGroup >
36
+ <Reference Include =" nunit.framework" >
37
+ <HintPath >..\Binary\nunit.framework.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" System" />
40
+ <Reference Include =" System.Core" >
41
+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
42
+ </Reference >
43
+ </ItemGroup >
44
+ <ItemGroup >
45
+ <CodeAnalysisDependentAssemblyPaths Condition =" '$(VS100COMNTOOLS)' != '' " Include =" $(VS100COMNTOOLS)..\IDE\PrivateAssemblies" >
46
+ <Visible >False</Visible >
47
+ </CodeAnalysisDependentAssemblyPaths >
48
+ </ItemGroup >
49
+ <ItemGroup >
50
+ <Compile Include =" Properties\AssemblyInfo.cs" />
51
+ <Compile Include =" PureMVC\Tests\Core\ControllerTest.cs" />
52
+ <Compile Include =" PureMVC\Tests\Core\ControllerTestCommand.cs" />
53
+ <Compile Include =" PureMVC\Tests\Core\ControllerTestCommand2.cs" />
54
+ <Compile Include =" PureMVC\Tests\Core\ControllerTestVO.cs" />
55
+ <Compile Include =" PureMVC\Tests\Core\ModelTest.cs" />
56
+ <Compile Include =" PureMVC\Tests\Core\ModelTestProxy.cs" />
57
+ <Compile Include =" PureMVC\Tests\Core\ViewTest.cs" />
58
+ <Compile Include =" PureMVC\Tests\Core\ViewTestMediator.cs" />
59
+ <Compile Include =" PureMVC\Tests\Core\ViewTestMediator2.cs" />
60
+ <Compile Include =" PureMVC\Tests\Core\ViewTestMediator3.cs" />
61
+ <Compile Include =" PureMVC\Tests\Core\ViewTestMediator4.cs" />
62
+ <Compile Include =" PureMVC\Tests\Core\ViewTestMediator5.cs" />
63
+ <Compile Include =" PureMVC\Tests\Core\ViewTestMediator6.cs" />
64
+ <Compile Include =" PureMVC\Tests\Core\ViewTestNote.cs" />
65
+ <Compile Include =" PureMVC\Tests\Patterns\Command\MacroCommandTest.cs" />
66
+ <Compile Include =" PureMVC\Tests\Patterns\Command\MacroCommandTestCommand.cs" />
67
+ <Compile Include =" PureMVC\Tests\Patterns\Command\MacroCommandTestSub1Command.cs" />
68
+ <Compile Include =" PureMVC\Tests\Patterns\Command\MacroCommandTestSub2Command.cs" />
69
+ <Compile Include =" PureMVC\Tests\Patterns\Command\MacroCommandTestVO.cs" />
70
+ <Compile Include =" PureMVC\Tests\Patterns\Command\SimpleCommandTest.cs" />
71
+ <Compile Include =" PureMVC\Tests\Patterns\Command\SimpleCommandTestCommand.cs" />
72
+ <Compile Include =" PureMVC\Tests\Patterns\Command\SimpleCommandTestVO.cs" />
73
+ <Compile Include =" PureMVC\Tests\Patterns\Facade\FacadeTest.cs" />
74
+ <Compile Include =" PureMVC\Tests\Patterns\Facade\FacadeTestCommand.cs" />
75
+ <Compile Include =" PureMVC\Tests\Patterns\Facade\FacadeTestVO.cs" />
76
+ <Compile Include =" PureMVC\Tests\Patterns\Mediator\MediatorTest.cs" />
77
+ <Compile Include =" PureMVC\Tests\Patterns\Observer\NotificationTest.cs" />
78
+ <Compile Include =" PureMVC\Tests\Patterns\Observer\ObserverTest.cs" />
79
+ <Compile Include =" PureMVC\Tests\Patterns\Proxy\ProxyTest.cs" />
80
+ <Compile Include =" PureMVC\Tests\Util\BaseTest.cs" />
81
+ </ItemGroup >
82
+ <ItemGroup >
83
+ <ProjectReference Include =" ..\PureMVC.MultiCore.DotNet\PureMVC.MultiCore.DotNet.csproj" >
84
+ <Project >{07011FFE-FE85-4093-83ED-2EF741D1C697}</Project >
85
+ <Name >PureMVC.MultiCore.DotNet</Name >
86
+ </ProjectReference >
87
+ </ItemGroup >
88
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
89
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90
+ Other similar extension points exist, see Microsoft.Common.targets.
91
+ <Target Name="BeforeBuild">
92
+ </Target>
93
+ <Target Name="AfterBuild">
94
+ </Target>
95
+ -->
96
+ </Project >
0 commit comments