| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 | 
							- <?xml version="1.0" encoding="utf-8"?>
 - <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 -   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 -   <PropertyGroup>
 -     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 -     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 -     <Name>LogsDatabase</Name>
 -     <SchemaVersion>2.0</SchemaVersion>
 -     <ProjectVersion>4.1</ProjectVersion>
 -     <ProjectGuid>{e5ab297d-13e3-4940-b441-f28290ae755f}</ProjectGuid>
 -     <DSP>Microsoft.Data.Tools.Schema.Sql.Sql110DatabaseSchemaProvider</DSP>
 -     <OutputType>Database</OutputType>
 -     <RootPath>
 -     </RootPath>
 -     <RootNamespace>LogsDatabase</RootNamespace>
 -     <AssemblyName>LogsDatabase</AssemblyName>
 -     <ModelCollation>1033, CI</ModelCollation>
 -     <DefaultFileStructure>BySchemaAndSchemaType</DefaultFileStructure>
 -     <DeployToDatabase>True</DeployToDatabase>
 -     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 -     <TargetLanguage>CS</TargetLanguage>
 -     <AppDesignerFolder>Properties</AppDesignerFolder>
 -     <SqlServerVerification>False</SqlServerVerification>
 -     <IncludeCompositeObjects>True</IncludeCompositeObjects>
 -     <TargetDatabaseSet>True</TargetDatabaseSet>
 -   </PropertyGroup>
 -   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 -     <OutputPath>bin\Release\</OutputPath>
 -     <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
 -     <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
 -     <DebugType>pdbonly</DebugType>
 -     <Optimize>true</Optimize>
 -     <DefineDebug>false</DefineDebug>
 -     <DefineTrace>true</DefineTrace>
 -     <ErrorReport>prompt</ErrorReport>
 -     <WarningLevel>4</WarningLevel>
 -   </PropertyGroup>
 -   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 -     <OutputPath>bin\Debug\</OutputPath>
 -     <BuildScriptName>$(MSBuildProjectName).sql</BuildScriptName>
 -     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 -     <DebugSymbols>true</DebugSymbols>
 -     <DebugType>full</DebugType>
 -     <Optimize>false</Optimize>
 -     <DefineDebug>true</DefineDebug>
 -     <DefineTrace>true</DefineTrace>
 -     <ErrorReport>prompt</ErrorReport>
 -     <WarningLevel>4</WarningLevel>
 -   </PropertyGroup>
 -   <!-- VS10 without SP1 will not have VisualStudioVersion set, so do that here -->
 -   <PropertyGroup>
 -     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
 -     <!-- Default to the v10.0 targets path if the targets file for the current VS version is not found -->
 -     <SSDTExists Condition="Exists('$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets')">True</SSDTExists>
 -     <VisualStudioVersion Condition="'$(SSDTExists)' == ''">10.0</VisualStudioVersion>
 -   </PropertyGroup>
 -   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\SSDT\Microsoft.Data.Tools.Schema.SqlTasks.targets" />
 -   <ItemGroup>
 -     <Folder Include="Properties" />
 -     <Folder Include="dbo\" />
 -     <Folder Include="dbo\Tables\" />
 -     <Folder Include="dbo\Stored Procedures\" />
 -   </ItemGroup>
 -   <ItemGroup>
 -     <Build Include="dbo\Tables\Log.sql" />
 -     <Build Include="dbo\Tables\CategoryLog.sql" />
 -     <Build Include="dbo\Tables\Category.sql" />
 -     <Build Include="dbo\Stored Procedures\WriteLog.sql" />
 -     <Build Include="dbo\Stored Procedures\InsertCategoryLog.sql" />
 -     <Build Include="dbo\Stored Procedures\ClearLogs.sql" />
 -     <Build Include="dbo\Stored Procedures\AddCategory.sql" />
 -   </ItemGroup>
 - </Project>
 
 
  |