1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project Sdk =" MSBuild.Sdk.Extras" >
3
+
3
4
<PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProjectGuid >{B3158916-F54D-4F00-B553-E86D4370FF96}</ProjectGuid >
7
- <OutputType >Library</OutputType >
8
- <AppDesignerFolder >Properties</AppDesignerFolder >
9
- <RootNamespace >CommonMark.Tests</RootNamespace >
10
- <AssemblyName >CommonMark.Tests</AssemblyName >
11
- <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
13
- <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
15
- <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
16
- <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
17
- <IsCodedUITest >False</IsCodedUITest >
18
- <TestProjectType >UnitTest</TestProjectType >
5
+ <TargetFrameworks >net451</TargetFrameworks >
19
6
</PropertyGroup >
20
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
7
+
8
+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
21
9
<DebugSymbols >true</DebugSymbols >
22
10
<DebugType >full</DebugType >
23
- <Optimize >false</Optimize >
24
- <OutputPath >bin\Debug\</OutputPath >
25
- <DefineConstants >DEBUG;TRACE</DefineConstants >
26
- <ErrorReport >prompt</ErrorReport >
27
- <WarningLevel >4</WarningLevel >
28
11
</PropertyGroup >
29
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
12
+
13
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
30
14
<DebugType >pdbonly</DebugType >
31
- <Optimize >true</Optimize >
32
- <OutputPath >bin\Release\</OutputPath >
33
- <DefineConstants >TRACE</DefineConstants >
34
- <ErrorReport >prompt</ErrorReport >
35
- <WarningLevel >4</WarningLevel >
36
15
</PropertyGroup >
16
+
37
17
<PropertyGroup >
38
- <SignAssembly >true</SignAssembly >
18
+ <Description >https://github.com/Knagis/CommonMark.NET</Description >
19
+ <Copyright >Copyright © Kārlis Gaņģis 2014</Copyright >
20
+
21
+ <Version >1.0.0.0</Version >
22
+ <FileVersion >1.0.0.0</FileVersion >
39
23
</PropertyGroup >
24
+
25
+ <ItemGroup >
26
+ <AssemblyAttribute Include =" System.Reflection.AssemblyCultureAttribute" >
27
+ <_Parameter1 ></_Parameter1 >
28
+ </AssemblyAttribute >
29
+ <AssemblyAttribute Include =" System.Reflection.AssemblyTrademarkAttribute" >
30
+ <_Parameter1 ></_Parameter1 >
31
+ </AssemblyAttribute >
32
+ </ItemGroup >
33
+
40
34
<PropertyGroup >
35
+ <SignAssembly >true</SignAssembly >
41
36
<AssemblyOriginatorKeyFile >..\CommonMark\Properties\public.snk</AssemblyOriginatorKeyFile >
42
37
</PropertyGroup >
38
+
43
39
<ItemGroup >
44
- <Reference Include =" System" />
45
- </ItemGroup >
46
- <Choose >
47
- <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
48
- <ItemGroup >
49
- <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
50
- </ItemGroup >
51
- </When >
52
- <Otherwise >
53
- <ItemGroup >
54
- <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
55
- </ItemGroup >
56
- </Otherwise >
57
- </Choose >
58
- <ItemGroup >
59
- <Compile Include =" DelimiterCharTests.cs" />
60
- <Compile Include =" HeadingTests.cs" />
61
- <Compile Include =" PlaceholderTests.cs" />
62
- <Compile Include =" SourcePositionTests.cs" />
63
- <Compile Include =" EnumeratorTests.cs" />
64
- <Compile Include =" StrikethroughTests.cs" />
65
- <Compile Include =" ListTests.cs" />
66
- <Compile Include =" HtmlTests.cs" />
67
- <Compile Include =" SettingsTests.cs" />
68
- <Compile Include =" GeneralTests.cs" />
69
- <Compile Include =" UrlTests.cs" />
70
- <Compile Include =" EmphasisTests.cs" />
71
- <Compile Include =" Helpers.cs" />
72
- <Compile Include =" Properties\AssemblyInfo.cs" />
73
- <Compile Include =" Specification\Specs.cs" >
74
- <AutoGen >True</AutoGen >
75
- <DesignTime >True</DesignTime >
76
- <DependentUpon >Specs.tt</DependentUpon >
77
- </Compile >
40
+ <PackageReference Include =" MSTest.TestFramework" Version =" 1.4.0" />
41
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 1.4.0" PrivateAssets =" all" />
78
42
</ItemGroup >
43
+
79
44
<ItemGroup >
80
- <None Include =" Specification\Specs.tt" >
81
- <Generator >TextTemplatingFileGenerator</Generator >
82
- <LastGenOutput >Specs.cs</LastGenOutput >
83
- </None >
45
+ <ProjectReference Include =" ..\CommonMark\CommonMark.Base.csproj" />
84
46
</ItemGroup >
47
+
85
48
<ItemGroup >
86
- <Service Include = " {508349B6-6B84-4DF5-91F0-309BEEBAD82D} " />
49
+ <Compile Update = " Specification\Specs.cs " DependentUpon = " Specs.tt " />
87
50
</ItemGroup >
51
+
88
52
<ItemGroup >
89
- <ProjectReference Include =" ..\CommonMark\CommonMark.Base.csproj" >
90
- <Project >{0fd4b1dd-45a8-4f02-beb0-5881cd512573}</Project >
91
- <Name >CommonMark.Base</Name >
92
- </ProjectReference >
53
+ <None Update =" Specification\Specs.tt" Generator =" TextTemplatingFileGenerator" />
93
54
</ItemGroup >
94
- <Choose >
95
- <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
96
- <ItemGroup >
97
- <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
98
- <Private >False</Private >
99
- </Reference >
100
- <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
101
- <Private >False</Private >
102
- </Reference >
103
- <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
104
- <Private >False</Private >
105
- </Reference >
106
- <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
107
- <Private >False</Private >
108
- </Reference >
109
- </ItemGroup >
110
- </When >
111
- </Choose >
112
- <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
113
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115
- Other similar extension points exist, see Microsoft.Common.targets.
116
- <Target Name="BeforeBuild">
117
- </Target>
118
- <Target Name="AfterBuild">
119
- </Target>
120
- -->
55
+
121
56
</Project >
0 commit comments