diff options
Re-imported OpenGridServices from trunk
Diffstat (limited to 'OpenGridServices/OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.csproj')
-rw-r--r-- | OpenGridServices/OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.csproj | 237 |
1 files changed, 237 insertions, 0 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.csproj b/OpenGridServices/OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.csproj new file mode 100644 index 0000000..351de2a --- /dev/null +++ b/OpenGridServices/OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.csproj | |||
@@ -0,0 +1,237 @@ | |||
1 | <<<<<<< .mine | ||
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <PropertyGroup> | ||
4 | <ProjectType>Local</ProjectType> | ||
5 | <ProductVersion>8.0.50727</ProductVersion> | ||
6 | <SchemaVersion>2.0</SchemaVersion> | ||
7 | <ProjectGuid>{0F3C3AC1-0000-0000-0000-000000000000}</ProjectGuid> | ||
8 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
9 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
10 | <ApplicationIcon></ApplicationIcon> | ||
11 | <AssemblyKeyContainerName> | ||
12 | </AssemblyKeyContainerName> | ||
13 | <AssemblyName>OpenGrid.Framework.Data.MySQL</AssemblyName> | ||
14 | <DefaultClientScript>JScript</DefaultClientScript> | ||
15 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
16 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
17 | <DelaySign>false</DelaySign> | ||
18 | <OutputType>Library</OutputType> | ||
19 | <AppDesignerFolder></AppDesignerFolder> | ||
20 | <RootNamespace>OpenGrid.Framework.Data.MySQL</RootNamespace> | ||
21 | <StartupObject></StartupObject> | ||
22 | <FileUpgradeFlags> | ||
23 | </FileUpgradeFlags> | ||
24 | </PropertyGroup> | ||
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
26 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
27 | <BaseAddress>285212672</BaseAddress> | ||
28 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
29 | <ConfigurationOverrideFile> | ||
30 | </ConfigurationOverrideFile> | ||
31 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
32 | <DocumentationFile></DocumentationFile> | ||
33 | <DebugSymbols>True</DebugSymbols> | ||
34 | <FileAlignment>4096</FileAlignment> | ||
35 | <Optimize>False</Optimize> | ||
36 | <OutputPath>..\..\bin\</OutputPath> | ||
37 | <RegisterForComInterop>False</RegisterForComInterop> | ||
38 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
39 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
40 | <WarningLevel>4</WarningLevel> | ||
41 | <NoWarn></NoWarn> | ||
42 | </PropertyGroup> | ||
43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
44 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
45 | <BaseAddress>285212672</BaseAddress> | ||
46 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
47 | <ConfigurationOverrideFile> | ||
48 | </ConfigurationOverrideFile> | ||
49 | <DefineConstants>TRACE</DefineConstants> | ||
50 | <DocumentationFile></DocumentationFile> | ||
51 | <DebugSymbols>False</DebugSymbols> | ||
52 | <FileAlignment>4096</FileAlignment> | ||
53 | <Optimize>True</Optimize> | ||
54 | <OutputPath>..\..\bin\</OutputPath> | ||
55 | <RegisterForComInterop>False</RegisterForComInterop> | ||
56 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
57 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
58 | <WarningLevel>4</WarningLevel> | ||
59 | <NoWarn></NoWarn> | ||
60 | </PropertyGroup> | ||
61 | <ItemGroup> | ||
62 | <Reference Include="System" > | ||
63 | <HintPath>System.dll</HintPath> | ||
64 | <Private>False</Private> | ||
65 | </Reference> | ||
66 | <Reference Include="System.Xml" > | ||
67 | <HintPath>System.Xml.dll</HintPath> | ||
68 | <Private>False</Private> | ||
69 | </Reference> | ||
70 | <Reference Include="System.Data" > | ||
71 | <HintPath>System.Data.dll</HintPath> | ||
72 | <Private>False</Private> | ||
73 | </Reference> | ||
74 | <Reference Include="libsecondlife.dll" > | ||
75 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | ||
76 | <Private>False</Private> | ||
77 | </Reference> | ||
78 | <Reference Include="MySql.Data.dll" > | ||
79 | <HintPath>..\..\bin\MySql.Data.dll</HintPath> | ||
80 | <Private>False</Private> | ||
81 | </Reference> | ||
82 | </ItemGroup> | ||
83 | <ItemGroup> | ||
84 | <ProjectReference Include="..\OpenGrid.Framework.Data\OpenGrid.Framework.Data.csproj"> | ||
85 | <Name>OpenGrid.Framework.Data</Name> | ||
86 | <Project>{62CDF671-0000-0000-0000-000000000000}</Project> | ||
87 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
88 | <Private>False</Private> | ||
89 | </ProjectReference> | ||
90 | </ItemGroup> | ||
91 | <ItemGroup> | ||
92 | <Compile Include="MySQLGridData.cs"> | ||
93 | <SubType>Code</SubType> | ||
94 | </Compile> | ||
95 | <Compile Include="MySQLInventoryData.cs"> | ||
96 | <SubType>Code</SubType> | ||
97 | </Compile> | ||
98 | <Compile Include="MySQLLogData.cs"> | ||
99 | <SubType>Code</SubType> | ||
100 | </Compile> | ||
101 | <Compile Include="MySQLManager.cs"> | ||
102 | <SubType>Code</SubType> | ||
103 | </Compile> | ||
104 | <Compile Include="MySQLUserData.cs"> | ||
105 | <SubType>Code</SubType> | ||
106 | </Compile> | ||
107 | <Compile Include="Properties\AssemblyInfo.cs"> | ||
108 | <SubType>Code</SubType> | ||
109 | </Compile> | ||
110 | </ItemGroup> | ||
111 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
112 | <PropertyGroup> | ||
113 | <PreBuildEvent> | ||
114 | </PreBuildEvent> | ||
115 | <PostBuildEvent> | ||
116 | </PostBuildEvent> | ||
117 | </PropertyGroup> | ||
118 | </Project> | ||
119 | ======= | ||
120 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
121 | <PropertyGroup> | ||
122 | <ProjectType>Local</ProjectType> | ||
123 | <ProductVersion>8.0.50727</ProductVersion> | ||
124 | <SchemaVersion>2.0</SchemaVersion> | ||
125 | <ProjectGuid>{0F3C3AC1-0000-0000-0000-000000000000}</ProjectGuid> | ||
126 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
127 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
128 | <ApplicationIcon></ApplicationIcon> | ||
129 | <AssemblyKeyContainerName> | ||
130 | </AssemblyKeyContainerName> | ||
131 | <AssemblyName>OpenGrid.Framework.Data.MySQL</AssemblyName> | ||
132 | <DefaultClientScript>JScript</DefaultClientScript> | ||
133 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
134 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
135 | <DelaySign>false</DelaySign> | ||
136 | <OutputType>Library</OutputType> | ||
137 | <AppDesignerFolder></AppDesignerFolder> | ||
138 | <RootNamespace>OpenGrid.Framework.Data.MySQL</RootNamespace> | ||
139 | <StartupObject></StartupObject> | ||
140 | <FileUpgradeFlags> | ||
141 | </FileUpgradeFlags> | ||
142 | </PropertyGroup> | ||
143 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
144 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
145 | <BaseAddress>285212672</BaseAddress> | ||
146 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
147 | <ConfigurationOverrideFile> | ||
148 | </ConfigurationOverrideFile> | ||
149 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
150 | <DocumentationFile></DocumentationFile> | ||
151 | <DebugSymbols>True</DebugSymbols> | ||
152 | <FileAlignment>4096</FileAlignment> | ||
153 | <Optimize>False</Optimize> | ||
154 | <OutputPath>..\..\bin\</OutputPath> | ||
155 | <RegisterForComInterop>False</RegisterForComInterop> | ||
156 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
157 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
158 | <WarningLevel>4</WarningLevel> | ||
159 | <NoWarn></NoWarn> | ||
160 | </PropertyGroup> | ||
161 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
162 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
163 | <BaseAddress>285212672</BaseAddress> | ||
164 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
165 | <ConfigurationOverrideFile> | ||
166 | </ConfigurationOverrideFile> | ||
167 | <DefineConstants>TRACE</DefineConstants> | ||
168 | <DocumentationFile></DocumentationFile> | ||
169 | <DebugSymbols>False</DebugSymbols> | ||
170 | <FileAlignment>4096</FileAlignment> | ||
171 | <Optimize>True</Optimize> | ||
172 | <OutputPath>..\..\bin\</OutputPath> | ||
173 | <RegisterForComInterop>False</RegisterForComInterop> | ||
174 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
175 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
176 | <WarningLevel>4</WarningLevel> | ||
177 | <NoWarn></NoWarn> | ||
178 | </PropertyGroup> | ||
179 | <ItemGroup> | ||
180 | <Reference Include="System" > | ||
181 | <HintPath>System.dll</HintPath> | ||
182 | <Private>False</Private> | ||
183 | </Reference> | ||
184 | <Reference Include="System.Xml" > | ||
185 | <HintPath>System.Xml.dll</HintPath> | ||
186 | <Private>False</Private> | ||
187 | </Reference> | ||
188 | <Reference Include="System.Data" > | ||
189 | <HintPath>System.Data.dll</HintPath> | ||
190 | <Private>False</Private> | ||
191 | </Reference> | ||
192 | <Reference Include="libsecondlife.dll" > | ||
193 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | ||
194 | <Private>False</Private> | ||
195 | </Reference> | ||
196 | <Reference Include="MySql.Data.dll" > | ||
197 | <HintPath>..\..\bin\MySql.Data.dll</HintPath> | ||
198 | <Private>False</Private> | ||
199 | </Reference> | ||
200 | </ItemGroup> | ||
201 | <ItemGroup> | ||
202 | <ProjectReference Include="..\OpenGrid.Framework.Data\OpenGrid.Framework.Data.csproj"> | ||
203 | <Name>OpenGrid.Framework.Data</Name> | ||
204 | <Project>{62CDF671-0000-0000-0000-000000000000}</Project> | ||
205 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
206 | <Private>False</Private> | ||
207 | </ProjectReference> | ||
208 | </ItemGroup> | ||
209 | <ItemGroup> | ||
210 | <Compile Include="MySQLInventoryData.cs"> | ||
211 | <SubType>Code</SubType> | ||
212 | </Compile> | ||
213 | <Compile Include="MySQLUserData.cs"> | ||
214 | <SubType>Code</SubType> | ||
215 | </Compile> | ||
216 | <Compile Include="MySQLManager.cs"> | ||
217 | <SubType>Code</SubType> | ||
218 | </Compile> | ||
219 | <Compile Include="MySQLLogData.cs"> | ||
220 | <SubType>Code</SubType> | ||
221 | </Compile> | ||
222 | <Compile Include="MySQLGridData.cs"> | ||
223 | <SubType>Code</SubType> | ||
224 | </Compile> | ||
225 | <Compile Include="Properties\AssemblyInfo.cs"> | ||
226 | <SubType>Code</SubType> | ||
227 | </Compile> | ||
228 | </ItemGroup> | ||
229 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
230 | <PropertyGroup> | ||
231 | <PreBuildEvent> | ||
232 | </PreBuildEvent> | ||
233 | <PostBuildEvent> | ||
234 | </PostBuildEvent> | ||
235 | </PropertyGroup> | ||
236 | </Project> | ||
237 | >>>>>>> .r921 | ||