3 |
<PropertyGroup> |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>9.0.21022</ProductVersion> |
<ProductVersion>9.0.30729</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{828AA77D-5409-4017-9918-C3E74F3A541A}</ProjectGuid> |
<ProjectGuid>{828AA77D-5409-4017-9918-C3E74F3A541A}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
<OutputType>Library</OutputType> |
40 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
<IsWebBootstrapper>false</IsWebBootstrapper> |
41 |
<UseApplicationTrust>false</UseApplicationTrust> |
<UseApplicationTrust>false</UseApplicationTrust> |
42 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
<BootstrapperEnabled>true</BootstrapperEnabled> |
43 |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
44 |
</PropertyGroup> |
</PropertyGroup> |
45 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
46 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
53 |
<DefineConstants>PRO=True</DefineConstants> |
<DefineConstants>PRO=True</DefineConstants> |
54 |
</PropertyGroup> |
</PropertyGroup> |
55 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
56 |
<DebugType>pdbonly</DebugType> |
<DebugType>Full</DebugType> |
57 |
<DefineDebug>false</DefineDebug> |
<DefineDebug>false</DefineDebug> |
58 |
<DefineTrace>true</DefineTrace> |
<DefineTrace>true</DefineTrace> |
59 |
<Optimize>true</Optimize> |
<Optimize>true</Optimize> |
61 |
<DocumentationFile>BSupport.xml</DocumentationFile> |
<DocumentationFile>BSupport.xml</DocumentationFile> |
62 |
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
63 |
<DefineConstants>PRO=True</DefineConstants> |
<DefineConstants>PRO=True</DefineConstants> |
64 |
|
<DebugSymbols>true</DebugSymbols> |
65 |
</PropertyGroup> |
</PropertyGroup> |
66 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' "> |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' "> |
67 |
<DebugSymbols>true</DebugSymbols> |
<DebugSymbols>true</DebugSymbols> |
115 |
</PropertyGroup> |
</PropertyGroup> |
116 |
<ItemGroup> |
<ItemGroup> |
117 |
<Reference Include="System" /> |
<Reference Include="System" /> |
118 |
|
<Reference Include="System.Core"> |
119 |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
120 |
|
</Reference> |
121 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |
122 |
<Reference Include="System.Deployment" /> |
<Reference Include="System.Deployment" /> |
123 |
<Reference Include="System.Drawing" /> |
<Reference Include="System.Drawing" /> |
125 |
<Reference Include="System.ServiceProcess" /> |
<Reference Include="System.ServiceProcess" /> |
126 |
<Reference Include="System.Windows.Forms" /> |
<Reference Include="System.Windows.Forms" /> |
127 |
<Reference Include="System.Xml" /> |
<Reference Include="System.Xml" /> |
128 |
<Reference Include="TrackBar, Version=1.0.2516.574, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> |
<Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> |
129 |
<SpecificVersion>False</SpecificVersion> |
<SpecificVersion>False</SpecificVersion> |
130 |
<HintPath>..\TrackBar.dll</HintPath> |
<HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath> |
131 |
</Reference> |
</Reference> |
132 |
</ItemGroup> |
</ItemGroup> |
133 |
<ItemGroup> |
<ItemGroup> |
138 |
<Import Include="System.Data" /> |
<Import Include="System.Data" /> |
139 |
<Import Include="System.Drawing" /> |
<Import Include="System.Drawing" /> |
140 |
<Import Include="System.Diagnostics" /> |
<Import Include="System.Diagnostics" /> |
141 |
|
<Import Include="System.Linq" /> |
142 |
<Import Include="System.Windows.Forms" /> |
<Import Include="System.Windows.Forms" /> |
143 |
</ItemGroup> |
</ItemGroup> |
144 |
<ItemGroup> |
<ItemGroup> |
189 |
</None> |
</None> |
190 |
</ItemGroup> |
</ItemGroup> |
191 |
<ItemGroup> |
<ItemGroup> |
192 |
|
<ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj"> |
193 |
|
<Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project> |
194 |
|
<Name>AnywhereTS.DBSupport</Name> |
195 |
|
</ProjectReference> |
196 |
<ProjectReference Include="..\CSDLL\CSDLL.csproj"> |
<ProjectReference Include="..\CSDLL\CSDLL.csproj"> |
197 |
<Project>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</Project> |
<Project>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</Project> |
198 |
<Name>CSDLL</Name> |
<Name>CSDLL</Name> |