adding publish profiles
This commit is contained in:
parent
fdde7dfdba
commit
06d3de375b
95
.gitignore
vendored
95
.gitignore
vendored
@ -1,33 +1,45 @@
|
|||||||
|
_build/
|
||||||
|
_site/
|
||||||
|
Properties/
|
||||||
|
|
||||||
|
# Use git add -f to force override .sln when required. Not needed in most cases.
|
||||||
|
# git add -f myProj.sln
|
||||||
|
*.sln
|
||||||
|
|
||||||
|
Project_Readme.html
|
||||||
|
|
||||||
## Ignore Visual Studio temporary files, build results, and
|
## Ignore Visual Studio temporary files, build results, and
|
||||||
## files generated by popular Visual Studio add-ons.
|
## files generated by popular Visual Studio add-ons.
|
||||||
|
|
||||||
Detection.cs
|
|
||||||
DetectionPenaltyResult.cs
|
|
||||||
Thresholds.cs
|
|
||||||
|
|
||||||
# User-specific files
|
# User-specific files
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
|
*.userosscache
|
||||||
*.sln.docstates
|
*.sln.docstates
|
||||||
|
*.vscode/
|
||||||
|
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||||
|
*.userprefs
|
||||||
|
|
||||||
# Build results
|
# Build results
|
||||||
[Dd]ebug/
|
[Dd]ebug/
|
||||||
[Dd]ebugPublic/
|
[Dd]ebugPublic/
|
||||||
[Rr]elease/
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
x64/
|
x64/
|
||||||
|
x86/
|
||||||
build/
|
build/
|
||||||
bld/
|
bld/
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
|
||||||
# Roslyn cache directories
|
# Visual Studo 2015 cache/options directory
|
||||||
*.ide/
|
.vs/
|
||||||
|
|
||||||
# MSTest test Results
|
# MSTest test Results
|
||||||
[Tt]est[Rr]esult*/
|
[Tt]est[Rr]esult*/
|
||||||
[Bb]uild[Ll]og.*
|
[Bb]uild[Ll]og.*
|
||||||
|
|
||||||
#NUNIT
|
# NUNIT
|
||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
TestResult.xml
|
TestResult.xml
|
||||||
|
|
||||||
@ -127,22 +139,19 @@ publish/
|
|||||||
# Publish Web Output
|
# Publish Web Output
|
||||||
*.[Pp]ublish.xml
|
*.[Pp]ublish.xml
|
||||||
*.azurePubxml
|
*.azurePubxml
|
||||||
## TODO: Comment the next line if you want to checkin your
|
# TODO: Comment the next line if you want to checkin your web deploy settings
|
||||||
## web deploy settings but do note that will include unencrypted
|
# but database connection strings (with potential passwords) will be unencrypted
|
||||||
## passwords
|
*.pubxml
|
||||||
#*.pubxml
|
*.publishproj
|
||||||
|
|
||||||
# NuGet Packages Directory
|
# NuGet Packages
|
||||||
packages/*
|
*.nupkg
|
||||||
## TODO: If the tool you use requires repositories.config
|
# The packages folder can be ignored because of Package Restore
|
||||||
## uncomment the next line
|
**/packages/*
|
||||||
#!packages/repositories.config
|
# except build/, which is used as an MSBuild target.
|
||||||
|
!**/packages/build/
|
||||||
# Enable "build/" folder in the NuGet Packages folder since
|
# Uncomment if necessary however generally it will be regenerated when needed
|
||||||
# NuGet packages use it for MSBuild targets.
|
#!**/packages/repositories.config
|
||||||
# This line needs to be after the ignore of the build folder
|
|
||||||
# (and the packages folder if the line above has been uncommented)
|
|
||||||
!packages/build/
|
|
||||||
|
|
||||||
# Windows Azure Build Output
|
# Windows Azure Build Output
|
||||||
csx/
|
csx/
|
||||||
@ -152,8 +161,7 @@ csx/
|
|||||||
AppPackages/
|
AppPackages/
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
sql/
|
*.[Cc]ache
|
||||||
*.Cache
|
|
||||||
ClientBin/
|
ClientBin/
|
||||||
[Ss]tyle[Cc]op.*
|
[Ss]tyle[Cc]op.*
|
||||||
~$*
|
~$*
|
||||||
@ -163,6 +171,7 @@ ClientBin/
|
|||||||
*.pfx
|
*.pfx
|
||||||
*.publishsettings
|
*.publishsettings
|
||||||
node_modules/
|
node_modules/
|
||||||
|
bower_components/
|
||||||
|
|
||||||
# RIA/Silverlight projects
|
# RIA/Silverlight projects
|
||||||
Generated_Code/
|
Generated_Code/
|
||||||
@ -187,19 +196,25 @@ UpgradeLog*.htm
|
|||||||
# Microsoft Fakes
|
# Microsoft Fakes
|
||||||
FakesAssemblies/
|
FakesAssemblies/
|
||||||
|
|
||||||
# LightSwitch generated files
|
# Node.js Tools for Visual Studio
|
||||||
GeneratedArtifacts/
|
.ntvs_analysis.dat
|
||||||
_Pvt_Extensions/
|
|
||||||
ModelManifest.xml
|
# Visual Studio 6 build log
|
||||||
/.vs/IW4M Admin/v15
|
*.plg
|
||||||
/.vs/IW4M Admin/v15/Browse.VC.db
|
|
||||||
/.vs/IW4M Admin/v15
|
# Visual Studio 6 workspace options file
|
||||||
/DEPLOY
|
*.opt
|
||||||
/DEPLOY
|
|
||||||
*.bat
|
project.lock.json
|
||||||
/DEPLOY/clean_for_publish.bat
|
**/wwwroot/lib/
|
||||||
/.vs/IW4MAdmin/v15
|
**/wwwroot/lib/
|
||||||
/.vs/IW4MAdmin/v15
|
**/wwwroot/lib/*
|
||||||
/.vs/IW4MAdmin/v15
|
__pycache__/
|
||||||
/.vs/IW4MAdmin/v15/Browse.VC.db
|
|
||||||
**/wwwroot/lib
|
#Mac OSX
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Windows thumbnail cache files
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
DEPLOY
|
BIN
WebfrontCore/IW4MAdmin.ico
Normal file
BIN
WebfrontCore/IW4MAdmin.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -1,7 +1,8 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||||
|
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
|
||||||
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
<TypeScriptToolsVersion>2.6</TypeScriptToolsVersion>
|
||||||
<PackageId>RaidMax.IW4MAdmin.WebfrontCore</PackageId>
|
<PackageId>RaidMax.IW4MAdmin.WebfrontCore</PackageId>
|
||||||
<Version>2.0.0</Version>
|
<Version>2.0.0</Version>
|
||||||
@ -22,6 +23,10 @@
|
|||||||
<Content Remove="compilerconfig.json" />
|
<Content Remove="compilerconfig.json" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<None Remove="Properties\PublishProfiles\Publish - Stable - Portable - Any.pubxml" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Views\Account\" />
|
<Folder Include="Views\Account\" />
|
||||||
<Folder Include="wwwroot\" />
|
<Folder Include="wwwroot\" />
|
||||||
|
Loading…
Reference in New Issue
Block a user