145 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			145 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project ToolsVersion="12.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>{8185CA5B-2403-450A-9989-C7E4A2A5D7A1}</ProjectGuid>
 | 
						|
    <OutputType>WinExe</OutputType>
 | 
						|
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
						|
    <RootNamespace>ConvertAlarms</RootNamespace>
 | 
						|
    <AssemblyName>ConvertAlarms</AssemblyName>
 | 
						|
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
 | 
						|
    <FileAlignment>512</FileAlignment>
 | 
						|
    <TargetFrameworkProfile />
 | 
						|
    <SccProjectName>SAK</SccProjectName>
 | 
						|
    <SccLocalPath>SAK</SccLocalPath>
 | 
						|
    <SccAuxPath>SAK</SccAuxPath>
 | 
						|
    <SccProvider>SAK</SccProvider>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
						|
    <PlatformTarget>x86</PlatformTarget>
 | 
						|
    <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' ">
 | 
						|
    <PlatformTarget>AnyCPU</PlatformTarget>
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <OutputPath>bin\Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <WarningLevel>4</WarningLevel>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <OutputPath>bin\x86\Debug\</OutputPath>
 | 
						|
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <PlatformTarget>x86</PlatformTarget>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <Prefer32Bit>true</Prefer32Bit>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
 | 
						|
    <OutputPath>bin\x86\Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <PlatformTarget>x86</PlatformTarget>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
    <Prefer32Bit>true</Prefer32Bit>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="C1.Win.C1FlexGrid.2, Version=2.6.20142.835, Culture=neutral, PublicKeyToken=79882d576c6336da, processorArchitecture=MSIL" />
 | 
						|
    <Reference Include="Csla">
 | 
						|
      <HintPath>..\..\..\..\..\..\..\Development\csla20cs\Csla\bin\Debug\Csla.dll</HintPath>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
 | 
						|
      <SpecificVersion>False</SpecificVersion>
 | 
						|
      <HintPath>..\..\..\..\..\..\..\Program Files\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll</HintPath>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="log4net">
 | 
						|
      <HintPath>..\..\..\..\..\..\..\Development\Proms\VEPROMS User Interface\bin\Debug\log4net.dll</HintPath>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="System" />
 | 
						|
    <Reference Include="System.Core" />
 | 
						|
    <Reference Include="System.Design" />
 | 
						|
    <Reference Include="System.Xml.Linq" />
 | 
						|
    <Reference Include="System.Data.DataSetExtensions" />
 | 
						|
    <Reference Include="Microsoft.CSharp" />
 | 
						|
    <Reference Include="System.Data" />
 | 
						|
    <Reference Include="System.Deployment" />
 | 
						|
    <Reference Include="System.Drawing" />
 | 
						|
    <Reference Include="System.Windows.Forms" />
 | 
						|
    <Reference Include="System.Xml" />
 | 
						|
    <Reference Include="VEPROMS.CSLA.Library, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
 | 
						|
      <SpecificVersion>False</SpecificVersion>
 | 
						|
      <HintPath>..\..\..\..\..\..\..\Development\Proms\VEPROMS.CSLA.Library\bin\Debug\VEPROMS.CSLA.Library.dll</HintPath>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="Volian.Base.Library">
 | 
						|
      <HintPath>..\..\..\..\..\..\..\Development\Proms\VEPROMS.CSLA.Library\bin\Debug\Volian.Base.Library.dll</HintPath>
 | 
						|
    </Reference>
 | 
						|
    <Reference Include="Volian.Controls.Library">
 | 
						|
      <HintPath>..\..\..\..\..\..\..\Development\Proms\Volian.Controls.Library\bin\Debug\Volian.Controls.Library.dll</HintPath>
 | 
						|
    </Reference>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="ConvertTable.cs">
 | 
						|
      <SubType>Form</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="frmConvertAlarms.cs">
 | 
						|
      <SubType>Form</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="frmConvertAlarms.Designer.cs">
 | 
						|
      <DependentUpon>frmConvertAlarms.cs</DependentUpon>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="Program.cs" />
 | 
						|
    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
						|
    <Compile Include="SaveProcedure.cs">
 | 
						|
      <SubType>Form</SubType>
 | 
						|
    </Compile>
 | 
						|
    <EmbeddedResource Include="frmConvertAlarms.resx">
 | 
						|
      <DependentUpon>frmConvertAlarms.cs</DependentUpon>
 | 
						|
    </EmbeddedResource>
 | 
						|
    <EmbeddedResource Include="Properties\licenses.licx" />
 | 
						|
    <EmbeddedResource Include="Properties\Resources.resx">
 | 
						|
      <Generator>ResXFileCodeGenerator</Generator>
 | 
						|
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 | 
						|
      <SubType>Designer</SubType>
 | 
						|
    </EmbeddedResource>
 | 
						|
    <Compile Include="Properties\Resources.Designer.cs">
 | 
						|
      <AutoGen>True</AutoGen>
 | 
						|
      <DependentUpon>Resources.resx</DependentUpon>
 | 
						|
      <DesignTime>True</DesignTime>
 | 
						|
    </Compile>
 | 
						|
    <None Include="Properties\Settings.settings">
 | 
						|
      <Generator>SettingsSingleFileGenerator</Generator>
 | 
						|
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | 
						|
    </None>
 | 
						|
    <Compile Include="Properties\Settings.Designer.cs">
 | 
						|
      <AutoGen>True</AutoGen>
 | 
						|
      <DependentUpon>Settings.settings</DependentUpon>
 | 
						|
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | 
						|
    </Compile>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <None Include="App.config">
 | 
						|
      <SubType>Designer</SubType>
 | 
						|
    </None>
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | 
						|
  <!-- 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> |