Rename: RDSFactorWeb -> web, RDSFactor -> server
6
.gitignore
vendored
|
@ -1,9 +1,7 @@
|
|||
*.suo
|
||||
*.TMP
|
||||
*.Cache
|
||||
RDSFactor/bin
|
||||
_pages_old
|
||||
obj
|
||||
RDSFactorWeb/RDWeb/Pages/Log
|
||||
RDSFactor/bin/*
|
||||
RDSFactorConfig/bin
|
||||
web/RDWeb/Pages/Log
|
||||
server/bin/*
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
@echo off
|
||||
set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
|
||||
|
||||
:: build the rdsfactor radius server
|
||||
msbuild RDSFactor/RDSFactor.sln /property:Configuration=release
|
||||
:: build the radius server
|
||||
msbuild server/RDSFactor.sln /property:Configuration=release
|
||||
|
||||
:: install it
|
||||
InstallUtil RDSFactor\bin\Release\RDSFactor.exe
|
||||
InstallUtil server\bin\Release\RDSFactor.exe
|
||||
|
||||
:: start it
|
||||
net start RDSFactor
|
|
@ -2,13 +2,13 @@
|
|||
:: Replace RDS Pages directory with ours
|
||||
|
||||
set PAGES=%SystemDrive%\Windows\Web\RDWeb\Pages
|
||||
set RDSFACTOR_PAGES=%~dp0RDSFactorWeb\RDWeb\Pages
|
||||
set RDSFACTOR_PAGES=%~dp0web\RDWeb\Pages
|
||||
|
||||
:: Add IIS AppCmd to path
|
||||
set PATH=%PATH%;%windir%\system32\inetsrv\
|
||||
|
||||
echo ==^> Removing %PAGES%
|
||||
move %PAGES% %~dp0_pages_old
|
||||
::move %PAGES% %~dp0_pages_old
|
||||
|
||||
appcmd delete app "Default Web Site/RDWeb/Pages"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
set PATH=%PATH%;%windir%\Microsoft.NET\Framework\v4.0.30319
|
||||
|
||||
InstallUtil /uninstall RDSFactor\bin\Release\RDSFactor.exe
|
||||
InstallUtil /uninstall server\bin\Release\RDSFactor.exe
|
|
@ -5,7 +5,7 @@ VisualStudioVersion = 12.0.31101.0
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RADAR", "..\radar-radius\RADAR\RADAR.vbproj", "{3AB08A4E-C4FA-4571-A5D4-32BBA807C31D}"
|
||||
EndProject
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RDSFactor", "..\RDSFactor\RDSFactor.vbproj", "{04C6C533-9FEA-41B2-B554-A166C7C7FE32}"
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RDSFactor", "..\server\RDSFactor.vbproj", "{04C6C533-9FEA-41B2-B554-A166C7C7FE32}"
|
||||
EndProject
|
||||
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Pages", "http://localhost/RDWeb/Pages", "{B31FB884-C42E-417D-AF0D-409FE7D30351}"
|
||||
ProjectSection(WebsiteProperties) = preProject
|
Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 252 B After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 264 B After Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 43 B After Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |