From a02cad2cd9c1ca82c23f843b4a13bd45713f3867 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 11 六月 2020 19:54:33 +0800 Subject: [PATCH] '完善' --- WindowsFormsApp1/WindowsFormsApp1.csproj | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/WindowsFormsApp1/WindowsFormsApp1.csproj b/WindowsFormsApp1/WindowsFormsApp1.csproj index 6a7ebf4..102c3f1 100644 --- a/WindowsFormsApp1/WindowsFormsApp1.csproj +++ b/WindowsFormsApp1/WindowsFormsApp1.csproj @@ -152,6 +152,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="entity\FirstOrderSunInfo.cs" /> <Compile Include="System\Windows\Threading.cs" /> <Compile Include="TBLogin.cs"> <SubType>Form</SubType> @@ -170,6 +171,12 @@ </Compile> <Compile Include="MainTest.Designer.cs"> <DependentUpon>MainTest.cs</DependentUpon> + </Compile> + <Compile Include="Form1.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Form1.Designer.cs"> + <DependentUpon>Form1.cs</DependentUpon> </Compile> <Compile Include="Form3.cs"> <SubType>Form</SubType> @@ -242,6 +249,10 @@ <DependentUpon>MainTest.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="Form1.resx"> + <DependentUpon>Form1.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="Form3.resx"> <DependentUpon>Form3.cs</DependentUpon> <SubType>Designer</SubType> @@ -309,6 +320,7 @@ <Install>false</Install> </BootstrapperPackage> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> -- Gitblit v1.8.0