|
|
@@ -85,7 +85,6 @@
|
|
|
<Reference Include="System.Data" />
|
|
|
<Reference Include="System.Deployment" />
|
|
|
<Reference Include="System.Drawing" />
|
|
|
- <Reference Include="System.Net.Http" />
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
@@ -97,6 +96,12 @@
|
|
|
<Compile Include="Form1.Designer.cs">
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Form2.cs">
|
|
|
+ <SubType>Form</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Form2.Designer.cs">
|
|
|
+ <DependentUpon>Form2.cs</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="LoadingCircle.cs">
|
|
|
<SubType>Component</SubType>
|
|
|
</Compile>
|
|
|
@@ -114,6 +119,9 @@
|
|
|
<EmbeddedResource Include="Form1.resx">
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
|
+ <EmbeddedResource Include="Form2.resx">
|
|
|
+ <DependentUpon>Form2.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
@@ -150,6 +158,12 @@
|
|
|
<ItemGroup>
|
|
|
<None Include="Resources\xml_48px_1124003_easyicon.net.ico" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\UAS_AutoPass\UAS_AutoPass.csproj">
|
|
|
+ <Project>{00071CA1-0410-4E55-BC92-2FF6B160C3AC}</Project>
|
|
|
+ <Name>UAS_AutoPass</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\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.
|