228 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			228 lines
		
	
	
		
			9.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProductVersion>8.0.50727</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{8D1C47B4-F302-4C5A-87CC-24FDC5529872}</ProjectGuid>
 | |
|     <OutputType>WinExe</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>VEPROMS</RootNamespace>
 | |
|     <AssemblyName>VEPROMS</AssemblyName>
 | |
|     <ApplicationIcon>veproms.ico</ApplicationIcon>
 | |
|     <SccProjectName>SAK</SccProjectName>
 | |
|     <SccLocalPath>SAK</SccLocalPath>
 | |
|     <SccAuxPath>SAK</SccAuxPath>
 | |
|     <SccProvider>SAK</SccProvider>
 | |
|   </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="C1.Common, Version=1.0.20031.116, Culture=neutral, PublicKeyToken=e272bb32d11b1948" />
 | |
|     <Reference Include="C1.Data, Version=1.0.20022.0, Culture=neutral, PublicKeyToken=900b028620cd3a1b" />
 | |
|     <Reference Include="C1.Win.C1FlexGrid, Version=2.6.20062.255, Culture=neutral, PublicKeyToken=79882d576c6336da" />
 | |
|     <Reference Include="Csla, Version=2.1.4.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\VEPROMS.CSLA.Library\bin\Debug\Csla.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="DevComponents.DotNetBar2, Version=6.9.0.1, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>F:\Program Files\DotNetBar\DevComponents.DotNetBar2.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>F:\Log4Net\log4net-1.2.10\bin\net\2.0\debug\log4net.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Deployment" />
 | |
|     <Reference Include="System.Design" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Runtime.Remoting" />
 | |
|     <Reference Include="System.Web" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="TablePicker, Version=2.1.18.25203, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\Table Picker\TablePicker\bin\Debug\TablePicker.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="VEPROMS.CSLA.Library, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\VEPROMS.CSLA.Library\bin\Debug\VEPROMS.CSLA.Library.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="AboutVEPROMS.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="AboutVEPROMS.Designer.cs">
 | |
|       <DependentUpon>AboutVEPROMS.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="BookMarks.cs" />
 | |
|     <Compile Include="FindReplace.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="FindReplace.Designer.cs">
 | |
|       <DependentUpon>FindReplace.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="frmVEPROMS.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmVEPROMS.Designer.cs">
 | |
|       <DependentUpon>frmVEPROMS.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="frmFolderProperties.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmFolderProperties.Designer.cs">
 | |
|       <DependentUpon>frmFolderProperties.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="frmProcedureProperties.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmProcedureProperties.Designer.cs">
 | |
|       <DependentUpon>frmProcedureProperties.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="frmPropGrid.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmPropGrid.Designer.cs">
 | |
|       <DependentUpon>frmPropGrid.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="frmSectionProperties.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmSectionProperties.Designer.cs">
 | |
|       <DependentUpon>frmSectionProperties.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="frmSysOptions.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmSysOptions.Designer.cs">
 | |
|       <DependentUpon>frmSysOptions.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="frmVersionsProperties.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmVersionsProperties.Designer.cs">
 | |
|       <DependentUpon>frmVersionsProperties.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <EmbeddedResource Include="AboutVEPROMS.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>AboutVEPROMS.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="FindReplace.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>FindReplace.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="frmVEPROMS.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>frmVEPROMS.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="frmFolderProperties.resx">
 | |
|       <DependentUpon>frmFolderProperties.cs</DependentUpon>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="frmProcedureProperties.resx">
 | |
|       <DependentUpon>frmProcedureProperties.cs</DependentUpon>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="frmPropGrid.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>frmPropGrid.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="frmSectionProperties.resx">
 | |
|       <DependentUpon>frmSectionProperties.cs</DependentUpon>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="frmSysOptions.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>frmSysOptions.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="frmVersionsProperties.resx">
 | |
|       <DependentUpon>frmVersionsProperties.cs</DependentUpon>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="Properties\licenses.licx" />
 | |
|     <EmbeddedResource Include="Properties\Resources.resx">
 | |
|       <Generator>ResXFileCodeGenerator</Generator>
 | |
|       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="VlnWeb.resx">
 | |
|       <DependentUpon>VlnWeb.cs</DependentUpon>
 | |
|       <SubType>Designer</SubType>
 | |
|     </EmbeddedResource>
 | |
|     <Compile Include="Properties\Resources.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DependentUpon>Resources.resx</DependentUpon>
 | |
|       <DesignTime>True</DesignTime>
 | |
|     </Compile>
 | |
|     <None Include="App.config" />
 | |
|     <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>
 | |
|     <Compile Include="Settings.cs" />
 | |
|     <Compile Include="VlnWeb.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="VlnWeb.Designer.cs">
 | |
|       <DependentUpon>VlnWeb.cs</DependentUpon>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\Separator.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Resources\ProtectFormHS.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Properties\DataSources\System.Drawing.Imaging.ImageCodecInfo.datasource" />
 | |
|     <None Include="Properties\DataSources\VEPROMS.CSLA.Library.DocVersionConfig.datasource" />
 | |
|     <None Include="Properties\DataSources\VEPROMS.CSLA.Library.FormatInfoList.datasource" />
 | |
|     <None Include="Properties\DataSources\VEPROMS.CSLA.Library.ItemAnnotations.datasource" />
 | |
|     <None Include="Resources\UnProtectFormHS.png" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Content Include="VEicon.ico" />
 | |
|     <Content Include="veproms.ico" />
 | |
|     <Content Include="Vicon.ico" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\Volian.Controls.Library\Volian.Controls.Library.csproj">
 | |
|       <Project>{30027ED3-6DEB-4F3D-A0B6-CFD55F7193F5}</Project>
 | |
|       <Name>Volian.Controls.Library</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildBinPath)\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> | 
