|
51 | 51 | <StartupObject>esp_tools_gui.App</StartupObject> |
52 | 52 | </PropertyGroup> |
53 | 53 | <PropertyGroup> |
54 | | - <ApplicationIcon>ESP32.ico</ApplicationIcon> |
| 54 | + <ApplicationIcon>src\ESP32.ico</ApplicationIcon> |
55 | 55 | </PropertyGroup> |
56 | 56 | <ItemGroup> |
57 | | - <None Include="App.config" /> |
| 57 | + <None Include="src\App.config" /> |
58 | 58 | <None Include="Properties\Settings.settings"> |
59 | 59 | <Generator>SettingsSingleFileGenerator</Generator> |
60 | 60 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
70 | 70 | <Reference Include="System.Xml" /> |
71 | 71 | </ItemGroup> |
72 | 72 | <ItemGroup> |
73 | | - <Compile Include="App.cs" /> |
74 | | - <Compile Include="MainPage.cs"> |
| 73 | + <Compile Include="src\App.cs" /> |
| 74 | + <Compile Include="src\Connecting.cs"> |
75 | 75 | <SubType>Form</SubType> |
76 | 76 | </Compile> |
77 | | - <Compile Include="MainPage.Designer.cs"> |
| 77 | + <Compile Include="src\Connecting.Designer.cs"> |
| 78 | + <DependentUpon>Connecting.cs</DependentUpon> |
| 79 | + </Compile> |
| 80 | + <Compile Include="src\MainPage.cs"> |
| 81 | + <SubType>Form</SubType> |
| 82 | + </Compile> |
| 83 | + <Compile Include="src\MainPage.Designer.cs"> |
78 | 84 | <DependentUpon>MainPage.cs</DependentUpon> |
79 | 85 | </Compile> |
80 | 86 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
88 | 94 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
89 | 95 | <DependentUpon>Settings.settings</DependentUpon> |
90 | 96 | </Compile> |
91 | | - <Compile Include="Tool.cs" /> |
92 | | - <Compile Include="ToolEfuse.cs" /> |
93 | | - <Compile Include="ToolPartition.cs" /> |
94 | | - <Compile Include="ToolSecure.cs" /> |
95 | | - <Compile Include="ToolTool.cs" /> |
| 97 | + <Compile Include="src\Tool.cs" /> |
| 98 | + <Compile Include="src\ToolEfuse.cs" /> |
| 99 | + <Compile Include="src\ToolPartition.cs" /> |
| 100 | + <Compile Include="src\ToolSecure.cs" /> |
| 101 | + <Compile Include="src\ToolTool.cs" /> |
96 | 102 | </ItemGroup> |
97 | 103 | <ItemGroup> |
98 | | - <EmbeddedResource Include="MainPage.resx"> |
| 104 | + <EmbeddedResource Include="src\Connecting.resx"> |
| 105 | + <DependentUpon>Connecting.cs</DependentUpon> |
| 106 | + </EmbeddedResource> |
| 107 | + <EmbeddedResource Include="src\MainPage.resx"> |
99 | 108 | <DependentUpon>MainPage.cs</DependentUpon> |
100 | 109 | </EmbeddedResource> |
101 | 110 | <EmbeddedResource Include="Properties\Resources.resx"> |
102 | 111 | <Generator>PublicResXFileCodeGenerator</Generator> |
103 | 112 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 113 | + <SubType>Designer</SubType> |
104 | 114 | </EmbeddedResource> |
105 | 115 | </ItemGroup> |
106 | 116 | <ItemGroup> |
|
130 | 140 | </None> |
131 | 141 | </ItemGroup> |
132 | 142 | <ItemGroup> |
133 | | - <Content Include="ESP32.ico" /> |
| 143 | + <Content Include="src\ESP32.ico" /> |
134 | 144 | <Content Include="images\esp32.jpg" /> |
135 | 145 | </ItemGroup> |
136 | 146 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments