Skip to content

Commit 4ae8842

Browse files
committed
Rename project to UnitsNet.Portable40
1 parent 4b7e784 commit 4ae8842

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Src/UnitsNet.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30501.0
4+
VisualStudioVersion = 12.0.30723.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4DC016EB-1ED1-4EAA-8537-E47278281BDC}"
77
EndProject
@@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{9A9082
1212
.nuget\NuGet.targets = .nuget\NuGet.targets
1313
EndProjectSection
1414
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitsNet.pcl", "UnitsNet\UnitsNet.pcl.csproj", "{52C647A6-A05A-4CBD-A18A-9F1D260800F8}"
15+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitsNet.Portable40", "UnitsNet\UnitsNet.Portable40.csproj", "{52C647A6-A05A-4CBD-A18A-9F1D260800F8}"
1616
EndProject
1717
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitsNet.net35", "UnitsNet\UnitsNet.net35.csproj", "{62E7F8AB-01ED-455A-8CE2-86F020D429B0}"
1818
EndProject

Src/UnitsNet/UnitsNet.pcl.csproj renamed to Src/UnitsNet/UnitsNet.Portable40.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>UnitsNet</RootNamespace>
12-
<AssemblyName>UnitsNet.pcl</AssemblyName>
12+
<AssemblyName>UnitsNet.Portable40</AssemblyName>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
14+
<TargetFrameworkProfile>Profile328</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1717
<OutputPath>..\..\Build\bin\$(Platform)_$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)