Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@ Generated_Code #added for RIA/Silverlight projects
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
/bin
/NDepend.Path/obj
/NDepend.Path.Tests/obj
/NDepend.Path.sln.ide
/*.nupkg
7 changes: 3 additions & 4 deletions NDepend.Path.Tests/NDepend.Path.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@
<HintPath>..\bin\Debug\NDepend.Path.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="nunit.framework, Version=2.5.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\Debug\nunit.framework.dll</HintPath>
<Private>False</Private>
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -105,6 +103,7 @@
</ItemGroup>
<ItemGroup>
<None Include="NDepend.Path.Key.snk" />
<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.
Expand Down
1 change: 1 addition & 0 deletions NDepend.Path.Tests/NDepend.Path.Tests.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file removed NDepend.Path.Tests/obj/Debug/NDepend.Path.Tests.dll
Binary file not shown.
Binary file removed NDepend.Path.Tests/obj/Debug/NDepend.Path.Tests.pdb
Binary file not shown.
4 changes: 4 additions & 0 deletions NDepend.Path.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net40" />
</packages>
3 changes: 2 additions & 1 deletion NDepend.Path/NDepend.Path.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -168,6 +168,7 @@
</ItemGroup>
<ItemGroup>
<None Include="NDepend.Path.Key.snk" />
<None Include="NDepend.Path.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
19 changes: 19 additions & 0 deletions NDepend.Path/NDepend.Path.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NDepend.Path</id>
<version>1.0.0</version>
<title>NDepend.Path Default Implementation</title>
<authors>psmacchia</authors>
<owners>psmacchia</owners>
<projectUrl>https://github.com/psmacchia/NDepend.Path</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A OO framework to handle all sorts of paths operations: File, Directory, Absolute, Drive Letter, UNC, Relative, prefixed with an Environment Variable, that contain Variable... This framework is used in the product NDepend to handle all paths operations. http://www.NDepend.com</description>
<releaseNotes>Initial Release.</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>Path File Directory Absolute Drive Letter UNC Relative</tags>
</metadata>
<files>
<file src="..\bin\Release\NDepend.Path.dll" target="lib\net35\NDepend.Path.dll" />
</files>
</package>
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file removed NDepend.Path/obj/Debug/NDepend.Path.dll
Binary file not shown.
Binary file removed NDepend.Path/obj/Debug/NDepend.Path.pdb
Binary file not shown.
Empty file.
Binary file removed bin/Debug/Microsoft.Contracts.dll
Binary file not shown.
Binary file removed bin/Debug/NDepend.Path.Tests.dll
Binary file not shown.
Binary file removed bin/Debug/NDepend.Path.Tests.pdb
Binary file not shown.
Binary file removed bin/Debug/NDepend.Path.dll
Binary file not shown.
Binary file removed bin/Debug/NDepend.Path.pdb
Binary file not shown.
Binary file removed bin/Debug/nunit.framework.dll
Binary file not shown.