Skip to content

Commit 2216d4a

Browse files
committed
Merge pull request VerbalExpressions#43 from psoholt/delete_folder
delete .nuget folder and remove reference from project
2 parents d44870a + 3118361 commit 2216d4a

File tree

7 files changed

+7
-151
lines changed

7 files changed

+7
-151
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ publish
8080

8181
# NuGet Packages Directory
8282
packages
83+
.nuget/
84+
.nuget/*
8385
# NuGet Packages itself
8486
*.nupkg
8587

.nuget/NuGet.Config

-6
This file was deleted.

.nuget/NuGet.exe

-760 KB
Binary file not shown.

.nuget/NuGet.targets

-133
This file was deleted.

VerbalExpressions.sln

100755100644
-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VerbalExpressions", "Verbal
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VerbalExpressionsUnitTests", "VerbalExpressionsUnitTests\VerbalExpressionsUnitTests.csproj", "{DA5044A2-4E99-454F-A627-6DC3B861EC44}"
77
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B6E2FF23-4F02-434B-941F-F48BD0092C32}"
9-
ProjectSection(SolutionItems) = preProject
10-
.nuget\NuGet.Config = .nuget\NuGet.Config
11-
.nuget\NuGet.exe = .nuget\NuGet.exe
12-
.nuget\NuGet.targets = .nuget\NuGet.targets
13-
EndProjectSection
14-
EndProject
158
Global
169
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1710
Debug|Any CPU = Debug|Any CPU

VerbalExpressions/VerbalExpressions.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RootNamespace>VerbalExpressions</RootNamespace>
1212
<AssemblyName>VerbalExpressions</AssemblyName>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Profile1</TargetFrameworkProfile>
14+
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1717
<FileUpgradeFlags>

VerbalExpressionsUnitTests/VerbalExpressionsUnitTests.csproj

100755100644
+4-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
37-
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
38-
</Reference>
3936
<Reference Include="System" />
4037
<Reference Include="System.Core" />
38+
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
39+
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
40+
</Reference>
4141
</ItemGroup>
4242
<ItemGroup>
4343
<Compile Include="AddModifierTests.cs" />
@@ -65,7 +65,7 @@
6565
</ItemGroup>
6666
<ItemGroup>
6767
<ProjectReference Include="..\VerbalExpressions\VerbalExpressions.csproj">
68-
<Project>{a3ef47f0-704f-4155-bac7-dd919b957cc0}</Project>
68+
<Project>{A3EF47F0-704F-4155-BAC7-DD919B957CC0}</Project>
6969
<Name>VerbalExpressions</Name>
7070
</ProjectReference>
7171
</ItemGroup>

0 commit comments

Comments
 (0)