Skip to content

Commit

Permalink
Automated build setup
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jonathan Peppers committed Jun 15, 2016
1 parent 343eb10 commit 7903517
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 792 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -38,6 +38,7 @@ AndroidNative/FormsViewGroup/gen/com/xamarin/formsviewgroup/R.java
AndroidNative/FormsViewGroup/gen/com/xamarin/formsviewgroup/BuildConfig.java AndroidNative/FormsViewGroup/gen/com/xamarin/formsviewgroup/BuildConfig.java
*.psess *.psess
TestResults/ TestResults/
AppPackages/
Xamarin.Forms.UITest.Validator/UITestCoverage/index.html Xamarin.Forms.UITest.Validator/UITestCoverage/index.html
!Xamarin.Forms.UITest.TestCloud/test-cloud.exe !Xamarin.Forms.UITest.TestCloud/test-cloud.exe
Xamarin.Forms.ControlGallery.Windows/AppPackages/ Xamarin.Forms.ControlGallery.Windows/AppPackages/
Expand Down
1 change: 1 addition & 0 deletions Xamarin.Forms.Core/Xamarin.Forms.Core.csproj
Expand Up @@ -31,6 +31,7 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause> <ConsolePause>false</ConsolePause>
<DocumentationFile>..\docs\Xamarin.Forms.Core.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
Expand Down
1 change: 1 addition & 0 deletions Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
Expand Up @@ -32,6 +32,7 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause> <ConsolePause>false</ConsolePause>
<DocumentationFile>..\docs\Xamarin.Forms.Xaml.xml</DocumentationFile>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 7903517

Please sign in to comment.