提交 4b82c047 编写于 作者: T Tomas Matousek

Target net46 in all desktop projects

上级 80196bc4
......@@ -14,7 +14,7 @@
<AssemblyName>Roslyn.Compilers.CSharp.CommandLine.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<PlatformTarget>x86</PlatformTarget>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -13,7 +13,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.UnitTests</RootNamespace>
<AssemblyName>Roslyn.Compilers.CSharp.Emit.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\DiaSymReader\DiaSymReader.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -13,7 +13,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests</RootNamespace>
<AssemblyName>Roslyn.Compilers.CSharp.Semantic.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -13,7 +13,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests</RootNamespace>
<AssemblyName>Roslyn.Compilers.CSharp.Symbol.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -12,7 +12,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.CodeAnalysis.CSharp.UnitTests.CodeGen</RootNamespace>
<AssemblyName>Roslyn.Compilers.CSharp.WinRT.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -16,7 +16,7 @@
<StartupObject>Microsoft.CodeAnalysis.CSharp.CommandLine.Program</StartupObject>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Core\Portable\CodeAnalysis.csproj">
......
......@@ -3,7 +3,7 @@
"Microsoft.DiaSymReader.Native": "1.3.3",
},
"frameworks": {
"net45": { }
"net46": { }
},
"runtimes": {
"win7": { },
......
......@@ -15,7 +15,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Linked Files">
<Compile Include="..\..\Shared\GlobalAssemblyCacheHelpers\FusionAssemblyIdentity.cs">
......
......@@ -3,7 +3,7 @@
"Moq": "4.2.1402.2112",
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -12,7 +12,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.CodeAnalysis.BuildTasks</RootNamespace>
<AssemblyName>Microsoft.Build.Tasks.CodeAnalysis</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition="('$(BuildNumber)' != '') and ($(BuildNumber.Split('.').Length) == 2)">
......
{
"dependencies": { },
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { },
......
......@@ -15,7 +15,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -3,7 +3,7 @@
"Moq": "4.2.1402.2112",
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -16,7 +16,7 @@
<LargeAddressAware>true</LargeAddressAware>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\CSharp\Portable\CSharpCodeAnalysis.csproj">
......@@ -83,4 +83,4 @@
<ImportGroup Label="Targets">
<Import Project="..\..\..\..\build\Targets\VSL.Imports.targets" />
</ImportGroup>
</Project>
\ No newline at end of file
</Project>
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": { }
"net46": { }
},
"runtimes": {
"win7": { },
......
......@@ -13,7 +13,7 @@
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.CSharp.Test.Utilities.Desktop</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile />
<CopyNuGetImplementations>false</CopyNuGetImplementations>
</PropertyGroup>
......
{
"dependencies": { },
"frameworks": {
"net45": { }
"net46": { }
}
}
......@@ -13,7 +13,7 @@
<AssemblyName>Roslyn.Compilers.VisualBasic.Test.Utilities</AssemblyName>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Nonshipping>true</Nonshipping>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile />
<CopyNuGetImplementations>false</CopyNuGetImplementations>
</PropertyGroup>
......
{
"dependencies": { },
"frameworks": {
"net45": { }
"net46": { }
}
}
......@@ -15,7 +15,7 @@
<AssemblyName>Roslyn.Compilers.VisualBasic.CommandLine.UnitTests</AssemblyName>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<PlatformTarget>x86</PlatformTarget>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -11,7 +11,7 @@
<ProjectGuid>{190CE348-596E-435A-9E5B-12A689F9FC29}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Emit.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\DiaSymReader\DiaSymReader.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -11,7 +11,7 @@
<ProjectGuid>{BF180BD2-4FB7-4252-A7EC-A00E0C7A028A}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Semantic.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -11,7 +11,7 @@
<ProjectGuid>{BDA5D613-596D-4B61-837C-63554151C8F5}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Symbol.UnitTests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -12,7 +12,7 @@
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.Compilers.VisualBasic.Syntax.UnitTests</AssemblyName>
<VBSyntaxGeneratorToolPath>$(OutDir)\VBSyntaxGenerator.exe</VBSyntaxGeneratorToolPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Build Items">
<SyntaxTestDefinition Include="..\..\Portable\Syntax\Syntax.xml" />
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -3,7 +3,7 @@
"Microsoft.DiaSymReader.Native": "1.3.3",
},
"frameworks": {
"net45": { }
"net46": { }
},
"runtimes": {
"win7": { },
......
......@@ -16,7 +16,7 @@
<StartupObject>Microsoft.CodeAnalysis.VisualBasic.CommandLine.Program</StartupObject>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\Core\Portable\CodeAnalysis.csproj">
......
......@@ -3,6 +3,6 @@
"Microsoft.NetFX20": "1.0.3"
},
"frameworks": {
"net45": {}
"net46": {}
},
}
\ No newline at end of file
......@@ -12,7 +12,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.UnitTests</RootNamespace>
<AssemblyName>Roslyn.ExpressionEvaluator.CSharp.ExpressionCompiler.UnitTests</AssemblyName>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<!-- Don't transitively copy output files, since everything builds to the same folder. -->
</PropertyGroup>
<ItemGroup Label="Project References">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -12,7 +12,7 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator</RootNamespace>
<AssemblyName>Roslyn.ExpressionEvaluator.CSharp.ResultProvider.UnitTests</AssemblyName>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="File References">
<Reference Include="$(OutDir)Microsoft.VisualStudio.Debugger.Metadata.dll" />
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -14,7 +14,7 @@
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\..\</SolutionDir>
<ConcordDir>$(MSBuildThisFileDirectory)</ConcordDir>
<NonShipping>true</NonShipping>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FakeSignToolPath>$(NuGetPackageRoot)\FakeSign\0.9.2\tools\FakeSign.exe</FakeSignToolPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
......
......@@ -14,7 +14,7 @@
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CopyNuGetImplementations>false</CopyNuGetImplementations>
</PropertyGroup>
<ItemGroup Label="File References">
......
......@@ -2,6 +2,6 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
}
}
\ No newline at end of file
......@@ -14,7 +14,7 @@
<AssemblyName>Roslyn.ExpressionEvaluator.ResultProvider.Test.Utilities</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CopyNuGetImplementations>false</CopyNuGetImplementations>
</PropertyGroup>
<ItemGroup Label="File References">
......
......@@ -2,6 +2,6 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
}
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
<OutputType>Library</OutputType>
<AssemblyName>Roslyn.ExpressionEvaluator.VisualBasic.ExpressionCompiler.UnitTests</AssemblyName>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="File References">
<Reference Include="System.Xml.Linq" />
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -13,7 +13,7 @@
</RootNamespace>
<AssemblyName>Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.UnitTests</AssemblyName>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<VBRuntime>
</VBRuntime>
</PropertyGroup>
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net45": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -6,7 +6,7 @@
<PropertyGroup>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<DeployToSamplesSubfolder>false</DeployToSamplesSubfolder>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -14,7 +14,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CSharpAnalyzers.Test</RootNamespace>
<AssemblyName>CSharpAnalyzers.Test</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
......
......@@ -45,7 +45,7 @@ public DiagnosticResultLocation[] Locations
{
if (this.locations == null)
{
this.locations = new DiagnosticResultLocation[] { };
return Array.Empty<DiagnosticResultLocation>();
}
return this.locations;
}
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -16,7 +16,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CSharpAnalyzers</RootNamespace>
<AssemblyName>CSharpAnalyzers</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
......
......@@ -15,7 +15,7 @@
<ProjectGuid>{E1D96749-5BF9-4B04-81A1-9D4B3B1F6BF4}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>ConsoleClassifier</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<ScrubbedSamplePath>CSharp\ConsoleClassifier</ScrubbedSamplePath>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\</SolutionDir>
</PropertyGroup>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -41,7 +41,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ConvertToAutoPropertyCS</RootNamespace>
<AssemblyName>ConvertToAutoPropertyCS</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<UseCodeBase>true</UseCodeBase>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<VSSDKTargetPlatformRegRootSuffix>RoslynDev</VSSDKTargetPlatformRegRootSuffix>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -12,7 +12,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FormatSolution</RootNamespace>
<AssemblyName>FormatSolution</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ScrubbedSamplePath>CSharp\FormatSolution</ScrubbedSamplePath>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\</SolutionDir>
......
......@@ -11,7 +11,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CSharpProject</RootNamespace>
<AssemblyName>CSharpProject</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
......
......@@ -12,7 +12,7 @@
<AssemblyName>VisualBasicProject</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -46,7 +46,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ImplementNotifyPropertyChangedCS</RootNamespace>
<AssemblyName>ImplementNotifyPropertyChangedCS</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<UseCodeBase>true</UseCodeBase>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -15,7 +15,7 @@
<RootNamespace>ImplementNotifyPropertyChangedCS.UnitTests</RootNamespace>
<AssemblyName>ImplementNotifyPropertyChangedCS.UnitTests</AssemblyName>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="File References">
<None Include="project.json" />
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -41,7 +41,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MakeConstCS</RootNamespace>
<AssemblyName>MakeConstCS</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<UseCodeBase>true</UseCodeBase>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<VSSDKTargetPlatformRegRootSuffix>RoslynDev</VSSDKTargetPlatformRegRootSuffix>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -14,7 +14,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TreeTransformsCS</RootNamespace>
<AssemblyName>TreeTransformsCS</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -15,7 +15,7 @@
<RootNamespace>Roslyn.UnitTestFramework</RootNamespace>
<AssemblyName>Roslyn.UnitTestFramework</AssemblyName>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="File References">
<ProjectReference Include="..\..\..\..\src\Compilers\Core\Portable\CodeAnalysis.csproj">
......
......@@ -3,7 +3,7 @@
"Moq": "4.2.1402.2112"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -5,7 +5,7 @@
</ImportGroup>
<PropertyGroup>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -12,7 +12,7 @@
<AssemblyName>BasicAnalyzers.Test</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
......
......@@ -43,7 +43,7 @@ Namespace TestHelper
Get
If Me.innerlocations Is Nothing Then
Me.innerlocations = {}
Return Array.Empty(Of DiagnosticResultLocation)
End If
Return Me.innerlocations
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": { }
......
......@@ -15,7 +15,7 @@
<OutputType>Library</OutputType>
<RootNamespace>BasicAnalyzers</RootNamespace>
<AssemblyName>BasicAnalyzers.Vsix</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
......
......@@ -18,7 +18,7 @@
<AssemblyName>ConsoleClassifier</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<ScrubbedSamplePath>VisualBasic\ConsoleClassifier</ScrubbedSamplePath>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\</SolutionDir>
</PropertyGroup>
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -36,7 +36,7 @@
<OutputType>Library</OutputType>
<RootNamespace>ConvertToAutoPropertyVB</RootNamespace>
<AssemblyName>ConvertToAutoPropertyVB</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<UseCodeBase>true</UseCodeBase>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -15,7 +15,7 @@
<MyType>Windows</MyType>
<OptionStrict>Off</OptionStrict>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\..\Dependencies\xUnit.net\xUnit.net.csproj">
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -15,7 +15,7 @@
<AssemblyName>FormatSolution</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<ScrubbedSamplePath>VisualBasic\FormatSolution</ScrubbedSamplePath>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\</SolutionDir>
</PropertyGroup>
......
......@@ -11,7 +11,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CSharpProject</RootNamespace>
<AssemblyName>CSharpProject</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
......
......@@ -12,7 +12,7 @@
<AssemblyName>VisualBasicProject</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -37,7 +37,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Roslyn.Samples.ImplementNotifyPropertyChangedVB</RootNamespace>
<AssemblyName>ImplementNotifyPropertyChangedVB</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<UseCodeBase>true</UseCodeBase>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -14,7 +14,7 @@
<AssemblyName>ImplementNotifyPropertyChangedVB.UnitTests</AssemblyName>
<VBRuntime>Default</VBRuntime>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Label="File References">
<Folder Include="My Project\" />
......
......@@ -2,7 +2,7 @@
"dependencies": {
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -41,7 +41,7 @@
<OutputType>Library</OutputType>
<RootNamespace>MakeConstVB</RootNamespace>
<AssemblyName>MakeConstVB</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -18,7 +18,7 @@
<AssemblyName>TreeTransformsVB</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\</SolutionDir>
......
......@@ -3,7 +3,7 @@
"Microsoft.Composition": "1.0.27"
},
"frameworks": {
"net452": {}
"net46": {}
},
"runtimes": {
"win7": {},
......
......@@ -14,7 +14,7 @@
<RootNamespace>Roslyn.Test.Utilities</RootNamespace>
<AssemblyName>Roslyn.Test.Utilities.Desktop</AssemblyName>
<CopyNuGetImplementations>false</CopyNuGetImplementations>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CopyNuGetImplementations>true</CopyNuGetImplementations>
</PropertyGroup>
<ItemGroup Label="Project References">
......
......@@ -4,7 +4,7 @@
"Microsoft.DiaSymReader.Native": "1.3.3",
},
"frameworks": {
"net45": { }
"net46": { }
},
"runtimes": {
"win7-anycpu": { },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册