105 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			105 lines
		
	
	
		
			4.2 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 | |
|     <ProductVersion>8.0.30703</ProductVersion>
 | |
|     <SchemaVersion>2.0</SchemaVersion>
 | |
|     <ProjectGuid>{4EB673BB-7049-417B-A879-3E2FD8969876}</ProjectGuid>
 | |
|     <OutputType>Exe</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>report</RootNamespace>
 | |
|     <AssemblyName>report</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 | |
|     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 | |
|     <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|x86' ">
 | |
|     <PlatformTarget>x86</PlatformTarget>
 | |
|     <DebugType>pdbonly</DebugType>
 | |
|     <Optimize>true</Optimize>
 | |
|     <OutputPath>bin\Release\</OutputPath>
 | |
|     <DefineConstants>TRACE</DefineConstants>
 | |
|     <ErrorReport>prompt</ErrorReport>
 | |
|     <WarningLevel>4</WarningLevel>
 | |
|   </PropertyGroup>
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="code_print.rdlc" />
 | |
|     <EmbeddedResource Include="Report1.rdlc" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="app.config" />
 | |
|     <None Include="dwms4DataSet.xsc">
 | |
|       <DependentUpon>dwms4DataSet.xsd</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="dwms4DataSet.xsd">
 | |
|       <Generator>MSDataSetGenerator</Generator>
 | |
|       <LastGenOutput>dwms4DataSet.Designer.cs</LastGenOutput>
 | |
|       <SubType>Designer</SubType>
 | |
|     </None>
 | |
|     <None Include="dwms4DataSet.xss">
 | |
|       <DependentUpon>dwms4DataSet.xsd</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="Properties\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="stockInNew.xsc">
 | |
|       <DependentUpon>stockInNew.xsd</DependentUpon>
 | |
|     </None>
 | |
|     <None Include="stockInNew.xsd">
 | |
|       <Generator>MSDataSetGenerator</Generator>
 | |
|       <LastGenOutput>stockInNew.Designer.cs</LastGenOutput>
 | |
|       <SubType>Designer</SubType>
 | |
|     </None>
 | |
|     <None Include="stockInNew.xss">
 | |
|       <DependentUpon>stockInNew.xsd</DependentUpon>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="dwms4DataSet.Designer.cs">
 | |
|       <DependentUpon>dwms4DataSet.xsd</DependentUpon>
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|     </Compile>
 | |
|     <Compile Include="PrintUtil.cs" />
 | |
|     <Compile Include="Properties\Settings.Designer.cs">
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|     </Compile>
 | |
|     <Compile Include="stockInNew.Designer.cs">
 | |
|       <DependentUpon>stockInNew.xsd</DependentUpon>
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Reference Include="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
 | |
|     <Reference Include="Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="System.Drawing" />
 | |
|     <Reference Include="System.Windows.Forms" />
 | |
|     <Reference Include="System.Xml" />
 | |
|   </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> |