You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
<ItemGroupCondition="'$(Configuration)' == 'Debug' Or '$(Configuration)' == 'Release'">
124
+
<NoneInclude="packages.config">
125
+
<SubType>Designer</SubType>
126
+
</None>
127
+
</ItemGroup>
128
+
<ItemGroupCondition="'$(Configuration)' == 'Debug-Net45' Or '$(Configuration)' == 'Release-Net45'">
129
+
<NoneInclude="packages-Net45.config" />
122
130
</ItemGroup>
123
131
<ItemGroup>
124
132
<NoneInclude="makecert.exe">
@@ -138,11 +146,11 @@
138
146
<ErrorCondition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')"Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567."HelpKeyword="BCLBUILD2001" />
139
147
<ErrorCondition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')"Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568."HelpKeyword="BCLBUILD2002" />
140
148
</Target>
141
-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142
-
Other similar extension points exist, see Microsoft.Common.targets.
143
-
<Target Name="BeforeBuild">
144
-
</Target>
145
-
<Target Name="AfterBuild">
146
-
</Target>
149
+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150
+
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments