1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>9.0.30729</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>AnywhereTS.DBSupport</RootNamespace> |
12 |
<AssemblyName>AnywhereTS.DBSupport</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<FileUpgradeFlags> |
16 |
</FileUpgradeFlags> |
17 |
<OldToolsVersion>3.5</OldToolsVersion> |
18 |
<UpgradeBackupLocation /> |
19 |
<PublishUrl>publish\</PublishUrl> |
20 |
<Install>true</Install> |
21 |
<InstallFrom>Disk</InstallFrom> |
22 |
<UpdateEnabled>false</UpdateEnabled> |
23 |
<UpdateMode>Foreground</UpdateMode> |
24 |
<UpdateInterval>7</UpdateInterval> |
25 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
26 |
<UpdatePeriodically>false</UpdatePeriodically> |
27 |
<UpdateRequired>false</UpdateRequired> |
28 |
<MapFileExtensions>true</MapFileExtensions> |
29 |
<ApplicationRevision>0</ApplicationRevision> |
30 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
31 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
32 |
<UseApplicationTrust>false</UseApplicationTrust> |
33 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
34 |
<TargetFrameworkProfile /> |
35 |
</PropertyGroup> |
36 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
37 |
<DebugSymbols>true</DebugSymbols> |
38 |
<DebugType>full</DebugType> |
39 |
<Optimize>false</Optimize> |
40 |
<OutputPath>bin\Debug\</OutputPath> |
41 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
42 |
<ErrorReport>prompt</ErrorReport> |
43 |
<WarningLevel>4</WarningLevel> |
44 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
45 |
</PropertyGroup> |
46 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
47 |
<DebugType>full</DebugType> |
48 |
<Optimize>true</Optimize> |
49 |
<OutputPath>bin\Release\</OutputPath> |
50 |
<DefineConstants>TRACE</DefineConstants> |
51 |
<ErrorReport>prompt</ErrorReport> |
52 |
<WarningLevel>4</WarningLevel> |
53 |
<DebugSymbols>true</DebugSymbols> |
54 |
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
55 |
</PropertyGroup> |
56 |
<ItemGroup> |
57 |
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
58 |
<SpecificVersion>False</SpecificVersion> |
59 |
<HintPath>..\3rdparty\apache\log4net\bin\log4net.dll</HintPath> |
60 |
</Reference> |
61 |
<Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
62 |
<SpecificVersion>False</SpecificVersion> |
63 |
<HintPath>..\3rdparty\Microsoft.SqlServer.Smo\Microsoft.SqlServer.ConnectionInfo.dll</HintPath> |
64 |
</Reference> |
65 |
<Reference Include="Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
66 |
<SpecificVersion>False</SpecificVersion> |
67 |
<HintPath>..\3rdparty\Microsoft.SqlServer.Smo\Microsoft.SqlServer.Management.Sdk.Sfc.dll</HintPath> |
68 |
</Reference> |
69 |
<Reference Include="Microsoft.SqlServer.Smo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
70 |
<SpecificVersion>False</SpecificVersion> |
71 |
<HintPath>..\3rdparty\Microsoft.SqlServer.Smo\Microsoft.SqlServer.Smo.dll</HintPath> |
72 |
</Reference> |
73 |
<Reference Include="System" /> |
74 |
<Reference Include="System.Core"> |
75 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
76 |
</Reference> |
77 |
<Reference Include="System.Data" /> |
78 |
<Reference Include="System.Data.Linq" /> |
79 |
<Reference Include="System.Xml" /> |
80 |
</ItemGroup> |
81 |
<ItemGroup> |
82 |
<Compile Include="DBConnector.cs" /> |
83 |
<Compile Include="MSSQLConnector.cs" /> |
84 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
85 |
<Compile Include="Properties\Settings.Designer.cs"> |
86 |
<AutoGen>True</AutoGen> |
87 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
88 |
<DependentUpon>Settings.settings</DependentUpon> |
89 |
</Compile> |
90 |
<Compile Include="SqlMdfConnector.cs" /> |
91 |
</ItemGroup> |
92 |
<ItemGroup> |
93 |
<None Include="app.config" /> |
94 |
<None Include="Properties\Settings.settings"> |
95 |
<Generator>PublicSettingsSingleFileGenerator</Generator> |
96 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
97 |
</None> |
98 |
</ItemGroup> |
99 |
<ItemGroup> |
100 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
101 |
<Visible>False</Visible> |
102 |
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
103 |
<Install>false</Install> |
104 |
</BootstrapperPackage> |
105 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
106 |
<Visible>False</Visible> |
107 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
108 |
<Install>true</Install> |
109 |
</BootstrapperPackage> |
110 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
111 |
<Visible>False</Visible> |
112 |
<ProductName>Windows Installer 3.1</ProductName> |
113 |
<Install>true</Install> |
114 |
</BootstrapperPackage> |
115 |
</ItemGroup> |
116 |
<ItemGroup> |
117 |
<ProjectReference Include="..\AnywhereTS.Logging\AnywhereTS.Logging.csproj"> |
118 |
<Project>{94310144-2E03-4F73-B4B2-2039C58B242B}</Project> |
119 |
<Name>AnywhereTS.Logging</Name> |
120 |
</ProjectReference> |
121 |
</ItemGroup> |
122 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
123 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
124 |
Other similar extension points exist, see Microsoft.Common.targets. |
125 |
<Target Name="BeforeBuild"> |
126 |
</Target> |
127 |
<Target Name="AfterBuild"> |
128 |
</Target> |
129 |
--> |
130 |
</Project> |