You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
3.9 KiB
81 lines
3.9 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>SharpDbTools</RootNamespace> |
|
<AssemblyName>SharpDbTools</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{F2CC804D-5A9C-4875-A423-4FB9A5D07018}</ProjectGuid> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath> |
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\SharpServerTools\</OutputPath> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
|
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath> |
|
<OutputPath>..\..\..\..\..\AddIns\AddIns\Misc\SharpServerTools\</OutputPath> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Src\Configuration\AssemblyInfo.cs" /> |
|
<Compile Include="Src\Data\TableNames.cs" /> |
|
<Compile Include="Src\Data\ColumnNames.cs" /> |
|
<Compile Include="Src\Data\DbModelInfo.cs" /> |
|
<Compile Include="Src\Data\DbModelInfoService.cs" /> |
|
<Compile Include="Src\Data\DbProvidersService.cs" /> |
|
<Compile Include="Src\Forms\TableDescribeViewContent.cs" /> |
|
<Compile Include="Src\Forms\ConnectionStringDefinitionDialog.cs" /> |
|
<Compile Include="Src\Forms\ConnectionStringDefinitionDialog.Designer.cs" /> |
|
<Compile Include="Src\Forms\GetConnectionLogicalNameDialog.cs" /> |
|
<Compile Include="Src\Forms\GetConnectionLogicalNameDialog.Designer.cs" /> |
|
<Compile Include="Src\Forms\ServerBrowserTool.cs" /> |
|
<EmbeddedResource Include="Src\Forms\ConnectionStringDefinitionDialog.resx"> |
|
<DependentUpon>ConnectionStringDefinitionDialog.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="Src\Forms\GetConnectionLogicalNameDialog.resx"> |
|
<DependentUpon>GetConnectionLogicalNameDialog.cs</DependentUpon> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="Src" /> |
|
<Folder Include="Src\Data" /> |
|
<Folder Include="Src\Configuration" /> |
|
<Folder Include="Src\Forms" /> |
|
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |