📄 findata.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>{D25334EC-9BF0-4A63-BFB5-C82C5AE9B446}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FinData</RootNamespace>
<AssemblyName>FinData</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>
<RegisterForComInterop>true</RegisterForComInterop>
</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>
<RegisterForComInterop>true</RegisterForComInterop>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="FinData.AboutBox.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FinData.AboutBox.Designer.cs">
<DependentUpon>FinData.AboutBox.cs</DependentUpon>
</Compile>
<Compile Include="ArrayDataView.cs" />
<Compile Include="ArrayPropertyDescriptor.cs" />
<Compile Include="ArrayRowView.cs" />
<Compile Include="FinData.FxjData.cs" />
<Compile Include="FinData.FxjReader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FinData.FxjReader.Designer.cs">
<DependentUpon>FinData.FxjReader.cs</DependentUpon>
</Compile>
<Compile Include="FinData.FxjConverter.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FinData.FxjConverter.Designer.cs">
<DependentUpon>FinData.FxjConverter.cs</DependentUpon>
</Compile>
<None Include="FinData.Installer.cs">
<SubType>Component</SubType>
</None>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="FinData.AboutBox.resx">
<SubType>Designer</SubType>
<DependentUpon>FinData.AboutBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FinData.FxjReader.resx">
<DependentUpon>FinData.FxjReader.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="FinData.FxjConverter.resx">
<SubType>Designer</SubType>
<DependentUpon>FinData.FxjConverter.cs</DependentUpon>
</EmbeddedResource>
</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 + -