Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
Here we go, MonkeyWrench.
Browse files Browse the repository at this point in the history
svn path=/trunk/monkeywrench/; revision=124344
  • Loading branch information
rolfbjarne committed Jan 23, 2009
0 parents commit 4a52acd
Show file tree
Hide file tree
Showing 128 changed files with 11,334 additions and 0 deletions.
126 changes: 126 additions & 0 deletions Builder.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8E126CCA-C7B2-4108-99F0-1F675C23A69B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Builder</RootNamespace>
<AssemblyName>Builder</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkSubset>
</TargetFrameworkSubset>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Npgsql, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>scripts\bin\Npgsql.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Builder\Builder.cs" />
<Compile Include="Builder\Configuration.cs" />
<Compile Include="Builder\DB.cs" />
<Compile Include="Builder\DBCommand.cs" />
<Compile Include="Builder\DBCommand.generated.cs" />
<Compile Include="Builder\DBFile.cs" />
<Compile Include="Builder\DBFile.generated.cs" />
<Compile Include="Builder\DBHost.cs" />
<Compile Include="Builder\DBHost.generated.cs" />
<Compile Include="Builder\DBHostLane.cs" />
<Compile Include="Builder\DBHostLane.generated.cs" />
<Compile Include="Builder\DBHostLaneView.generated.cs" />
<Compile Include="Builder\DBLane.cs" />
<Compile Include="Builder\DBLane.generated.cs" />
<Compile Include="Builder\DBLaneDependency.cs" />
<Compile Include="Builder\DBLaneDependency.generated.cs" />
<Compile Include="Builder\DBLaneDependencyCondition.cs" />
<Compile Include="Builder\DBLanefile.cs" />
<Compile Include="Builder\DBLanefile.generated.cs" />
<Compile Include="Builder\DBLogin.cs" />
<Compile Include="Builder\DBLogin.generated.cs" />
<Compile Include="Builder\DBLoginView.cs" />
<Compile Include="Builder\DBLoginView.generated.cs" />
<Compile Include="Builder\DBPerson.cs" />
<Compile Include="Builder\DBPerson.generated.cs" />
<Compile Include="Builder\DBQueueManagement.cs" />
<Compile Include="Builder\DBRecord.cs" />
<Compile Include="Builder\DBRevision.cs" />
<Compile Include="Builder\DBRevision.generated.cs" />
<Compile Include="Builder\DBRevisionWork.cs" />
<Compile Include="Builder\DBRevisionWork.generated.cs" />
<Compile Include="Builder\DBRevisionWorkView.cs" />
<Compile Include="Builder\DBRevisionWorkView.generated.cs" />
<Compile Include="Builder\DBState.cs" />
<Compile Include="Builder\DBView.cs" />
<Compile Include="Builder\DBWork.cs" />
<Compile Include="Builder\DBWork.generated.cs" />
<Compile Include="Builder\DBWorkFile.cs" />
<Compile Include="Builder\DBWorkFile.generated.cs" />
<Compile Include="Builder\DBWorkFileView.cs" />
<Compile Include="Builder\DBWorkFileView.generated.cs" />
<Compile Include="Builder\DBWorkView.cs" />
<Compile Include="Builder\DBWorkView.generated.cs" />
<Compile Include="Builder\DBWorkView2.cs" />
<Compile Include="Builder\DBWorkView2.generated.cs" />
<Compile Include="Builder\FileManager.cs" />
<Compile Include="Builder\Logger.cs" />
<Compile Include="Builder\SqlToCSharp.cs" />
<Compile Include="Builder\SVNUpdater.cs" />
<Compile Include="Builder\Updater.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Builder\CustomTypes.sql" />
<None Include="Builder\Makefile" />
<None Include="LICENSE" />
<None Include="Makefile" />
<None Include="README" />
<None Include="scripts\build.sh" />
<None Include="scripts\config.sh" />
<None Include="scripts\config.sh.in" />
<None Include="scripts\database.sql" />
<None Include="scripts\dbcontrol.sh" />
<None Include="scripts\dbus-launch.sh" />
<None Include="scripts\Makefile" />
<None Include="scripts\setenv.sh" />
<None Include="scripts\sshtunnel.sh" />
<None Include="scripts\updater" />
<None Include="scripts\updater.sh" />
<None Include="scripts\web.sh" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
45 changes: 45 additions & 0 deletions Builder.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "web", "web\", "{576038F6-AB03-46FF-882A-6CE416AC1154}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "2.0"
ProjectReferences = "{8E126CCA-C7B2-4108-99F0-1F675C23A69B}|Builder.dll;"
Debug.AspNetCompiler.VirtualPath = "/web"
Debug.AspNetCompiler.PhysicalPath = "web\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\web\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/web"
Release.AspNetCompiler.PhysicalPath = "web\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\web\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "3300"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Builder", "Builder.csproj", "{8E126CCA-C7B2-4108-99F0-1F675C23A69B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{576038F6-AB03-46FF-882A-6CE416AC1154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{576038F6-AB03-46FF-882A-6CE416AC1154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{576038F6-AB03-46FF-882A-6CE416AC1154}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{576038F6-AB03-46FF-882A-6CE416AC1154}.Release|Any CPU.Build.0 = Debug|Any CPU
{8E126CCA-C7B2-4108-99F0-1F675C23A69B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E126CCA-C7B2-4108-99F0-1F675C23A69B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E126CCA-C7B2-4108-99F0-1F675C23A69B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E126CCA-C7B2-4108-99F0-1F675C23A69B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 4a52acd

Please sign in to comment.