Parent Directory
|
Revision Log
|
Patch
--- trunk/VBDLL/VBDLL.vbproj 2012/07/11 14:19:13 4 +++ trunk/VBDLL/VBDLL.vbproj 2012/07/14 04:50:27 99 @@ -3,7 +3,7 @@ <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>9.0.21022</ProductVersion> + <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{828AA77D-5409-4017-9918-C3E74F3A541A}</ProjectGuid> <OutputType>Library</OutputType> @@ -40,6 +40,7 @@ <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -52,7 +53,7 @@ <DefineConstants>PRO=True</DefineConstants> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>pdbonly</DebugType> + <DebugType>Full</DebugType> <DefineDebug>false</DefineDebug> <DefineTrace>true</DefineTrace> <Optimize>true</Optimize> @@ -60,6 +61,7 @@ <DocumentationFile>BSupport.xml</DocumentationFile> <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> <DefineConstants>PRO=True</DefineConstants> + <DebugSymbols>true</DebugSymbols> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Evaluation Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -113,6 +115,9 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> <Reference Include="System.Drawing" /> @@ -120,9 +125,9 @@ <Reference Include="System.ServiceProcess" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="TrackBar, Version=1.0.2516.574, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> + <Reference Include="TrackBar, Version=1.0.2486.37933, Culture=neutral, PublicKeyToken=503bf28f63ad27b4"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\TrackBar.dll</HintPath> + <HintPath>..\3rdparty\MDAudi100\TrackBar.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -133,6 +138,7 @@ <Import Include="System.Data" /> <Import Include="System.Drawing" /> <Import Include="System.Diagnostics" /> + <Import Include="System.Linq" /> <Import Include="System.Windows.Forms" /> </ItemGroup> <ItemGroup> @@ -183,6 +189,10 @@ </None> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\AnywhereTS.DBSupport\AnywhereTS.DBSupport.csproj"> + <Project>{EB0E6487-B88B-4E2E-AE6F-185FD26BF86D}</Project> + <Name>AnywhereTS.DBSupport</Name> + </ProjectReference> <ProjectReference Include="..\CSDLL\CSDLL.csproj"> <Project>{FBF2E133-4DC7-4580-B459-50B036DDF51E}</Project> <Name>CSDLL</Name>
ViewVC Help | |
Powered by ViewVC 1.1.22 |