File tree 5 files changed +9
-15
lines changed 5 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 33
33
<WarningLevel >4</WarningLevel >
34
34
<DocumentationFile >bin\Release\NetFx45\Parse.NetFx45.xml</DocumentationFile >
35
35
</PropertyGroup >
36
- <PropertyGroup >
37
- <SignAssembly >false</SignAssembly >
38
- </PropertyGroup >
39
36
<ItemGroup >
40
37
<Reference Include =" System" />
41
38
<Reference Include =" Microsoft.CSharp" />
78
75
<Name >Parse</Name >
79
76
</ProjectReference >
80
77
</ItemGroup >
78
+ <PropertyGroup >
79
+ <SignAssembly >false</SignAssembly >
80
+ </PropertyGroup >
81
81
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82
82
<Import Project =" $(SolutionDir)\.nuget\nuget.targets" Condition =" Exists('$(SolutionDir)\.nuget\nuget.targets')" />
83
83
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line number Diff line number Diff line change 86
86
<ErrorReport >prompt</ErrorReport >
87
87
<WarningLevel >4</WarningLevel >
88
88
</PropertyGroup >
89
- <PropertyGroup >
90
- <SignAssembly >false</SignAssembly >
91
- </PropertyGroup >
92
89
<ItemGroup >
93
90
<Compile Include =" Internal\**\Phone\*.cs" />
94
91
105
102
<Name >Parse</Name >
106
103
</ProjectReference >
107
104
</ItemGroup >
105
+ <PropertyGroup >
106
+ <SignAssembly >false</SignAssembly >
107
+ </PropertyGroup >
108
108
<Import Project =" $(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
109
109
<Import Project =" $(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
110
110
<ProjectExtensions />
Original file line number Diff line number Diff line change 127
127
<PropertyGroup >
128
128
<SignAssembly >false</SignAssembly >
129
129
</PropertyGroup >
130
- <PropertyGroup >
131
- <AssemblyOriginatorKeyFile >Parse.snk</AssemblyOriginatorKeyFile >
132
- </PropertyGroup >
133
130
<Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
134
131
<Import Project =" $(SolutionDir)\.nuget\nuget.targets" Condition =" Exists('$(SolutionDir)\.nuget\nuget.targets')" />
135
132
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line number Diff line number Diff line change 59
59
<Compile Include =" Internal\**\*.cs" Exclude =" $(ExcludedPlatformSpecificSourceFilesString)" />
60
60
<Compile Include =" Public\**\*.cs" Exclude =" $(ExcludedPlatformSpecificSourceFilesString)" />
61
61
</ItemGroup >
62
-
62
+ <PropertyGroup >
63
+ <SignAssembly >false</SignAssembly >
64
+ </PropertyGroup >
63
65
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
64
66
<Import Project =" $(SolutionDir)\.nuget\nuget.targets" Condition =" Exists('$(SolutionDir)\.nuget\nuget.targets')" />
65
67
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line number Diff line number Diff line change 16
16
[ assembly: InternalsVisibleTo ( "ParseTest.Integration.Phone" ) ]
17
17
18
18
[ assembly: InternalsVisibleTo ( "ParseTest.Unit.NetFx45" ) ]
19
-
20
19
[ assembly: InternalsVisibleTo ( "DynamicProxyGenAssembly2" ) ]
21
20
22
- // Internal visibility for sample projects
23
- [ assembly: InternalsVisibleTo ( "ParsePushSample" ) ]
24
- [ assembly: InternalsVisibleTo ( "ParsePhonePushSample" ) ]
25
-
26
21
#if MONO
27
22
[ assembly: InternalsVisibleTo ( "ParseTestIntegrationiOS" ) ]
28
23
[ assembly: InternalsVisibleTo ( "ParseTest.Integration.Android" ) ]
You can’t perform that action at this time.
0 commit comments