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

Commit

Permalink
* Builder.sln:
Browse files Browse the repository at this point in the history
* Builder.csproj: Add changelog/commit message instructions for
MonoDevelop.

svn path=/trunk/monkeywrench/; revision=128206
  • Loading branch information
rolfbjarne committed Feb 27, 2009
1 parent 03b84e6 commit 891d3cc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 28 deletions.
6 changes: 3 additions & 3 deletions Builder.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?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>
Expand Down Expand Up @@ -33,7 +33,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Npgsql, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
<Reference Include="Npgsql, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7">
<SpecificVersion>False</SpecificVersion>
<HintPath>scripts\bin\Npgsql.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -113,7 +113,7 @@
<None Include="scripts\web.sh" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
<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.
Expand Down
43 changes: 18 additions & 25 deletions Builder.sln
@@ -1,27 +1,6 @@

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
Expand All @@ -30,14 +9,28 @@ Global
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
{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
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.1
StartupItem = Builder.csproj
Policies = $0
$0.VersionControlPolicy = $1
$1.CommitMessageStyle = $2
$2.Header = @${Date:yyyy-MM-dd} ${AuthorName} <${AuthorEmail}>\n\n
$2.Indent = @\t
$1.inheritsSet = Mono
$0.ChangeLogPolicy = $3
$3.UpdateMode = Nearest
$3.VcsIntegration = RequireEntry
$3.inheritsSet = Mono
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
@@ -0,0 +1,6 @@
2009-02-27 Rolf Bjarne Kvinge <RKvinge@novell.com>

* Builder.sln:
* Builder.csproj: Add changelog/commit message instructions
for MonoDevelop.

0 comments on commit 891d3cc

Please sign in to comment.