Skip to content

Commit 7903517

Browse files
author
Jonathan Peppers
committed
Automated build setup
I made simple changes to make where we can do 1-off builds - Setup projects to put their XML documentation in docs\ - Removed alot of projects from sln - Updated .gitignore
1 parent 343eb10 commit 7903517

File tree

4 files changed

+4
-792
lines changed

4 files changed

+4
-792
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ AndroidNative/FormsViewGroup/gen/com/xamarin/formsviewgroup/R.java
3838
AndroidNative/FormsViewGroup/gen/com/xamarin/formsviewgroup/BuildConfig.java
3939
*.psess
4040
TestResults/
41+
AppPackages/
4142
Xamarin.Forms.UITest.Validator/UITestCoverage/index.html
4243
!Xamarin.Forms.UITest.TestCloud/test-cloud.exe
4344
Xamarin.Forms.ControlGallery.Windows/AppPackages/

Xamarin.Forms.Core/Xamarin.Forms.Core.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<ErrorReport>prompt</ErrorReport>
3232
<WarningLevel>4</WarningLevel>
3333
<ConsolePause>false</ConsolePause>
34+
<DocumentationFile>..\docs\Xamarin.Forms.Core.xml</DocumentationFile>
3435
</PropertyGroup>
3536
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'">
3637
<DebugSymbols>true</DebugSymbols>

Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
<ConsolePause>false</ConsolePause>
35+
<DocumentationFile>..\docs\Xamarin.Forms.Xaml.xml</DocumentationFile>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'">
3738
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)