Skip to content

Commit 85b60f3

Browse files
committed
1 parent fa518d5 commit 85b60f3

File tree

6 files changed

+5
-153
lines changed

6 files changed

+5
-153
lines changed

.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

.nuget/NuGet.exe

-677 KB
Binary file not shown.

.nuget/NuGet.targets

Lines changed: 0 additions & 133 deletions
This file was deleted.

NTestDataBuilder.Tests/NTestDataBuilder.Tests.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15-
<RestorePackages>true</RestorePackages>
1615
</PropertyGroup>
1716
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1817
<DebugSymbols>true</DebugSymbols>
@@ -71,12 +70,11 @@
7170
</ProjectReference>
7271
</ItemGroup>
7372
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
7573
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7674
Other similar extension points exist, see Microsoft.Common.targets.
7775
<Target Name="BeforeBuild">
7876
</Target>
7977
<Target Name="AfterBuild">
8078
</Target>
8179
-->
82-
</Project>
80+
</Project>

NTestDataBuilder.sln

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30501.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTestDataBuilder", "NTestDataBuilder\NTestDataBuilder.csproj", "{01E4EE61-AB1A-4177-8B6C-D50205D167A9}"
57
EndProject
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C9828598-4B04-42AE-8DC0-701A23D586BC}"
7-
ProjectSection(SolutionItems) = preProject
8-
.nuget\NuGet.Config = .nuget\NuGet.Config
9-
.nuget\NuGet.exe = .nuget\NuGet.exe
10-
.nuget\NuGet.targets = .nuget\NuGet.targets
11-
EndProjectSection
12-
EndProject
138
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NTestDataBuilder.Tests", "NTestDataBuilder.Tests\NTestDataBuilder.Tests.csproj", "{DC49CE57-CB3F-487D-83DC-6A4E78CB908C}"
149
EndProject
1510
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC8508D1-6FCB-46B2-9C14-F41F6AD76B09}"

NTestDataBuilder/NTestDataBuilder.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15-
<RestorePackages>true</RestorePackages>
1615
</PropertyGroup>
1716
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1817
<DebugSymbols>true</DebugSymbols>
@@ -55,12 +54,11 @@
5554
<None Include="packages.config" />
5655
</ItemGroup>
5756
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
58-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
5957
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6058
Other similar extension points exist, see Microsoft.Common.targets.
6159
<Target Name="BeforeBuild">
6260
</Target>
6361
<Target Name="AfterBuild">
6462
</Target>
6563
-->
66-
</Project>
64+
</Project>

0 commit comments

Comments
 (0)