可用版本1

This commit is contained in:
2022-03-15 10:19:53 +08:00
parent a7cb3885db
commit cb638a0908
28 changed files with 4778 additions and 345 deletions

View File

@ -33,6 +33,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>leaf.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="IronPython, Version=2.7.11.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
<HintPath>..\packages\IronPython.2.7.11\lib\net45\IronPython.dll</HintPath>
@ -57,6 +60,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@ -66,6 +70,9 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="TreeViewTc">
<HintPath>..\TreeViewTc\bin\Debug\TreeViewTc.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
@ -101,6 +108,12 @@
<Compile Include="RadCorrectionWindow.Designer.cs">
<DependentUpon>RadCorrectionWindow.cs</DependentUpon>
</Compile>
<Compile Include="SaveAs.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SaveAs.Designer.cs">
<DependentUpon>SaveAs.cs</DependentUpon>
</Compile>
<Compile Include="SpectralProcessor.cs" />
<Compile Include="SVDWindows.cs">
<SubType>Form</SubType>
@ -132,6 +145,9 @@
<EmbeddedResource Include="RadCorrectionWindow.resx">
<DependentUpon>RadCorrectionWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SaveAs.resx">
<DependentUpon>SaveAs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SVDWindows.resx">
<DependentUpon>SVDWindows.cs</DependentUpon>
</EmbeddedResource>
@ -149,5 +165,25 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="stdole">
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\chartTC\chartTC.csproj">
<Project>{79FB5F64-9DA8-42BF-B1E5-749AEA345C7E}</Project>
<Name>chartTC</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="leaf.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>