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