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.
96 lines
4.1 KiB
96 lines
4.1 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
<PropertyGroup> |
|
<OutputType>WinExe</OutputType> |
|
<RootNamespace>SdaUser</RootNamespace> |
|
<AssemblyName>SdaUser</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{3FF48818-69D2-4884-8F4F-62EC72F0D5F0}</ProjectGuid> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<SourceAnalysisOverrideSettingsFile>C:\Users\Daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
<TargetFrameworkProfile /> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath> |
|
<OutputPath>..\..\bin\</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>bin\Release\</OutputPath> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="SharpDevelop"> |
|
<HintPath>..\..\bin\SharpDevelop.exe</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Data.DataSetExtensions"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="MainForm.cs" /> |
|
<Compile Include="MainForm.Designer.cs"> |
|
<DependentUpon>MainForm.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<EmbeddedResource Include="MainForm.resx"> |
|
<DependentUpon>MainForm.cs</DependentUpon> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Folder Include="SdaAddIns" /> |
|
<Content Include="SdaAddIns\SdaBase.addin"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Content> |
|
<ProjectReference Include="SharpDevelopInteraction\SharpDevelopInteraction.csproj"> |
|
<Project>{84054D5E-0B81-4C4B-AABB-DCC43030830B}</Project> |
|
<Name>SharpDevelopInteraction</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Content Include="..\..\AddIns\DisplayBindings\AvalonEdit\AvalonEdit.AddIn.addin"> |
|
<Link>SdaAddIns\AvalonEdit.AddIn.addin</Link> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Content> |
|
<Content Include="..\..\AddIns\DisplayBindings\AvalonEdit\ICSharpCode.AvalonEdit.AddIn.dll"> |
|
<Link>SdaAddIns\ICSharpCode.AvalonEdit.AddIn.dll</Link> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Content> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="app.config" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |