1
- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
3
2
<PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
- <ProjectGuid >{F1163F09-3D4E-4F95-AF46-24C15AB297FB}</ProjectGuid >
7
3
<OutputType >Exe</OutputType >
8
- <AppDesignerFolder >Properties</AppDesignerFolder >
9
- <RootNamespace >GitReleaseManager.Cli</RootNamespace >
10
4
<AssemblyName >GitReleaseManager</AssemblyName >
11
- <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
12
- <FileAlignment >512</FileAlignment >
13
- <NuGetPackageImportStamp >
14
- </NuGetPackageImportStamp >
15
- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16
- <RestorePackages >true</RestorePackages >
5
+ <TargetFramework >net451</TargetFramework >
17
6
<BuildToolsFxCopVersion >1.0.1</BuildToolsFxCopVersion >
18
- <TargetFrameworkProfile />
19
7
<IsWebBootstrapper >false</IsWebBootstrapper >
20
8
<PublishUrl >publish\</PublishUrl >
21
9
<Install >true</Install >
31
19
<ApplicationVersion >1.0.0.%2a</ApplicationVersion >
32
20
<UseApplicationTrust >false</UseApplicationTrust >
33
21
<BootstrapperEnabled >true</BootstrapperEnabled >
34
- </PropertyGroup >
35
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36
- <PlatformTarget >AnyCPU</PlatformTarget >
37
- <DebugSymbols >true</DebugSymbols >
38
- <DebugType >full</DebugType >
39
- <Optimize >false</Optimize >
40
- <OutputPath >..\..\BuildArtifacts\</OutputPath >
41
- <DefineConstants >DEBUG;TRACE</DefineConstants >
42
- <ErrorReport >prompt</ErrorReport >
43
- <WarningLevel >4</WarningLevel >
22
+ <Title >GitReleaseManager.Cli</Title >
23
+ <Description >Create release notes in markdown given a GitHub milestone</Description >
44
24
<RunCodeAnalysis >False</RunCodeAnalysis >
45
- <CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
46
25
<CodeAnalysisTreatWarningsAsErrors >True</CodeAnalysisTreatWarningsAsErrors >
26
+ <CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
27
+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
47
30
<RunCodeAnalysisRestore >False</RunCodeAnalysisRestore >
48
31
</PropertyGroup >
49
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
50
- <PlatformTarget >AnyCPU</PlatformTarget >
51
- <DebugType >pdbonly</DebugType >
52
- <Optimize >true</Optimize >
53
- <OutputPath >..\..\BuildArtifacts\</OutputPath >
54
- <DefineConstants >TRACE;</DefineConstants >
55
- <ErrorReport >prompt</ErrorReport >
56
- <WarningLevel >4</WarningLevel >
57
- <RunCodeAnalysis >False</RunCodeAnalysis >
58
- <CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
59
- <CodeAnalysisTreatWarningsAsErrors >True</CodeAnalysisTreatWarningsAsErrors >
60
- <RunCodeAnalysisRestore >true</RunCodeAnalysisRestore >
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
33
+ <RunCodeAnalysisRestore >True</RunCodeAnalysisRestore >
61
34
</PropertyGroup >
35
+ <Import Project =" ..\..\BuildScripts\CodeAnalysis.props" Condition =" Exists('..\..\BuildScripts\CodeAnalysis.props')" />
36
+ <Import Project =" ..\..\BuildScripts\StyleCop.props" Condition =" Exists('..\..\BuildScripts\StyleCop.props')" />
62
37
<ItemGroup >
63
- <Reference Include =" CommandLine, Version=2.2.1.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" >
64
- <HintPath >..\packages\CommandLineParser.2.2.1\lib\net45\CommandLine.dll</HintPath >
65
- </Reference >
66
- <Reference Include =" Octokit, Version=0.29.0.0, Culture=neutral, processorArchitecture=MSIL" >
67
- <HintPath >..\packages\Octokit.0.29.0\lib\net45\Octokit.dll</HintPath >
68
- </Reference >
69
- <Reference Include =" System" />
70
- <Reference Include =" System.Core" />
71
38
<Reference Include =" System.Net.Http" />
72
- <Reference Include =" System.Xml.Linq" />
73
39
<Reference Include =" System.Data.DataSetExtensions" />
74
40
<Reference Include =" Microsoft.CSharp" />
75
- <Reference Include =" System.Data" />
76
- <Reference Include =" System.Xml" />
77
41
</ItemGroup >
78
42
<ItemGroup >
79
- <Compile Include =" AssemblyInfo.cs" />
80
- <Compile Include =" GlobalSuppressions.cs" />
81
- <Compile Include =" Options\AddAssetSubOptions.cs" />
82
- <Compile Include =" Options\BaseGitHubSubOptions.cs" />
83
- <Compile Include =" Options\BaseSubOptions.cs" />
84
- <Compile Include =" Options\CloseSubOptions.cs" />
85
- <Compile Include =" Options\CreateSubOptions.cs" />
86
- <Compile Include =" Options\ExportSubOptions.cs" />
87
- <Compile Include =" Options\InitSubOptions.cs" />
88
- <Compile Include =" Options\MainOptions.cs" />
89
- <Compile Include =" Options\PublishSubOptions.cs" />
90
- <Compile Include =" Options\ShowConfigSubOptions.cs" />
91
- <Compile Include =" ..\SolutionInfo.cs" >
92
- <Link >SolutionInfo.cs</Link >
93
- </Compile >
94
- </ItemGroup >
95
- <ItemGroup >
96
- <None Include =" app.config" />
97
- <None Include =" packages.config" >
98
- <SubType >Designer</SubType >
99
- </None >
100
- <Compile Include =" Program.cs" />
43
+ <Compile Include =" ..\SolutionInfo.cs" Link =" SolutionInfo.cs" />
101
44
</ItemGroup >
102
45
<ItemGroup >
103
46
<CodeAnalysisDictionary Include =" ..\CustomDictionary.xml" >
106
49
</CodeAnalysisDictionary >
107
50
</ItemGroup >
108
51
<ItemGroup >
109
- <BootstrapperPackage Include =" .NETFramework,Version=v4.5.1" >
110
- <Visible >False</Visible >
111
- <ProductName >Microsoft .NET Framework 4.5.1 %28x86 and x64%29</ProductName >
112
- <Install >true</Install >
113
- </BootstrapperPackage >
114
- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
115
- <Visible >False</Visible >
116
- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
117
- <Install >false</Install >
118
- </BootstrapperPackage >
119
- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
120
- <Visible >False</Visible >
121
- <ProductName >.NET Framework 3.5 SP1</ProductName >
122
- <Install >false</Install >
123
- </BootstrapperPackage >
52
+ <ProjectReference Include =" ..\GitReleaseManager\GitReleaseManager.Core.csproj" />
124
53
</ItemGroup >
125
54
<ItemGroup >
126
- <ProjectReference Include =" ..\GitReleaseManager\GitReleaseManager.Core.csproj" >
127
- <Project >{b02a026e-ca3a-48f4-bba9-eb337b0a2035}</Project >
128
- <Name >GitReleaseManager.Core</Name >
129
- </ProjectReference >
55
+ <PackageReference Include =" CommandLineParser" Version =" 2.3.0" />
56
+ <PackageReference Include =" Octokit" Version =" 0.32.0" />
130
57
</ItemGroup >
131
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132
- <Import Project =" ..\..\BuildScripts\CodeAnalysis.props" Condition =" Exists('..\..\BuildScripts\CodeAnalysis.props')" />
133
- <Import Project =" ..\..\BuildScripts\StyleCop.props" Condition =" Exists('..\..\BuildScripts\StyleCop.props')" />
134
58
</Project >
0 commit comments