Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Sep 2, 2016
1 parent 47292a3 commit 05f0153
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CleanCode/src/CleanCode.sln
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanCode.8.2", "CleanCode\CleanCode.8.2.csproj", "{5F96119C-2646-4298-AD40-30209E7E7BB2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CleanCode", "CleanCode\CleanCode.csproj", "{5F96119C-2646-4298-AD40-30209E7E7BB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Packager", "NuGet.Packager\NuGet.Packager.csproj", "{0451BAEF-DF2E-4B98-8644-94EE9415E389}"
EndProject
Expand Down
File renamed without changes.
7 changes: 4 additions & 3 deletions CleanCode/src/NuGet.Packager/NuGet.Packager.csproj
Expand Up @@ -11,7 +11,8 @@
<RootNamespace>NuGet.Packager</RootNamespace>
<AssemblyName>NuGet.Packager</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile></TargetFrameworkProfile>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -64,9 +65,9 @@
<Content Include="lib\CleanCode.8.2.pdb" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CleanCode\CleanCode.8.2.csproj">
<ProjectReference Include="..\CleanCode\CleanCode.csproj">
<Project>{5f96119c-2646-4298-ad40-30209e7e7bb2}</Project>
<Name>CleanCode.8.2</Name>
<Name>CleanCode</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit 05f0153

Please sign in to comment.