Skip to content

Commit

Permalink
update with my mess ( not some projects are now vs2017 .net4.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
UbitUmarov committed Jan 16, 2018
1 parent 206f421 commit 0bc9e5f
Show file tree
Hide file tree
Showing 49 changed files with 737 additions and 6,593 deletions.
Binary file modified DotNetOpenId/bin/Release/log4net.dll
Binary file not shown.
Binary file modified DotNetOpenId/bin/debug/log4net.dll
Binary file not shown.
Binary file modified DotNetOpenId/lib/log4net.dll
Binary file not shown.

Large diffs are not rendered by default.

15 changes: 13 additions & 2 deletions DotNetOpenId/samples/ProviderPortal/ProviderPortal.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -11,6 +12,11 @@
<RootNamespace>ProviderPortal</RootNamespace>
<AssemblyName>ProviderPortal</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -146,8 +152,13 @@
</None>
<Content Include="Provider.ashx" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Binary file modified DotNetOpenId/samples/ProviderPortal/bin/log4net.dll
Binary file not shown.
Binary file not shown.
15 changes: 12 additions & 3 deletions DotNetOpenId/samples/RelyingPartyMvc/RelyingPartyMvc.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -11,6 +12,9 @@
<RootNamespace>RelyingPartyMvc</RootNamespace>
<AssemblyName>RelyingPartyMvc</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileUpgradeFlags>40</FileUpgradeFlags>
<UpgradeBackupLocation>C:\opensim\opensim-libs\DotNetOpenId\src\Backup\RelyingPartyMvc\</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -99,8 +103,13 @@
<Folder Include="App_Data\" />
<Folder Include="Models\" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand All @@ -124,4 +133,4 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
namespace ConsumerPortal.Code {


public partial class CustomStoreDataSet {
namespace ConsumerPortal.Code
{


public partial class CustomStoreDataSet
{
}
}
23 changes: 20 additions & 3 deletions DotNetOpenId/samples/RelyingPartyPortal/RelyingPartyPortal.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -11,6 +12,18 @@
<RootNamespace>ConsumerPortal</RootNamespace>
<AssemblyName>ConsumerPortal</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<UseIISExpress>false</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -64,7 +77,6 @@
<Compile Include="Code\CustomStore.cs" />
<Compile Include="Code\CustomStoreDataSet.cs">
<DependentUpon>CustomStoreDataSet.xsd</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="Code\CustomStoreDataSet.Designer.cs">
<DependentUpon>CustomStoreDataSet.xsd</DependentUpon>
Expand Down Expand Up @@ -144,8 +156,13 @@
<DependentUpon>CustomStoreDataSet.xsd</DependentUpon>
</None>
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Binary file modified DotNetOpenId/samples/RelyingPartyPortal/bin/log4net.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ C:\Documents and Settings\dcolive\Desktop\dotnetopenid\bin\Debug\DotNetOpenId.Bu
C:\Documents and Settings\dcolive\Desktop\dotnetopenid\src\DotNetOpenId.BuildTasks\obj\Debug\ResolveAssemblyReference.cache
C:\Documents and Settings\dcolive\Desktop\dotnetopenid\src\DotNetOpenId.BuildTasks\obj\Debug\DotNetOpenId.BuildTasks.dll
C:\Documents and Settings\dcolive\Desktop\dotnetopenid\src\DotNetOpenId.BuildTasks\obj\Debug\DotNetOpenId.BuildTasks.pdb
C:\opensim\opensim-libs\DotNetOpenId\bin\Debug\DotNetOpenId.BuildTasks.dll
C:\opensim\opensim-libs\DotNetOpenId\bin\Debug\DotNetOpenId.BuildTasks.pdb
C:\opensim\opensim-libs\DotNetOpenId\src\DotNetOpenId.BuildTasks\obj\Debug\DotNetOpenId.BuildTasks.csprojResolveAssemblyReference.cache
C:\opensim\opensim-libs\DotNetOpenId\src\DotNetOpenId.BuildTasks\obj\Debug\DotNetOpenId.BuildTasks.csproj.CoreCompileInputs.cache
C:\opensim\opensim-libs\DotNetOpenId\src\DotNetOpenId.BuildTasks\obj\Debug\DotNetOpenId.BuildTasks.dll
C:\opensim\opensim-libs\DotNetOpenId\src\DotNetOpenId.BuildTasks\obj\Debug\DotNetOpenId.BuildTasks.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ C:\Documents and Settings\dcolive\Desktop\dotnetopenid\bin\Release\DotNetOpenId.
C:\Documents and Settings\dcolive\Desktop\dotnetopenid\src\DotNetOpenId.BuildTasks\obj\Release\ResolveAssemblyReference.cache
C:\Documents and Settings\dcolive\Desktop\dotnetopenid\src\DotNetOpenId.BuildTasks\obj\Release\DotNetOpenId.BuildTasks.dll
C:\Documents and Settings\dcolive\Desktop\dotnetopenid\src\DotNetOpenId.BuildTasks\obj\Release\DotNetOpenId.BuildTasks.pdb
C:\opensim\opensim-libs\DotNetOpenId\bin\Release\DotNetOpenId.BuildTasks.dll
C:\opensim\opensim-libs\DotNetOpenId\bin\Release\DotNetOpenId.BuildTasks.pdb
C:\opensim\opensim-libs\DotNetOpenId\src\DotNetOpenId.BuildTasks\obj\Release\DotNetOpenId.BuildTasks.csproj.CoreCompileInputs.cache
C:\opensim\opensim-libs\DotNetOpenId\src\DotNetOpenId.BuildTasks\obj\Release\DotNetOpenId.BuildTasks.dll
C:\opensim\opensim-libs\DotNetOpenId\src\DotNetOpenId.BuildTasks\obj\Release\DotNetOpenId.BuildTasks.pdb
Binary file not shown.
Binary file not shown.
7 changes: 6 additions & 1 deletion DotNetOpenId/src/DotNetOpenId.Test/DotNetOpenId.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
Expand All @@ -10,6 +10,11 @@
<RootNamespace>DotNetOpenId.Test</RootNamespace>
<AssemblyName>DotNetOpenId.Test</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Sign)' == 'true' ">
<SignAssembly>true</SignAssembly>
Expand Down
Binary file modified DotNetOpenId/src/DotNetOpenId.TestWeb/Bin/DotNetOpenId.dll
Binary file not shown.
Binary file modified DotNetOpenId/src/DotNetOpenId.TestWeb/Bin/DotNetOpenId.pdb
Binary file not shown.
Loading

0 comments on commit 0bc9e5f

Please sign in to comment.