Skip to content

Commit

Permalink
Created project structure and necessary packages are added
Browse files Browse the repository at this point in the history
  • Loading branch information
FoC- committed Jun 17, 2012
1 parent d446d14 commit b987b9e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
14 changes: 13 additions & 1 deletion MongoAccounting.Tests/MongoAccounting.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>823f6c23-515e-4f24-98ae-5576692a5e5c</ProjectGuid>
<ProjectGuid>{2F8CAAD4-2CE2-44BD-A9FF-2E8A171A0757}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MongoAccounting.Tests</RootNamespace>
Expand All @@ -31,6 +31,15 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.5.7\lib\net40\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications.Clr4">
<HintPath>..\packages\Machine.Specifications.0.5.7\lib\net40\Machine.Specifications.Clr4.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -43,6 +52,9 @@
<Compile Include="Class1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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
6 changes: 6 additions & 0 deletions MongoAccounting.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoAccounting", "MongoAccounting\MongoAccounting.csproj", "{7CCBAA95-232D-4F1E-A29F-F2168D18AED3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MongoAccounting.Tests", "MongoAccounting.Tests\MongoAccounting.Tests.csproj", "{2F8CAAD4-2CE2-44BD-A9FF-2E8A171A0757}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -13,6 +15,10 @@ Global
{7CCBAA95-232D-4F1E-A29F-F2168D18AED3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CCBAA95-232D-4F1E-A29F-F2168D18AED3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CCBAA95-232D-4F1E-A29F-F2168D18AED3}.Release|Any CPU.Build.0 = Release|Any CPU
{2F8CAAD4-2CE2-44BD-A9FF-2E8A171A0757}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F8CAAD4-2CE2-44BD-A9FF-2E8A171A0757}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F8CAAD4-2CE2-44BD-A9FF-2E8A171A0757}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F8CAAD4-2CE2-44BD-A9FF-2E8A171A0757}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit b987b9e

Please sign in to comment.