Skip to content

Commit b94e52c

Browse files
committed
move files
1 parent 8af4d16 commit b94e52c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PhpVersionSwitcher.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<BootstrapperEnabled>true</BootstrapperEnabled>
3232
</PropertyGroup>
3333
<PropertyGroup>
34-
<ApplicationManifest>src\app.manifest</ApplicationManifest>
34+
<ApplicationManifest>app.manifest</ApplicationManifest>
3535
</PropertyGroup>
3636
<PropertyGroup>
3737
<ApplicationIcon>resources\Globe.ico</ApplicationIcon>
@@ -105,8 +105,8 @@
105105
<Compile Include="src\ui\WaitingForm.Designer.cs">
106106
<DependentUpon>WaitingForm.cs</DependentUpon>
107107
</Compile>
108-
<None Include="src\app.config" />
109-
<None Include="src\app.manifest" />
108+
<None Include="app.config" />
109+
<None Include="app.manifest" />
110110
<None Include="Properties\Settings.settings">
111111
<Generator>SettingsSingleFileGenerator</Generator>
112112
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

src/app.config app.config

File renamed without changes.

src/app.manifest app.manifest

File renamed without changes.

0 commit comments

Comments
 (0)