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')" />
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProjectGuid >{F1163F09-3D4E-4F95-AF46-24C15AB297FB}</ProjectGuid >
7- <OutputType >Exe</OutputType >
8- <AppDesignerFolder >Properties</AppDesignerFolder >
9- <RootNamespace >GitReleaseManager.Cli</RootNamespace >
10- <AssemblyName >GitReleaseManager</AssemblyName >
11- <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
12- <FileAlignment >512</FileAlignment >
13- <NuGetPackageImportStamp ></NuGetPackageImportStamp >
14- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15- <RestorePackages >true</RestorePackages >
16- <BuildToolsFxCopVersion >1.0.1</BuildToolsFxCopVersion >
17- <TargetFrameworkProfile />
18- <IsWebBootstrapper >false</IsWebBootstrapper >
19- <PublishUrl >publish\</PublishUrl >
20- <Install >true</Install >
21- <InstallFrom >Disk</InstallFrom >
22- <UpdateEnabled >false</UpdateEnabled >
23- <UpdateMode >Foreground</UpdateMode >
24- <UpdateInterval >7</UpdateInterval >
25- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26- <UpdatePeriodically >false</UpdatePeriodically >
27- <UpdateRequired >false</UpdateRequired >
28- <MapFileExtensions >true</MapFileExtensions >
29- <ApplicationRevision >0</ApplicationRevision >
30- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31- <UseApplicationTrust >false</UseApplicationTrust >
32- <BootstrapperEnabled >true</BootstrapperEnabled >
33- </PropertyGroup >
34- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35- <PlatformTarget >AnyCPU</PlatformTarget >
36- <DebugSymbols >true</DebugSymbols >
37- <DebugType >full</DebugType >
38- <Optimize >false</Optimize >
39- <OutputPath >..\..\BuildArtifacts\</OutputPath >
40- <DefineConstants >DEBUG;TRACE</DefineConstants >
41- <ErrorReport >prompt</ErrorReport >
42- <WarningLevel >4</WarningLevel >
43- <RunCodeAnalysis >False</RunCodeAnalysis >
44- <CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
45- <CodeAnalysisTreatWarningsAsErrors >True</CodeAnalysisTreatWarningsAsErrors >
46- </PropertyGroup >
47- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
48- <PlatformTarget >AnyCPU</PlatformTarget >
49- <DebugType >pdbonly</DebugType >
50- <Optimize >true</Optimize >
51- <OutputPath >..\..\BuildArtifacts\</OutputPath >
52- <DefineConstants >TRACE;CODE_ANALYSIS;</DefineConstants >
53- <ErrorReport >prompt</ErrorReport >
54- <WarningLevel >4</WarningLevel >
55- <RunCodeAnalysis >true</RunCodeAnalysis >
56- <CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
57- <CodeAnalysisTreatWarningsAsErrors >True</CodeAnalysisTreatWarningsAsErrors >
58- </PropertyGroup >
59- <ItemGroup >
60- <Reference Include =" CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" >
61- <HintPath >..\packages\CommandLineParser.2.0.275-beta\lib\net45\CommandLine.dll</HintPath >
62- <Private >True</Private >
63- </Reference >
64- <Reference Include =" Octokit, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL" >
65- <HintPath >..\packages\Octokit.0.17.0\lib\net45\Octokit.dll</HintPath >
66- <Private >True</Private >
67- </Reference >
68- <Reference Include =" System" />
69- <Reference Include =" System.Core" />
70- <Reference Include =" System.Net.Http" />
71- <Reference Include =" System.Xml.Linq" />
72- <Reference Include =" System.Data.DataSetExtensions" />
73- <Reference Include =" Microsoft.CSharp" />
74- <Reference Include =" System.Data" />
75- <Reference Include =" System.Xml" />
76- </ItemGroup >
77- <ItemGroup >
78- <Compile Include =" AssemblyInfo.cs" />
79- <Compile Include =" GlobalSuppressions.cs" />
80- <Compile Include =" Options\AddAssetSubOptions.cs" />
81- <Compile Include =" Options\BaseGitHubSubOptions.cs" />
82- <Compile Include =" Options\BaseSubOptions.cs" />
83- <Compile Include =" Options\CloseSubOptions.cs" />
84- <Compile Include =" Options\CreateSubOptions.cs" />
85- <Compile Include =" Options\ExportSubOptions.cs" />
86- <Compile Include =" Options\InitSubOptions.cs" />
87- <Compile Include =" Options\MainOptions.cs" />
88- <Compile Include =" Options\PublishSubOptions.cs" />
89- <Compile Include =" Options\ShowConfigSubOptions.cs" />
90- <Compile Include =" ..\SolutionInfo.cs" >
91- <Link >SolutionInfo.cs</Link >
92- </Compile >
93- </ItemGroup >
94- <ItemGroup >
95- <None Include =" app.config" />
96- <None Include =" packages.config" >
97- <SubType >Designer</SubType >
98- </None >
99- <Compile Include =" Program.cs" />
100- </ItemGroup >
101- <ItemGroup >
102- <CodeAnalysisDictionary Include =" ..\CustomDictionary.xml" >
103- <Link >CustomDictionary.xml</Link >
104- <SubType >Designer</SubType >
105- </CodeAnalysisDictionary >
106- </ItemGroup >
107- <ItemGroup >
108- <BootstrapperPackage Include =" .NETFramework,Version=v4.5.1" >
109- <Visible >False</Visible >
110- <ProductName >Microsoft .NET Framework 4.5.1 %28x86 and x64%29</ProductName >
111- <Install >true</Install >
112- </BootstrapperPackage >
113- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
114- <Visible >False</Visible >
115- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
116- <Install >false</Install >
117- </BootstrapperPackage >
118- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
119- <Visible >False</Visible >
120- <ProductName >.NET Framework 3.5 SP1</ProductName >
121- <Install >false</Install >
122- </BootstrapperPackage >
123- </ItemGroup >
124- <ItemGroup >
125- <ProjectReference Include =" ..\GitReleaseManager\GitReleaseManager.Core.csproj" >
126- <Project >{b02a026e-ca3a-48f4-bba9-eb337b0a2035}</Project >
127- <Name >GitReleaseManager.Core</Name >
128- </ProjectReference >
129- </ItemGroup >
130- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
132- <PropertyGroup >
133- <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
134- </PropertyGroup >
135- <Error Condition =" !Exists('..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets'))" />
136- <Error Condition =" !Exists('..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets'))" />
137- </Target >
138- <Import Project =" ..\..\BuildScripts\CodeAnalysis.props" Condition =" Exists('..\..\BuildScripts\CodeAnalysis.props')" />
139- <Import Project =" ..\..\BuildScripts\StyleCop.props" Condition =" Exists('..\..\BuildScripts\StyleCop.props')" />
140- <Import Project =" ..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets" Condition =" Exists('..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" />
141- <Import Project =" ..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets" Condition =" Exists('..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" />
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')" />
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{F1163F09-3D4E-4F95-AF46-24C15AB297FB}</ProjectGuid >
7+ <OutputType >Exe</OutputType >
8+ <AppDesignerFolder >Properties</AppDesignerFolder >
9+ <RootNamespace >GitReleaseManager.Cli</RootNamespace >
10+ <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 >
17+ <BuildToolsFxCopVersion >1.0.1</BuildToolsFxCopVersion >
18+ <TargetFrameworkProfile />
19+ <IsWebBootstrapper >false</IsWebBootstrapper >
20+ <PublishUrl >publish\</PublishUrl >
21+ <Install >true</Install >
22+ <InstallFrom >Disk</InstallFrom >
23+ <UpdateEnabled >false</UpdateEnabled >
24+ <UpdateMode >Foreground</UpdateMode >
25+ <UpdateInterval >7</UpdateInterval >
26+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
27+ <UpdatePeriodically >false</UpdatePeriodically >
28+ <UpdateRequired >false</UpdateRequired >
29+ <MapFileExtensions >true</MapFileExtensions >
30+ <ApplicationRevision >0</ApplicationRevision >
31+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
32+ <UseApplicationTrust >false</UseApplicationTrust >
33+ <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 >
44+ <RunCodeAnalysis >False</RunCodeAnalysis >
45+ <CodeAnalysisRuleSet >..\GitReleaseManager.ruleset</CodeAnalysisRuleSet >
46+ <CodeAnalysisTreatWarningsAsErrors >True</CodeAnalysisTreatWarningsAsErrors >
47+ <RunCodeAnalysisRestore >False</RunCodeAnalysisRestore >
48+ </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 >
61+ </PropertyGroup >
62+ <ItemGroup >
63+ <Reference Include =" CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" >
64+ <HintPath >..\packages\CommandLineParser.2.0.275-beta\lib\net45\CommandLine.dll</HintPath >
65+ <Private >True</Private >
66+ </Reference >
67+ <Reference Include =" Octokit, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL" >
68+ <HintPath >..\packages\Octokit.0.17.0\lib\net45\Octokit.dll</HintPath >
69+ <Private >True</Private >
70+ </Reference >
71+ <Reference Include =" System" />
72+ <Reference Include =" System.Core" />
73+ <Reference Include =" System.Net.Http" />
74+ <Reference Include =" System.Xml.Linq" />
75+ <Reference Include =" System.Data.DataSetExtensions" />
76+ <Reference Include =" Microsoft.CSharp" />
77+ <Reference Include =" System.Data" />
78+ <Reference Include =" System.Xml" />
79+ </ItemGroup >
80+ <ItemGroup >
81+ <Compile Include =" AssemblyInfo.cs" />
82+ <Compile Include =" GlobalSuppressions.cs" />
83+ <Compile Include =" Options\AddAssetSubOptions.cs" />
84+ <Compile Include =" Options\BaseGitHubSubOptions.cs" />
85+ <Compile Include =" Options\BaseSubOptions.cs" />
86+ <Compile Include =" Options\CloseSubOptions.cs" />
87+ <Compile Include =" Options\CreateSubOptions.cs" />
88+ <Compile Include =" Options\ExportSubOptions.cs" />
89+ <Compile Include =" Options\InitSubOptions.cs" />
90+ <Compile Include =" Options\MainOptions.cs" />
91+ <Compile Include =" Options\PublishSubOptions.cs" />
92+ <Compile Include =" Options\ShowConfigSubOptions.cs" />
93+ <Compile Include =" ..\SolutionInfo.cs" >
94+ <Link >SolutionInfo.cs</Link >
95+ </Compile >
96+ </ItemGroup >
97+ <ItemGroup >
98+ <None Include =" app.config" />
99+ <None Include =" packages.config" >
100+ <SubType >Designer</SubType >
101+ </None >
102+ <Compile Include =" Program.cs" />
103+ </ItemGroup >
104+ <ItemGroup >
105+ <CodeAnalysisDictionary Include =" ..\CustomDictionary.xml" >
106+ <Link >CustomDictionary.xml</Link >
107+ <SubType >Designer</SubType >
108+ </CodeAnalysisDictionary >
109+ </ItemGroup >
110+ <ItemGroup >
111+ <BootstrapperPackage Include =" .NETFramework,Version=v4.5.1" >
112+ <Visible >False</Visible >
113+ <ProductName >Microsoft .NET Framework 4.5.1 %28x86 and x64%29</ProductName >
114+ <Install >true</Install >
115+ </BootstrapperPackage >
116+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
117+ <Visible >False</Visible >
118+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
119+ <Install >false</Install >
120+ </BootstrapperPackage >
121+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
122+ <Visible >False</Visible >
123+ <ProductName >.NET Framework 3.5 SP1</ProductName >
124+ <Install >false</Install >
125+ </BootstrapperPackage >
126+ </ItemGroup >
127+ <ItemGroup >
128+ <ProjectReference Include =" ..\GitReleaseManager\GitReleaseManager.Core.csproj" >
129+ <Project >{b02a026e-ca3a-48f4-bba9-eb337b0a2035}</Project >
130+ <Name >GitReleaseManager.Core</Name >
131+ </ProjectReference >
132+ </ItemGroup >
133+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134+ <Import Project =" ..\..\BuildScripts\CodeAnalysis.props" Condition =" Exists('..\..\BuildScripts\CodeAnalysis.props')" />
135+ <Import Project =" ..\..\BuildScripts\StyleCop.props" Condition =" Exists('..\..\BuildScripts\StyleCop.props')" />
142136</Project >
0 commit comments