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.
158 lines
6.9 KiB
XML
158 lines
6.9 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>{6A2190C6-B530-4D5B-BD34-29EFB0431F67}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Mesnac.Action.Default</RootNamespace>
|
|
<AssemblyName>Mesnac.Action.Default</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="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<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="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Purview\CheckPurviewControl.cs" />
|
|
<Compile Include="Purview\ClearSelectAction.cs" />
|
|
<Compile Include="Purview\Login.cs" />
|
|
<Compile Include="Purview\ManagePurview.cs" />
|
|
<Compile Include="Purview\LoadPurview.cs" />
|
|
<Compile Include="Purview\FrmSysLogin.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Purview\FrmSysLogin.Designer.cs">
|
|
<DependentUpon>FrmSysLogin.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Purview\RefreshSystemPurview.cs" />
|
|
<Compile Include="Purview\SaveDefaultPurviewAction.cs" />
|
|
<Compile Include="Purview\SelectAllPurviewAction.cs" />
|
|
<Compile Include="Purview\SetDefaultPurviewAction.cs" />
|
|
<Compile Include="SynchroData\BaseDataSynchronous.cs" />
|
|
<Compile Include="SynchroData\ClearForm.cs" />
|
|
<Compile Include="SynchroData\Delete.cs" />
|
|
<Compile Include="SynchroData\EquipReadData.cs" />
|
|
<Compile Include="SynchroData\Insert.cs" />
|
|
<Compile Include="SynchroData\Select.cs" />
|
|
<Compile Include="SynchroData\Update.cs" />
|
|
<Compile Include="SynchroData\SelectRow.cs" />
|
|
<Compile Include="SynchroData\NextRow.cs" />
|
|
<Compile Include="SynchroData\PreRow.cs" />
|
|
<Compile Include="SynchroData\IniForm.cs" />
|
|
<Compile Include="SynchroData\FirstRow.cs" />
|
|
<Compile Include="SynchroData\LastRow.cs" />
|
|
<Compile Include="SynchroData\LastTimeRow.cs" />
|
|
<Compile Include="Test\TestAction.cs" />
|
|
<Compile Include="Tools\CalCalculatorAction.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="..\..\Controls\Mesnac.Controls.Default\Mesnac.Controls.Default.csproj">
|
|
<Project>{f022c0e6-2819-4fb1-bb86-0f389f061a44}</Project>
|
|
<Name>Mesnac.Controls.Default</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Equips\Mesnac.Equips\Mesnac.Equips.csproj">
|
|
<Project>{7FA4FEBD-51E5-47D6-9DB1-147BB8B3DF4D}</Project>
|
|
<Name>Mesnac.Equips</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Main\Mensac.Gui.Run.Global\Mesnac.Gui.Run.Global.csproj">
|
|
<Project>{CC98CB3B-F532-4510-AC08-7DDBD520CB06}</Project>
|
|
<Name>Mesnac.Gui.Run.Global</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.Common\Mesnac.Gui.Common.csproj">
|
|
<Project>{235DF851-9EA7-43D4-B3F9-0CAB7F60AD17}</Project>
|
|
<Name>Mesnac.Gui.Common</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\PlugInPlatform\ICSharpCode.Core\ICSharpCode.Core.csproj">
|
|
<Project>{113C657D-1CEC-471B-BB2E-3237A8A68428}</Project>
|
|
<Name>ICSharpCode.Core</Name>
|
|
</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>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Mesnac.Action.Base\Mesnac.Action.Base.csproj">
|
|
<Project>{7c91bc10-712a-4391-bc2c-fa48dc59f806}</Project>
|
|
<Name>Mesnac.Action.Base</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\Mesnac.Codd\Mesnac.Codd.csproj">
|
|
<Project>{60F0FC7F-C072-4887-8BAB-D4CDCADF366A}</Project>
|
|
<Name>Mesnac.Codd</Name>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Purview\FrmSysLogin.resx">
|
|
<DependentUpon>FrmSysLogin.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>XCOPY "$(TargetPath)" /S/Y "$(SolutionDir)bin\Data\Action\Default\"</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> |