diff options
author | lbsa71 | 2007-03-25 18:40:36 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-25 18:40:36 +0000 |
commit | fb9562e419d52f852e5542f2000762b0f066a270 (patch) | |
tree | 3a98e7f5a8a74602e299f040f96c4c140496b71a /Prebuild | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-fb9562e419d52f852e5542f2000762b0f066a270.zip opensim-SC_OLD-fb9562e419d52f852e5542f2000762b0f066a270.tar.gz opensim-SC_OLD-fb9562e419d52f852e5542f2000762b0f066a270.tar.bz2 opensim-SC_OLD-fb9562e419d52f852e5542f2000762b0f066a270.tar.xz |
* Hopefully it builds again...
Diffstat (limited to 'Prebuild')
-rw-r--r-- | Prebuild/Prebuild.sln | 31 | ||||
-rw-r--r-- | Prebuild/src/Prebuild.csproj | 2 |
2 files changed, 16 insertions, 17 deletions
diff --git a/Prebuild/Prebuild.sln b/Prebuild/Prebuild.sln index c75302e..27f9fd9 100644 --- a/Prebuild/Prebuild.sln +++ b/Prebuild/Prebuild.sln | |||
@@ -1,25 +1,24 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 9.00 | 1 | Microsoft Visual Studio Solution File, Format Version 9.00 |
2 | # Visual C# Express 2005 | 2 | # Visual Studio 2005 |
3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prebuild", "src\Prebuild.csproj", "{F7B3D806-20FD-4181-86F1-96E24A9EC850}" | 3 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prebuild", "src\Prebuild.csproj", "{67E2564D-3E0A-4AA9-93C7-A7755C92FC7C}" |
4 | EndProject | 4 | EndProject |
5 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{468F1D07-AD17-4CC3-ABD0-2CA268E4E1A6}" | 5 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{468F1D07-AD17-4CC3-ABD0-2CA268E4E1A6}" |
6 | ProjectSection(SolutionItems) = preProject | 6 | ProjectSection(SolutionItems) = preProject |
7 | prebuild.xml = prebuild.xml | ||
8 | prebuild = prebuild | 7 | prebuild = prebuild |
9 | EndProjectSection | 8 | EndProjectSection |
10 | EndProject | 9 | EndProject |
11 | Global | 10 | Global |
12 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
13 | Debug|Any CPU = Debug|Any CPU | 12 | Debug|Any CPU = Debug|Any CPU |
14 | Release|Any CPU = Release|Any CPU | 13 | Release|Any CPU = Release|Any CPU |
15 | EndGlobalSection | 14 | EndGlobalSection |
16 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
17 | {F7B3D806-20FD-4181-86F1-96E24A9EC850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 16 | {67E2564D-3E0A-4AA9-93C7-A7755C92FC7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
18 | {F7B3D806-20FD-4181-86F1-96E24A9EC850}.Debug|Any CPU.Build.0 = Debug|Any CPU | 17 | {67E2564D-3E0A-4AA9-93C7-A7755C92FC7C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
19 | {F7B3D806-20FD-4181-86F1-96E24A9EC850}.Release|Any CPU.ActiveCfg = Release|Any CPU | 18 | {67E2564D-3E0A-4AA9-93C7-A7755C92FC7C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
20 | {F7B3D806-20FD-4181-86F1-96E24A9EC850}.Release|Any CPU.Build.0 = Release|Any CPU | 19 | {67E2564D-3E0A-4AA9-93C7-A7755C92FC7C}.Release|Any CPU.Build.0 = Release|Any CPU |
21 | EndGlobalSection | 20 | EndGlobalSection |
22 | GlobalSection(SolutionProperties) = preSolution | 21 | GlobalSection(SolutionProperties) = preSolution |
23 | HideSolutionNode = FALSE | 22 | HideSolutionNode = FALSE |
24 | EndGlobalSection | 23 | EndGlobalSection |
25 | EndGlobal | 24 | EndGlobal |
diff --git a/Prebuild/src/Prebuild.csproj b/Prebuild/src/Prebuild.csproj index 17d5089..51039f3 100644 --- a/Prebuild/src/Prebuild.csproj +++ b/Prebuild/src/Prebuild.csproj | |||
@@ -3,7 +3,7 @@ | |||
3 | <ProjectType>Local</ProjectType> | 3 | <ProjectType>Local</ProjectType> |
4 | <ProductVersion>8.0.50727</ProductVersion> | 4 | <ProductVersion>8.0.50727</ProductVersion> |
5 | <SchemaVersion>2.0</SchemaVersion> | 5 | <SchemaVersion>2.0</SchemaVersion> |
6 | <ProjectGuid>{F7B3D806-20FD-4181-86F1-96E24A9EC850}</ProjectGuid> | 6 | <ProjectGuid>{67E2564D-3E0A-4AA9-93C7-A7755C92FC7C}</ProjectGuid> |
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | <ApplicationIcon>App.ico</ApplicationIcon> | 9 | <ApplicationIcon>App.ico</ApplicationIcon> |