|
15 | 15 | <Deterministic>true</Deterministic>
|
16 | 16 | <LangVersion>8</LangVersion>
|
17 | 17 | <Nullable>enable</Nullable>
|
18 |
| - <ApplicationIcon>icon.ico</ApplicationIcon> |
| 18 | + <ApplicationIcon>Resources\icon.ico</ApplicationIcon> |
19 | 19 | </PropertyGroup>
|
20 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
21 | 21 | <PlatformTarget>AnyCPU</PlatformTarget>
|
|
140 | 140 | </Reference>
|
141 | 141 | </ItemGroup>
|
142 | 142 | <ItemGroup>
|
143 |
| - <Compile Include="About.cs"> |
| 143 | + <Compile Include="Program.cs" /> |
| 144 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
| 145 | + <Compile Include="src\About.cs"> |
144 | 146 | <SubType>Form</SubType>
|
145 | 147 | </Compile>
|
146 |
| - <Compile Include="About.Designer.cs"> |
| 148 | + <Compile Include="src\About.Designer.cs"> |
147 | 149 | <DependentUpon>About.cs</DependentUpon>
|
148 | 150 | </Compile>
|
149 |
| - <Compile Include="Config.cs" /> |
150 |
| - <Compile Include="MainForm.cs"> |
151 |
| - <SubType>Form</SubType> |
152 |
| - </Compile> |
153 |
| - <Compile Include="MainForm.Designer.cs"> |
154 |
| - <DependentUpon>MainForm.cs</DependentUpon> |
| 151 | + <Compile Include="src\Config.cs" /> |
| 152 | + <Compile Include="src\MainForm.cs"> |
| 153 | + <SubType>Form</SubType> |
155 | 154 | </Compile>
|
156 |
| - <Compile Include="Mstscpw.cs" /> |
157 |
| - <Compile Include="Profile.cs" /> |
158 |
| - <Compile Include="Program.cs" /> |
159 |
| - <Compile Include="Properties\AssemblyInfo.cs" /> |
160 |
| - <Compile Include="RdpFile.cs" /> |
161 |
| - <Compile Include="StringUtil.cs" /> |
162 |
| - <EmbeddedResource Include="About.resx"> |
163 |
| - <DependentUpon>About.cs</DependentUpon> |
164 |
| - </EmbeddedResource> |
165 |
| - <EmbeddedResource Include="MainForm.resx"> |
| 155 | + <Compile Include="src\MainForm.Designer.cs"> |
166 | 156 | <DependentUpon>MainForm.cs</DependentUpon>
|
167 |
| - </EmbeddedResource> |
| 157 | + </Compile> |
| 158 | + <Compile Include="src\Mstscpw.cs" /> |
| 159 | + <Compile Include="src\Profile.cs" /> |
| 160 | + <Compile Include="src\RdpFile.cs" /> |
| 161 | + <Compile Include="src\StringUtil.cs" /> |
168 | 162 | <EmbeddedResource Include="Properties\Resources.resx">
|
169 | 163 | <Generator>ResXFileCodeGenerator</Generator>
|
170 | 164 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
174 | 168 | <AutoGen>True</AutoGen>
|
175 | 169 | <DependentUpon>Resources.resx</DependentUpon>
|
176 | 170 | </Compile>
|
177 |
| - <None Include="icon.ico" /> |
| 171 | + <EmbeddedResource Include="src\About.resx"> |
| 172 | + <DependentUpon>About.cs</DependentUpon> |
| 173 | + </EmbeddedResource> |
| 174 | + <EmbeddedResource Include="src\MainForm.resx"> |
| 175 | + <DependentUpon>MainForm.cs</DependentUpon> |
| 176 | + </EmbeddedResource> |
178 | 177 | <None Include="packages.config" />
|
179 | 178 | <None Include="Properties\Settings.settings">
|
180 | 179 | <Generator>SettingsSingleFileGenerator</Generator>
|
|
185 | 184 | <DependentUpon>Settings.settings</DependentUpon>
|
186 | 185 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
187 | 186 | </Compile>
|
| 187 | + <None Include="Resources\icon.ico" /> |
188 | 188 | </ItemGroup>
|
189 | 189 | <ItemGroup>
|
190 | 190 | <None Include="App.config" />
|
|
0 commit comments