Okay, get rid of WvAutoCast.iter() altogether; use GetEnumerator().
[versaplex.git] / sqlsucker / SqlSucker.csproj
blob6c64e07caf2d3755ff738628c8560c74cb7816c9
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProjectTypeGuids>{c252feb5-a946-4202-b1d4-9916a0590387};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r
7     <ProductVersion>8.0.50727</ProductVersion>\r
8     <SchemaVersion>2.0</SchemaVersion>\r
9     <ProjectGuid>{CE559645-9BBE-47A7-A90D-77BCC1444D79}</ProjectGuid>\r
10     <OutputType>Library</OutputType>\r
11     <NoStandardLibraries>false</NoStandardLibraries>\r
12     <AssemblyName>SqlSucker</AssemblyName>\r
13     <RootNamespace>SqlSucker</RootNamespace>\r
14     <PermissionLevel>3</PermissionLevel>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>\r
22     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugSymbols>false</DebugSymbols>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
34   <Import Project="$(MSBuildBinPath)\SqlServer.targets" />\r
35   <ItemGroup>\r
36     <Reference Include="System" />\r
37     <Reference Include="System.Data" />\r
38     <Reference Include="System.XML" />\r
39   </ItemGroup>\r
40   <ItemGroup>\r
41     <Compile Include="Properties\AssemblyInfo.cs" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Content Include="Test Scripts\Test.sql">\r
45       <SubType>Content</SubType>\r
46     </Content>\r
47   </ItemGroup>\r
48   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
49        Other similar extension points exist, see Microsoft.Common.targets.\r
50   <Target Name="BeforeBuild">\r
51   </Target>\r
52   <Target Name="AfterBuild">\r
53   </Target>\r
54   -->\r
55 </Project>