File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
- <startup >
4
- <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.5 " />
3
+ <startup >
4
+ <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6 " />
5
5
</startup >
6
- </configuration >
6
+ </configuration >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
5
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
10
<RootNamespace >ListingBuilder</RootNamespace >
11
11
<AssemblyName >ListingBuilder</AssemblyName >
12
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
12
+ <TargetFrameworkVersion >v4.6 </TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
14
15
</PropertyGroup >
15
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
17
<PlatformTarget >AnyCPU</PlatformTarget >
45
46
<Compile Include =" Properties\AssemblyInfo.cs" />
46
47
</ItemGroup >
47
48
<ItemGroup >
48
- <None Include =" App.config" />
49
+ <None Include =" App.config" >
50
+ <SubType >Designer</SubType >
51
+ </None >
49
52
</ItemGroup >
50
53
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51
54
<!-- 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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" ..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\packages\xunit.runner.visualstudio.2.0.0\build\net20\xunit.runner.visualstudio.props')" />
4
4
<Import Project =" ..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
5
5
<PropertyGroup >
10
10
<AppDesignerFolder >Properties</AppDesignerFolder >
11
11
<RootNamespace >Tests</RootNamespace >
12
12
<AssemblyName >Tests</AssemblyName >
13
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
13
+ <TargetFrameworkVersion >v4.6 </TargetFrameworkVersion >
14
14
<FileAlignment >512</FileAlignment >
15
15
<ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16
16
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
19
19
<IsCodedUITest >False</IsCodedUITest >
20
20
<TestProjectType >UnitTest</TestProjectType >
21
21
<NuGetPackageImportStamp >12305d7f</NuGetPackageImportStamp >
22
+ <TargetFrameworkProfile />
22
23
</PropertyGroup >
23
24
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
25
<DebugSymbols >true</DebugSymbols >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project ToolsVersion =" 12 .0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
5
5
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >11.0</VisualStudioVersion >
12
12
<UpgradeBackupLocation >
13
13
</UpgradeBackupLocation >
14
14
<OldToolsVersion >4.0</OldToolsVersion >
15
+ <TargetFrameworkProfile />
15
16
</PropertyGroup >
16
17
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
17
18
<PropertyGroup >
24
25
<AppDesignerFolder >Properties</AppDesignerFolder >
25
26
<RootNamespace >jQueryCodeSnippets</RootNamespace >
26
27
<AssemblyName >jQueryCodeSnippets</AssemblyName >
27
- <TargetFrameworkVersion >v4.5 </TargetFrameworkVersion >
28
+ <TargetFrameworkVersion >v4.6 </TargetFrameworkVersion >
28
29
<GeneratePkgDefFile >false</GeneratePkgDefFile >
29
30
<IncludeAssemblyInVSIXContainer >false</IncludeAssemblyInVSIXContainer >
30
31
<IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
You can’t perform that action at this time.
0 commit comments