diff options
author | lbsa71 | 2007-03-27 10:51:41 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-27 10:51:41 +0000 |
commit | f405d0fada001a5d7e6c9778252dfff13f0ea3df (patch) | |
tree | 08490d1a2db0b4e169a2adaab563b01d88fa2ee6 /Prebuild/Prebuild.sln | |
parent | * Enabled the OpenSim.Servers project (diff) | |
download | opensim-SC_OLD-f405d0fada001a5d7e6c9778252dfff13f0ea3df.zip opensim-SC_OLD-f405d0fada001a5d7e6c9778252dfff13f0ea3df.tar.gz opensim-SC_OLD-f405d0fada001a5d7e6c9778252dfff13f0ea3df.tar.bz2 opensim-SC_OLD-f405d0fada001a5d7e6c9778252dfff13f0ea3df.tar.xz |
* Prebuild breaks nant build if project is empty. Quick fix : add dummy file
Diffstat (limited to '')
-rw-r--r-- | Prebuild/Prebuild.sln | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Prebuild/Prebuild.sln b/Prebuild/Prebuild.sln index 6896d2b..642b5d4 100644 --- a/Prebuild/Prebuild.sln +++ b/Prebuild/Prebuild.sln | |||
@@ -1,6 +1,6 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 9.00 | 1 | Microsoft Visual Studio Solution File, Format Version 9.00 |
2 | # Visual Studio 2005 | 2 | # Visual Studio 2005 |
3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prebuild", "src\Prebuild.csproj", "{F9A31A1F-E13C-493B-B5E3-1BE5F9518E85}" | 3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prebuild", "src\Prebuild.csproj", "{BEF662A4-BA6D-4BDB-BE04-4E6055E9D276}" |
4 | EndProject | 4 | EndProject |
5 | Global | 5 | Global |
6 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 6 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
@@ -8,10 +8,10 @@ Global | |||
8 | Release|Any CPU = Release|Any CPU | 8 | Release|Any CPU = Release|Any CPU |
9 | EndGlobalSection | 9 | EndGlobalSection |
10 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 10 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
11 | {F9A31A1F-E13C-493B-B5E3-1BE5F9518E85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 11 | {BEF662A4-BA6D-4BDB-BE04-4E6055E9D276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
12 | {F9A31A1F-E13C-493B-B5E3-1BE5F9518E85}.Debug|Any CPU.Build.0 = Debug|Any CPU | 12 | {BEF662A4-BA6D-4BDB-BE04-4E6055E9D276}.Debug|Any CPU.Build.0 = Debug|Any CPU |
13 | {F9A31A1F-E13C-493B-B5E3-1BE5F9518E85}.Release|Any CPU.ActiveCfg = Release|Any CPU | 13 | {BEF662A4-BA6D-4BDB-BE04-4E6055E9D276}.Release|Any CPU.ActiveCfg = Release|Any CPU |
14 | {F9A31A1F-E13C-493B-B5E3-1BE5F9518E85}.Release|Any CPU.Build.0 = Release|Any CPU | 14 | {BEF662A4-BA6D-4BDB-BE04-4E6055E9D276}.Release|Any CPU.Build.0 = Release|Any CPU |
15 | EndGlobalSection | 15 | EndGlobalSection |
16 | GlobalSection(SolutionProperties) = preSolution | 16 | GlobalSection(SolutionProperties) = preSolution |
17 | HideSolutionNode = FALSE | 17 | HideSolutionNode = FALSE |