Skip to content

Commit

Permalink
moved tests, fixed dependencies
Browse files Browse the repository at this point in the history
--HG--
branch : dev
  • Loading branch information
jayt committed Aug 11, 2011
1 parent b7530ab commit 76ce3a0
Show file tree
Hide file tree
Showing 49 changed files with 120 additions and 105 deletions.
176 changes: 88 additions & 88 deletions ImpromptuInterface.sln

Large diffs are not rendered by default.

Expand Up @@ -47,17 +47,26 @@
<Compile Include="..\UnitTestImpromptuInterface.FSharp\Basic.fs">
<Link>Basic.fs</Link>
</Compile>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="Castle.Core">
<HintPath>..\..\packages\Moq.4.0.10827\lib\Silverlight4\Castle.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp">
<HintPath>..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\Microsoft.CSharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\Microsoft.CSharp.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Silverlight.Testing">
<HintPath>..\tools\Silverlight4-NUnit2.5.8-Apr2010\Microsoft.Silverlight.Testing.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
<HintPath>..\tools\Silverlight4-NUnit2.5.8-Apr2010\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
</Reference>
<Reference Include="Moq.Silverlight">
<HintPath>..\..\packages\Moq.4.0.10827\lib\Silverlight4\Moq.Silverlight.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="FSharp.Core">
<HintPath>$(ProgramFiles)\Microsoft F#\Silverlight\Libraries\Client\$(SilverlightVersion)\FSharp.Core.dll</HintPath>
Expand All @@ -75,20 +84,17 @@
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Numerics">
<HintPath>..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.Numerics.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.Numerics.dll</HintPath>
</Reference>
<Reference Include="System.Windows" />
<Reference Include="System.Windows.Browser" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<HintPath>..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.Xml.Linq.dll</HintPath>
</Reference>
<ProjectReference Include="..\ImpromptuInterface.FSharp.Silverlight\ImpromptuInterface.FSharp %28Silverlight%29.fsproj">
<ProjectReference Include="..\..\ImpromptuInterface.FSharp.Silverlight\ImpromptuInterface.FSharp %28Silverlight%29.fsproj">
<Name>ImpromptuInterface.FSharp (Silverlight)</Name>
<Project>{c6f699c3-c2c7-4393-b8c2-b5c234ed23d7}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\ImpromptuInterface.Silverlight\ImpromptuInterface %28Silverlight%29.csproj">
<ProjectReference Include="..\..\ImpromptuInterface.Silverlight\ImpromptuInterface %28Silverlight%29.csproj">
<Name>ImpromptuInterface (Silverlight)</Name>
<Project>{9181a92f-9a17-45a3-bbdb-eac085a901a0}</Project>
<Private>True</Private>
Expand All @@ -98,6 +104,9 @@
<Project>{ee860cf5-6707-42f2-8091-3d4dc3ed1d30}</Project>
<Private>True</Private>
</ProjectReference>
<Reference Include="System.Xml.Linq">
<HintPath>..\..\..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.Xml.Linq.dll</HintPath>
</Reference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 4 additions & 0 deletions Tests/UnitTestImpromptu.FSharp.Silverlight/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.0.10827" />
</packages>
File renamed without changes.
Expand Up @@ -66,12 +66,12 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImpromptuInterface.FSharp\ImpromptuInterface.FSharp.fsproj">
<ProjectReference Include="..\..\ImpromptuInterface.FSharp\ImpromptuInterface.FSharp.fsproj">
<Name>ImpromptuInterface.FSharp</Name>
<Project>{d4d82191-1f83-43fb-8309-83637d8d11e8}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\ImpromptuInterface\ImpromptuInterface.csproj">
<ProjectReference Include="..\..\ImpromptuInterface\ImpromptuInterface.csproj">
<Name>ImpromptuInterface</Name>
<Project>{dab7c056-660a-4153-8ff2-b80a41310ad7}</Project>
<Private>True</Private>
Expand Down
Expand Up @@ -90,7 +90,7 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\ImpromptuInterface\ImpromptuInterface.csproj">
<ProjectReference Include="..\..\ImpromptuInterface\ImpromptuInterface.csproj">
<Project>{DAB7C056-660A-4153-8FF2-B80A41310AD7}</Project>
<Name>ImpromptuInterface</Name>
</ProjectReference>
Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -96,11 +96,11 @@
<Compile Include="Support\FixtureSetup.vb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImpromptuInterface.MVVM\ImpromptuInterface.MVVM.csproj">
<ProjectReference Include="..\..\ImpromptuInterface.MVVM\ImpromptuInterface.MVVM.csproj">
<Project>{D6AFD960-23A5-4EB0-9EEE-33AEC422B1CB}</Project>
<Name>ImpromptuInterface.MVVM</Name>
</ProjectReference>
<ProjectReference Include="..\ImpromptuInterface\ImpromptuInterface.csproj">
<ProjectReference Include="..\..\ImpromptuInterface\ImpromptuInterface.csproj">
<Project>{DAB7C056-660A-4153-8FF2-B80A41310AD7}</Project>
<Name>ImpromptuInterface</Name>
</ProjectReference>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -94,11 +94,11 @@
<Compile Include="SingleMethodInvoke.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImpromptuInterface.MVVM\ImpromptuInterface.MVVM.csproj">
<ProjectReference Include="..\..\ImpromptuInterface.MVVM\ImpromptuInterface.MVVM.csproj">
<Project>{D6AFD960-23A5-4EB0-9EEE-33AEC422B1CB}</Project>
<Name>ImpromptuInterface.MVVM</Name>
</ProjectReference>
<ProjectReference Include="..\ImpromptuInterface\ImpromptuInterface.csproj">
<ProjectReference Include="..\..\ImpromptuInterface\ImpromptuInterface.csproj">
<Project>{DAB7C056-660A-4153-8FF2-B80A41310AD7}</Project>
<Name>ImpromptuInterface</Name>
</ProjectReference>
Expand Down
File renamed without changes.
Expand Up @@ -87,7 +87,9 @@
<HintPath>..\tools\Silverlight4-NUnit2.5.8-Apr2010\NUnit.Silverlight.Metadata.dll</HintPath>
</Reference>
<Reference Include="System.Windows" />
<Reference Include="System.Core" />
<Reference Include="System.Core">
<Private>False</Private>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
<Reference Include="System.Windows.Browser" />
Expand Down Expand Up @@ -148,11 +150,11 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImpromptuInterface.MVVM.Silverlight\ImpromptuInterface.MVVM %28Silverlight%29.csproj">
<ProjectReference Include="..\..\ImpromptuInterface.MVVM.Silverlight\ImpromptuInterface.MVVM %28Silverlight%29.csproj">
<Project>{56215C8D-85AE-4FCB-BD33-89E6ABBA407B}</Project>
<Name>ImpromptuInterface.MVVM %28Silverlight%29</Name>
</ProjectReference>
<ProjectReference Include="..\ImpromptuInterface.Silverlight\ImpromptuInterface %28Silverlight%29.csproj">
<ProjectReference Include="..\..\ImpromptuInterface.Silverlight\ImpromptuInterface %28Silverlight%29.csproj">
<Project>{9181A92F-9A17-45A3-BBDB-EAC085A901A0}</Project>
<Name>ImpromptuInterface %28Silverlight%29</Name>
</ProjectReference>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 76ce3a0

Please sign in to comment.