You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7C91BC10-712A-4391-BC2C-FA48DC59F806}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mesnac.Action.Base</RootNamespace>
<AssemblyName>Mesnac.Action.Base</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="MySql.Data">
<HintPath>..\..\Libraries\MySql\MySql.Data.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BaseAction.cs" />
<Compile Include="DatabaseAction.cs" />
<Compile Include="IAction.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Language.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Controls\Mesnac.Controls.Base\Mesnac.Controls.Base.csproj">
<Project>{18bcaa9f-d601-43b6-b443-e6b126adf540}</Project>
<Name>Mesnac.Controls.Base</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\Main\Mesnac.Basic\Mesnac.Basic.csproj">
<Project>{28acacf1-9936-4e97-a866-f84366ec5286}</Project>
<Name>Mesnac.Basic</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\Main\Mesnac.Gui.Edit.Global\Mesnac.Gui.Edit.Global.csproj">
<Project>{e7fe3bd9-0d1d-497b-aa59-ce46159cefbc}</Project>
<Name>Mesnac.Gui.Edit.Global</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Core\ICSharpCode.Core.csproj">
<Project>{113C657D-1CEC-471B-BB2E-3237A8A68428}</Project>
<Name>ICSharpCode.Core</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.Gui\Mesnac.Gui.csproj">
<Project>{170F7E89-A9C1-48F5-BB5A-4AAD2775B1E3}</Project>
<Name>Mesnac.Gui</Name>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\PlugInPlatform\Mesnac.PlugIn\Mesnac.PlugIn.csproj">
<Project>{B6723835-7CFE-4BE6-9D5C-B1C1C4CD60FC}</Project>
<Name>Mesnac.PlugIn</Name>
</ProjectReference>
<ProjectReference Include="..\..\Libraries\Mesnac.Codd\Mesnac.Codd.csproj">
<Project>{60f0fc7f-c072-4887-8bab-d4cdcadf366a}</Project>
<Name>Mesnac.Codd</Name>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>