📄 immune algorithm.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>{F029254B-3320-409D-835F-5237430340D8}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>immune_algorithm</RootNamespace>
<AssemblyName>immune algorithm</AssemblyName>
<ApplicationIcon>Auto.ico</ApplicationIcon>
</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="Microsoft.AnalysisServices, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
<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="ArrayListClone.cs" />
<Compile Include="Classcity.cs" />
<Compile Include="ClassCityLink.cs" />
<Compile Include="ClassPathNode.cs" />
<Compile Include="DataInputForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="DataInputForm.Designer.cs">
<DependentUpon>DataInputForm.cs</DependentUpon>
</Compile>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="FormShowMap.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormShowMap.Designer.cs">
<DependentUpon>FormShowMap.cs</DependentUpon>
</Compile>
<Compile Include="generateResult.cs" />
<Compile Include="myLengthCompare.cs" />
<Compile Include="Node.cs" />
<Compile Include="NodeLinkForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="NodeLinkForm.Designer.cs">
<DependentUpon>NodeLinkForm.cs</DependentUpon>
</Compile>
<Compile Include="Position.cs" />
<Compile Include="Program.cs" />
<Compile Include="ProjectNameInputForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProjectNameInputForm.Designer.cs">
<DependentUpon>ProjectNameInputForm.cs</DependentUpon>
</Compile>
<Compile Include="projectSelectForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="projectSelectForm.Designer.cs">
<DependentUpon>projectSelectForm.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="DataInputForm.resx">
<SubType>Designer</SubType>
<DependentUpon>DataInputForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormShowMap.resx">
<SubType>Designer</SubType>
<DependentUpon>FormShowMap.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="NodeLinkForm.resx">
<SubType>Designer</SubType>
<DependentUpon>NodeLinkForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProjectNameInputForm.resx">
<SubType>Designer</SubType>
<DependentUpon>ProjectNameInputForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="projectSelectForm.resx">
<SubType>Designer</SubType>
<DependentUpon>projectSelectForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="SelectMissionsForm.resx">
<SubType>Designer</SubType>
<DependentUpon>SelectMissionsForm.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>
<None Include="wlddDataSet.xsc">
<DependentUpon>wlddDataSet.xsd</DependentUpon>
</None>
<None Include="wlddDataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>wlddDataSet.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="wlddDataSet.xss">
<DependentUpon>wlddDataSet.xsd</DependentUpon>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="SelectMissionsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SelectMissionsForm.Designer.cs">
<DependentUpon>SelectMissionsForm.cs</DependentUpon>
</Compile>
<Compile Include="wlddDataSet.cs">
<DependentUpon>wlddDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="wlddDataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>wlddDataSet.xsd</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Auto.ico" />
<Content Include="HTMLPage1.htm" />
</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 + -