📄 mysecondapp.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>{B8311684-3EF6-42E9-BBDD-A30F27C4E0AE}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MySecondApp</RootNamespace>
<AssemblyName>MySecondApp</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="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutDialog.Designer.cs">
<DependentUpon>AboutDialog.cs</DependentUpon>
</Compile>
<Compile Include="AddAPersonForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AddAPersonForm.Designer.cs">
<DependentUpon>AddAPersonForm.cs</DependentUpon>
</Compile>
<Compile Include="AsyncCalcPiForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AsyncCalcPiForm.designer.cs">
<DependentUpon>AsyncCalcPiForm.cs</DependentUpon>
</Compile>
<Compile Include="EmployeesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="EmployeesForm.Designer.cs">
<DependentUpon>EmployeesForm.cs</DependentUpon>
</Compile>
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="MyForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MyForm.Designer.cs">
<DependentUpon>MyForm.cs</DependentUpon>
</Compile>
<Compile Include="NineDigitsOfPiAt.cs" />
<Compile Include="NorthwindDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>NorthwindDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="OptionsDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OptionsDialog.Designer.cs">
<DependentUpon>OptionsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="AboutDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>AboutDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AddAPersonForm.resx">
<DependentUpon>AddAPersonForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="AsyncCalcPiForm.resx">
<DependentUpon>AsyncCalcPiForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="EmployeesForm.resx">
<DependentUpon>EmployeesForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MyForm.resx">
<DependentUpon>MyForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OptionsDialog.resx">
<DependentUpon>OptionsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ResourcesForm.resx">
<DependentUpon>ResourcesForm.cs</DependentUpon>
</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="ResourcesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ResourcesForm.Designer.cs">
<DependentUpon>ResourcesForm.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MyFirstControlLibrary\MyFirstControlLibrary.csproj">
<Project>{F41626B6-5B6B-4C7C-80A4-05363FFC544B}</Project>
<Name>MyFirstControlLibrary</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="NorthwindDataSet.xsc">
<DependentUpon>NorthwindDataSet.xsd</DependentUpon>
</None>
<None Include="NorthwindDataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>NorthwindDataSet.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="NorthwindDataSet.xss">
<DependentUpon>NorthwindDataSet.xsd</DependentUpon>
</None>
<None Include="Resources\Azul.jpg" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -