Skip to content

Commit 14a5364

Browse files
committed
Move files
1 parent 2d71097 commit 14a5364

13 files changed

+21
-21
lines changed

icon.ico Resources/icon.ico

File renamed without changes.

rdp-portal.csproj

+21-21
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Deterministic>true</Deterministic>
1616
<LangVersion>8</LangVersion>
1717
<Nullable>enable</Nullable>
18-
<ApplicationIcon>icon.ico</ApplicationIcon>
18+
<ApplicationIcon>Resources\icon.ico</ApplicationIcon>
1919
</PropertyGroup>
2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2121
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -140,31 +140,25 @@
140140
</Reference>
141141
</ItemGroup>
142142
<ItemGroup>
143-
<Compile Include="About.cs">
143+
<Compile Include="Program.cs" />
144+
<Compile Include="Properties\AssemblyInfo.cs" />
145+
<Compile Include="src\About.cs">
144146
<SubType>Form</SubType>
145147
</Compile>
146-
<Compile Include="About.Designer.cs">
148+
<Compile Include="src\About.Designer.cs">
147149
<DependentUpon>About.cs</DependentUpon>
148150
</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>
155154
</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">
166156
<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" />
168162
<EmbeddedResource Include="Properties\Resources.resx">
169163
<Generator>ResXFileCodeGenerator</Generator>
170164
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -174,7 +168,12 @@
174168
<AutoGen>True</AutoGen>
175169
<DependentUpon>Resources.resx</DependentUpon>
176170
</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>
178177
<None Include="packages.config" />
179178
<None Include="Properties\Settings.settings">
180179
<Generator>SettingsSingleFileGenerator</Generator>
@@ -185,6 +184,7 @@
185184
<DependentUpon>Settings.settings</DependentUpon>
186185
<DesignTimeSharedInput>True</DesignTimeSharedInput>
187186
</Compile>
187+
<None Include="Resources\icon.ico" />
188188
</ItemGroup>
189189
<ItemGroup>
190190
<None Include="App.config" />
File renamed without changes.

About.cs src/About.cs

File renamed without changes.

About.resx src/About.resx

File renamed without changes.

Config.cs src/Config.cs

File renamed without changes.
File renamed without changes.

MainForm.cs src/MainForm.cs

File renamed without changes.

MainForm.resx src/MainForm.resx

File renamed without changes.

Mstscpw.cs src/Mstscpw.cs

File renamed without changes.

Profile.cs src/Profile.cs

File renamed without changes.

RdpFile.cs src/RdpFile.cs

File renamed without changes.

StringUtil.cs src/StringUtil.cs

File renamed without changes.

0 commit comments

Comments
 (0)