1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <MinimumVisualStudioVersion >10.0</MinimumVisualStudioVersion >
6
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
- <ProjectGuid >{A3EF47F0-704F-4155-BAC7-DD919B957CC0}</ProjectGuid >
9
- <OutputType >Library</OutputType >
10
- <AppDesignerFolder >Properties</AppDesignerFolder >
11
- <RootNamespace >VerbalExpressions</RootNamespace >
12
- <AssemblyName >VerbalExpressions</AssemblyName >
13
- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14
- <TargetFrameworkProfile >Profile136</TargetFrameworkProfile >
15
- <FileAlignment >512</FileAlignment >
16
- <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17
- <FileUpgradeFlags >
18
- </FileUpgradeFlags >
19
- <UpgradeBackupLocation >
20
- </UpgradeBackupLocation >
21
- <OldToolsVersion >4.0</OldToolsVersion >
22
- <PublishUrl >publish\</PublishUrl >
23
- <Install >true</Install >
24
- <InstallFrom >Disk</InstallFrom >
25
- <UpdateEnabled >false</UpdateEnabled >
26
- <UpdateMode >Foreground</UpdateMode >
27
- <UpdateInterval >7</UpdateInterval >
28
- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
29
- <UpdatePeriodically >false</UpdatePeriodically >
30
- <UpdateRequired >false</UpdateRequired >
31
- <MapFileExtensions >true</MapFileExtensions >
32
- <ApplicationRevision >0</ApplicationRevision >
33
- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
34
- <IsWebBootstrapper >false</IsWebBootstrapper >
35
- <UseApplicationTrust >false</UseApplicationTrust >
36
- <BootstrapperEnabled >true</BootstrapperEnabled >
4
+ <TargetFramework >netstandard1.0</TargetFramework >
37
5
</PropertyGroup >
38
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
39
- <DebugSymbols >true</DebugSymbols >
40
- <DebugType >full</DebugType >
41
- <Optimize >false</Optimize >
42
- <OutputPath >bin\Debug\</OutputPath >
43
- <DefineConstants >DEBUG;TRACE</DefineConstants >
44
- <ErrorReport >prompt</ErrorReport >
45
- <WarningLevel >4</WarningLevel >
46
- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
47
- <RunCodeAnalysis >true</RunCodeAnalysis >
48
- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
49
- </PropertyGroup >
50
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
51
- <DebugType >pdbonly</DebugType >
52
- <Optimize >true</Optimize >
53
- <OutputPath >bin\Release\</OutputPath >
54
- <DefineConstants >TRACE</DefineConstants >
55
- <ErrorReport >prompt</ErrorReport >
56
- <WarningLevel >4</WarningLevel >
57
- </PropertyGroup >
58
- <ItemGroup >
59
- <!-- A reference to the entire .NET Framework is automatically included -->
60
- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
61
- <Visible >False</Visible >
62
- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
63
- <Install >false</Install >
64
- </BootstrapperPackage >
65
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
66
- <Visible >False</Visible >
67
- <ProductName >.NET Framework 3.5 SP1</ProductName >
68
- <Install >false</Install >
69
- </BootstrapperPackage >
70
- </ItemGroup >
71
- <ItemGroup >
72
- <Compile Include =" CommonRegex.cs" />
73
- <Compile Include =" RegexCache.cs" />
74
- <Compile Include =" VerbalExpressions.cs" />
75
- <Compile Include =" Properties\AssemblyInfo.cs" />
76
- </ItemGroup >
77
- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
78
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79
- Other similar extension points exist, see Microsoft.Common.targets.
80
- <Target Name="BeforeBuild">
81
- </Target>
82
- <Target Name="AfterBuild">
83
- </Target>
84
- -->
85
- </Project >
6
+
7
+ </Project >
0 commit comments