📄 windowsapplication1.csproj
字号:
<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>{C514C587-8314-4FF5-AA58-DA2B34946681}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WindowsApplication1</RootNamespace>
<AssemblyName>WindowsApplication1</AssemblyName>
</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="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
<Reference Include="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
<Reference Include="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
<Reference Include="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
<Reference Include="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Consumable Report.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Consumable Report.rpt</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="ConsumableReports.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ConsumableReports.rpt</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="ConsumablesReport.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ConsumablesReport.rpt</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="customerDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>customerDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="CustomerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="CustomerForm.Designer.cs">
<DependentUpon>CustomerForm.cs</DependentUpon>
</Compile>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Form2.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form2.Designer.cs">
<DependentUpon>Form2.cs</DependentUpon>
</Compile>
<Compile Include="Form3.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form3.Designer.cs">
<DependentUpon>Form3.cs</DependentUpon>
</Compile>
<Compile Include="Form4.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form4.Designer.cs">
<DependentUpon>Form4.cs</DependentUpon>
</Compile>
<Compile Include="JobDetailDataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>JobDetailDataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="JobDetailsDataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>JobDetailsDataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="jobDetailsDataSet11.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>jobDetailsDataSet11.xsd</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Consumable Report.rpt">
<Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
<LastGenOutput>Consumable Report.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="ConsumableReports.rpt">
<Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
<LastGenOutput>ConsumableReports.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="ConsumablesReport.rpt">
<Generator>CrystalDecisions.VSDesigner.CodeGen.ReportCodeGenerator</Generator>
<LastGenOutput>ConsumablesReport.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="CustomerForm.resx">
<SubType>Designer</SubType>
<DependentUpon>CustomerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form2.resx">
<DependentUpon>Form2.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Form3.resx">
<SubType>Designer</SubType>
<DependentUpon>Form3.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form4.resx">
<SubType>Designer</SubType>
<DependentUpon>Form4.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WorkerForm.resx">
<SubType>Designer</SubType>
<DependentUpon>WorkerForm.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="app.config" />
<None Include="ClassDiagram1.cd" />
<None Include="ClassDiagram2.cd" />
<None Include="customerDataSet.xsc">
<DependentUpon>customerDataSet.xsd</DependentUpon>
</None>
<None Include="customerDataSet.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>customerDataSet.Designer.cs</LastGenOutput>
</None>
<None Include="customerDataSet.xss">
<DependentUpon>customerDataSet.xsd</DependentUpon>
</None>
<None Include="JobDetailDataSet1.xsc">
<DependentUpon>JobDetailDataSet1.xsd</DependentUpon>
</None>
<None Include="JobDetailDataSet1.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>JobDetailDataSet1.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="JobDetailDataSet1.xss">
<DependentUpon>JobDetailDataSet1.xsd</DependentUpon>
</None>
<None Include="JobDetailsDataSet1.xsc">
<DependentUpon>JobDetailsDataSet1.xsd</DependentUpon>
</None>
<None Include="JobDetailsDataSet1.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>JobDetailsDataSet1.Designer.cs</LastGenOutput>
</None>
<None Include="JobDetailsDataSet1.xss">
<DependentUpon>JobDetailsDataSet1.xsd</DependentUpon>
</None>
<None Include="jobDetailsDataSet11.xsc">
<DependentUpon>jobDetailsDataSet11.xsd</DependentUpon>
</None>
<None Include="jobDetailsDataSet11.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>jobDetailsDataSet11.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="jobDetailsDataSet11.xss">
<DependentUpon>jobDetailsDataSet11.xsd</DependentUpon>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="workerDataSet.xsc">
<DependentUpon>workerDataSet.xsd</DependentUpon>
</None>
<None Include="workerDataSet.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>workerDataSet.Designer.cs</LastGenOutput>
</None>
<None Include="workerDataSet.xss">
<DependentUpon>workerDataSet.xsd</DependentUpon>
</None>
<None Include="Worker_Customer_SystemDataSet.xsc">
<DependentUpon>Worker_Customer_SystemDataSet.xsd</DependentUpon>
</None>
<None Include="Worker_Customer_SystemDataSet.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>Worker_Customer_SystemDataSet.Designer.cs</LastGenOutput>
</None>
<None Include="Worker_Customer_SystemDataSet.xss">
<DependentUpon>Worker_Customer_SystemDataSet.xsd</DependentUpon>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="workerDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>workerDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="WorkerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WorkerForm.Designer.cs">
<DependentUpon>WorkerForm.cs</DependentUpon>
</Compile>
<Compile Include="Worker_Customer_SystemDataSet.cs">
<DependentUpon>Worker_Customer_SystemDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="Worker_Customer_SystemDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Worker_Customer_SystemDataSet.xsd</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Service Include="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}" />
</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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -