Skip to content

Commit

Permalink
add deploy project
Browse files Browse the repository at this point in the history
  • Loading branch information
babaq committed Feb 23, 2010
1 parent 2681c8d commit da964bf
Show file tree
Hide file tree
Showing 6 changed files with 3,529 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ cachefile*.txt
*.user
*.cd
*.log
_ReSharper.*
_ReSharper.*
*.msi
2 changes: 1 addition & 1 deletion Release/StiLib.dll.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--LocalHost Name-->
<add key="localhost" value="zhangli"/>
<!--FSharp Interactive(fsi.exe) Path-->
<add key="fsi" value="D:\\FSharp-1.9.6.16\\bin\\fsi.exe"/>
<add key="fsi" value="D:\\FSharp-1.9.9.9\\bin\\fsi.exe"/>
<!--IronPython(ipy.exe) Path-->
<add key="ipy" value="D:\\IronPython 2.6\\ipy.exe"/>
<!--StiLib Assembly(StiLib.dll) Path-->
Expand Down
20 changes: 14 additions & 6 deletions StiLib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StiLibTest_02", "StiLibTest
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExServer", "ExServer\ExServer.csproj", "{70647B03-7BFD-4FD1-B95B-4705AF5918DF}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "StiLibSetup", "StiLibSetup\StiLibSetup.vdproj", "{F9C90CB0-48CC-42A6-BB3C-E4BA7AF5D7EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -77,18 +79,24 @@ Global
{6DEBD609-D314-4DB5-99C7-79052131AFB4}.Release|Any CPU.ActiveCfg = Release|x86
{6DEBD609-D314-4DB5-99C7-79052131AFB4}.Release|Mixed Platforms.ActiveCfg = Release|x86
{6DEBD609-D314-4DB5-99C7-79052131AFB4}.Release|x86.ActiveCfg = Release|x86
{A7205CD1-237C-49D5-A303-FCFCC2BA3601}.Debug|Any CPU.ActiveCfg = Debug|x86
{A7205CD1-237C-49D5-A303-FCFCC2BA3601}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A7205CD1-237C-49D5-A303-FCFCC2BA3601}.Debug|x86.ActiveCfg = Debug|x86
{A7205CD1-237C-49D5-A303-FCFCC2BA3601}.Release|Any CPU.ActiveCfg = Release|x86
{A7205CD1-237C-49D5-A303-FCFCC2BA3601}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A7205CD1-237C-49D5-A303-FCFCC2BA3601}.Release|x86.ActiveCfg = Release|x86
{EF53B865-55FD-496E-A551-FE0ACE6CC846}.Debug|Any CPU.ActiveCfg = Debug|x86
{EF53B865-55FD-496E-A551-FE0ACE6CC846}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EF53B865-55FD-496E-A551-FE0ACE6CC846}.Debug|x86.ActiveCfg = Debug|x86
{EF53B865-55FD-496E-A551-FE0ACE6CC846}.Release|Any CPU.ActiveCfg = Release|x86
{EF53B865-55FD-496E-A551-FE0ACE6CC846}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EF53B865-55FD-496E-A551-FE0ACE6CC846}.Release|x86.ActiveCfg = Release|x86
{336C44A3-C669-41DA-9075-CD0A1D8A921B}.Debug|Any CPU.ActiveCfg = Debug|x86
{336C44A3-C669-41DA-9075-CD0A1D8A921B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{336C44A3-C669-41DA-9075-CD0A1D8A921B}.Debug|x86.ActiveCfg = Debug|x86
{336C44A3-C669-41DA-9075-CD0A1D8A921B}.Release|Any CPU.ActiveCfg = Release|x86
{336C44A3-C669-41DA-9075-CD0A1D8A921B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{336C44A3-C669-41DA-9075-CD0A1D8A921B}.Release|x86.ActiveCfg = Release|x86
{F9C90CB0-48CC-42A6-BB3C-E4BA7AF5D7EE}.Debug|Any CPU.ActiveCfg = Debug
{F9C90CB0-48CC-42A6-BB3C-E4BA7AF5D7EE}.Debug|Mixed Platforms.ActiveCfg = Debug
{F9C90CB0-48CC-42A6-BB3C-E4BA7AF5D7EE}.Debug|x86.ActiveCfg = Debug
{F9C90CB0-48CC-42A6-BB3C-E4BA7AF5D7EE}.Release|Any CPU.ActiveCfg = Release
{F9C90CB0-48CC-42A6-BB3C-E4BA7AF5D7EE}.Release|Mixed Platforms.ActiveCfg = Release
{F9C90CB0-48CC-42A6-BB3C-E4BA7AF5D7EE}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file modified StiLib.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion StiLib/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--LocalHost Name-->
<add key="localhost" value="zhangli"/>
<!--FSharp Interactive(fsi.exe) Path-->
<add key="fsi" value="D:\\FSharp-1.9.6.16\\bin\\fsi.exe"/>
<add key="fsi" value="D:\\FSharp-1.9.9.9\\bin\\fsi.exe"/>
<!--IronPython(ipy.exe) Path-->
<add key="ipy" value="D:\\IronPython 2.6\\ipy.exe"/>
<!--StiLib Assembly(StiLib.dll) Path-->
Expand Down
Loading

0 comments on commit da964bf

Please sign in to comment.