aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj')
-rw-r--r--OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj229
1 files changed, 229 insertions, 0 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj b/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj
new file mode 100644
index 0000000..c0684a2
--- /dev/null
+++ b/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj
@@ -0,0 +1,229 @@
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>{62CDF671-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</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</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 </ItemGroup>
79 <ItemGroup>
80 </ItemGroup>
81 <ItemGroup>
82 <Compile Include="GridData.cs">
83 <SubType>Code</SubType>
84 </Compile>
85 <Compile Include="ILogData.cs">
86 <SubType>Code</SubType>
87 </Compile>
88 <Compile Include="IniConfig.cs">
89 <SubType>Code</SubType>
90 </Compile>
91 <Compile Include="InventoryData.cs">
92 <SubType>Code</SubType>
93 </Compile>
94 <Compile Include="SimProfileData.cs">
95 <SubType>Code</SubType>
96 </Compile>
97 <Compile Include="UserData.cs">
98 <SubType>Code</SubType>
99 </Compile>
100 <Compile Include="UserProfileData.cs">
101 <SubType>Code</SubType>
102 </Compile>
103 <Compile Include="Properties\AssemblyInfo.cs">
104 <SubType>Code</SubType>
105 </Compile>
106 </ItemGroup>
107 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
108 <PropertyGroup>
109 <PreBuildEvent>
110 </PreBuildEvent>
111 <PostBuildEvent>
112 </PostBuildEvent>
113 </PropertyGroup>
114</Project>
115=======
116<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
117 <PropertyGroup>
118 <ProjectType>Local</ProjectType>
119 <ProductVersion>8.0.50727</ProductVersion>
120 <SchemaVersion>2.0</SchemaVersion>
121 <ProjectGuid>{62CDF671-0000-0000-0000-000000000000}</ProjectGuid>
122 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
123 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
124 <ApplicationIcon></ApplicationIcon>
125 <AssemblyKeyContainerName>
126 </AssemblyKeyContainerName>
127 <AssemblyName>OpenGrid.Framework.Data</AssemblyName>
128 <DefaultClientScript>JScript</DefaultClientScript>
129 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
130 <DefaultTargetSchema>IE50</DefaultTargetSchema>
131 <DelaySign>false</DelaySign>
132 <OutputType>Library</OutputType>
133 <AppDesignerFolder></AppDesignerFolder>
134 <RootNamespace>OpenGrid.Framework.Data</RootNamespace>
135 <StartupObject></StartupObject>
136 <FileUpgradeFlags>
137 </FileUpgradeFlags>
138 </PropertyGroup>
139 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
140 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
141 <BaseAddress>285212672</BaseAddress>
142 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
143 <ConfigurationOverrideFile>
144 </ConfigurationOverrideFile>
145 <DefineConstants>TRACE;DEBUG</DefineConstants>
146 <DocumentationFile></DocumentationFile>
147 <DebugSymbols>True</DebugSymbols>
148 <FileAlignment>4096</FileAlignment>
149 <Optimize>False</Optimize>
150 <OutputPath>..\..\bin\</OutputPath>
151 <RegisterForComInterop>False</RegisterForComInterop>
152 <RemoveIntegerChecks>False</RemoveIntegerChecks>
153 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
154 <WarningLevel>4</WarningLevel>
155 <NoWarn></NoWarn>
156 </PropertyGroup>
157 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
158 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
159 <BaseAddress>285212672</BaseAddress>
160 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
161 <ConfigurationOverrideFile>
162 </ConfigurationOverrideFile>
163 <DefineConstants>TRACE</DefineConstants>
164 <DocumentationFile></DocumentationFile>
165 <DebugSymbols>False</DebugSymbols>
166 <FileAlignment>4096</FileAlignment>
167 <Optimize>True</Optimize>
168 <OutputPath>..\..\bin\</OutputPath>
169 <RegisterForComInterop>False</RegisterForComInterop>
170 <RemoveIntegerChecks>False</RemoveIntegerChecks>
171 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
172 <WarningLevel>4</WarningLevel>
173 <NoWarn></NoWarn>
174 </PropertyGroup>
175 <ItemGroup>
176 <Reference Include="System" >
177 <HintPath>System.dll</HintPath>
178 <Private>False</Private>
179 </Reference>
180 <Reference Include="System.Xml" >
181 <HintPath>System.Xml.dll</HintPath>
182 <Private>False</Private>
183 </Reference>
184 <Reference Include="System.Data" >
185 <HintPath>System.Data.dll</HintPath>
186 <Private>False</Private>
187 </Reference>
188 <Reference Include="libsecondlife.dll" >
189 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
190 <Private>False</Private>
191 </Reference>
192 </ItemGroup>
193 <ItemGroup>
194 </ItemGroup>
195 <ItemGroup>
196 <Compile Include="GridData.cs">
197 <SubType>Code</SubType>
198 </Compile>
199 <Compile Include="SimProfileData.cs">
200 <SubType>Code</SubType>
201 </Compile>
202 <Compile Include="ILogData.cs">
203 <SubType>Code</SubType>
204 </Compile>
205 <Compile Include="IniConfig.cs">
206 <SubType>Code</SubType>
207 </Compile>
208 <Compile Include="InventoryData.cs">
209 <SubType>Code</SubType>
210 </Compile>
211 <Compile Include="UserData.cs">
212 <SubType>Code</SubType>
213 </Compile>
214 <Compile Include="UserProfileData.cs">
215 <SubType>Code</SubType>
216 </Compile>
217 <Compile Include="Properties\AssemblyInfo.cs">
218 <SubType>Code</SubType>
219 </Compile>
220 </ItemGroup>
221 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
222 <PropertyGroup>
223 <PreBuildEvent>
224 </PreBuildEvent>
225 <PostBuildEvent>
226 </PostBuildEvent>
227 </PropertyGroup>
228</Project>
229>>>>>>> .r921