166 lines
		
	
	
		
			6.5 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			166 lines
		
	
	
		
			6.5 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>{8E239A2B-B38C-4CD5-BA0D-A41A88BD2AEE}</ProjectGuid>
 | |
|     <OutputType>WinExe</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>DataLoader</RootNamespace>
 | |
|     <AssemblyName>DataLoader</AssemblyName>
 | |
|     <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>..\..\..\..\veproms\bin\</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="Csla, Version=2.0.3.0, Culture=neutral, PublicKeyToken=93be5fdc093e4c30, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\..\veproms\bin\Csla.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="IniReader, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\..\veproms\bin\IniReader.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="log4net, Version=1.2.9.0, Culture=neutral, PublicKeyToken=b32731d11ce58905">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\..\veproms\bin\log4net.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="MSWord, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\..\veproms\bin\MSWord.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Deployment" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml" />
 | |
|     <Reference Include="vlnObject, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\..\veproms\bin\vlnObject.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="vlnServerLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\..\veproms\bin\vlnServerLibrary.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="Volian.CSLA.Library, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <SpecificVersion>False</SpecificVersion>
 | |
|       <HintPath>..\..\..\..\veproms\bin\Volian.CSLA.Library.dll</HintPath>
 | |
|     </Reference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="ConfigInfo.cs" />
 | |
|     <Compile Include="CurSet.cs" />
 | |
|     <Compile Include="FolderTreeNode.cs" />
 | |
|     <Compile Include="Documents.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmLoader.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="frmLoader.Designer.cs">
 | |
|       <DependentUpon>frmLoader.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="GroupProp.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="GroupProp.Designer.cs">
 | |
|       <DependentUpon>GroupProp.cs</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="LibDoc.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="LoadConfig.cs">
 | |
|     </Compile>
 | |
|     <Compile Include="LoadTreeNh.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="PrivateProfile.cs" />
 | |
|     <Compile Include="Procedures.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Program.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <EmbeddedResource Include="frmLoader.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>frmLoader.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <EmbeddedResource Include="GroupProp.resx">
 | |
|       <SubType>Designer</SubType>
 | |
|       <DependentUpon>GroupProp.cs</DependentUpon>
 | |
|     </EmbeddedResource>
 | |
|     <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="App.config" />
 | |
|     <None Include="ClassDiagram1.cd" />
 | |
|     <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="RefObjs.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="ROFST.cs" />
 | |
|     <Compile Include="SecObj.cs">
 | |
|     </Compile>
 | |
|     <Compile Include="Sections.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Steps.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="Structures.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="TextConvert.cs" />
 | |
|     <Compile Include="Transitions.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="LoadTreeDB.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|     <Compile Include="DocVersions.cs">
 | |
|       <SubType>Form</SubType>
 | |
|     </Compile>
 | |
|   </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> |