生产管理系统.csproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F07AD0FE-41C6-4CC0-A6AC-F9568B9E11DD}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>..\..\Icon\mrp.ico</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>生产管理系统</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>WinExe</OutputType>
<RootNamespace>生产管理系统</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<StartupObject>生产管理系统.mainForm</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>full</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>false</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
<NoWarn>
</NoWarn>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<DebugType>none</DebugType>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">
<Name>System</Name>
</Reference>
<Reference Include="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Include="System.Drawing">
<Name>System.Drawing</Name>
</Reference>
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
</Reference>
<Reference Include="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="App.ico" />
<Content Include="DataSet1.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DataSet1.Designer.cs</LastGenOutput>
</Content>
<Content Include="DataSet2.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DataSet2.Designer.cs</LastGenOutput>
</Content>
<Content Include="DataSet3.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DataSet3.Designer.cs</LastGenOutput>
</Content>
<Content Include="Icon1.ico" />
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="BomForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="DataSet2.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet2.xsd</DependentUpon>
</Compile>
<Compile Include="DataSet3.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DataSet3.xsd</DependentUpon>
</Compile>
<Compile Include="FactorySchedule.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MaterialsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MRPCal.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MRPHistory.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProducePlan.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RequirePlan.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SelectMaterial.cs">
<SubType>Form</SubType>
</Compile>
<EmbeddedResource Include="BomForm.resx">
<DependentUpon>BomForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FactorySchedule.resx">
<DependentUpon>FactorySchedule.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MaterialsForm.resx">
<DependentUpon>MaterialsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MRPCal.resx">
<DependentUpon>MRPCal.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MRPHistory.resx">
<DependentUpon>MRPHistory.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProducePlan.resx">
<DependentUpon>ProducePlan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="RequirePlan.resx">
<DependentUpon>RequirePlan.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SelectMaterial.resx">
<DependentUpon>SelectMaterial.cs</DependentUpon>
</EmbeddedResource>
<None Include="DataSet1.xsc">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
<None Include="DataSet1.xsx">
<DependentUpon>DataSet1.xsd</DependentUpon>
</None>
<None Include="DataSet2.xsc">
<DependentUpon>DataSet2.xsd</DependentUpon>
</None>
<None Include="DataSet2.xsx">
<DependentUpon>DataSet2.xsd</DependentUpon>
</None>
<None Include="DataSet3.xsc">
<DependentUpon>DataSet3.xsd</DependentUpon>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -