Skip to content

Commit e0bde40

Browse files
author
Cliff Hall
committed
Initial commit
1 parent caddbfa commit e0bde40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+8298
-0
lines changed

.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>PureMVC_CSharp_MultiCore</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
</buildSpec>
9+
<natures>
10+
</natures>
11+
</projectDescription>
28 KB
Binary file not shown.
99.5 KB
Binary file not shown.

Binary/PureMVC.MultiCore.DotNet.dll

19 KB
Binary file not shown.

Binary/PureMVC.MultiCore.DotNet.pdb

63.5 KB
Binary file not shown.

Binary/PureMVC.MultiCore.DotNet.xml

Lines changed: 1964 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Binary/nunit.framework.dll

136 KB
Binary file not shown.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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("PureMVC.MultiCore.CSharp.Test")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("PureMVC.MultiCore.CSharp.Test")]
13+
[assembly: AssemblyCopyright("Copyright © 2011")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("9a836903-86d7-4854-b57d-ccb8f0fbc8f0")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
[assembly: AssemblyVersion("1.0.0.0")]
35+
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
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

Comments
 (0)