Skip to content

Commit

Permalink
Move source code files to different directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizhao Han committed Apr 17, 2018
1 parent 3f6c23a commit 140db31
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions NetSpeedMonitor/NetSpeedMonitor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,51 +104,51 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="AboutWindow.xaml.cs">
<Compile Include="View\AboutWindow.xaml.cs">
<DependentUpon>AboutWindow.xaml</DependentUpon>
</Compile>
<Compile Include="CaptureManager.cs" />
<Compile Include="CheckUpdateManager.cs" />
<Compile Include="DelayRunManager.cs" />
<Compile Include="DetailWindow.xaml.cs">
<Compile Include="Service\CaptureManager.cs" />
<Compile Include="Service\CheckUpdateManager.cs" />
<Compile Include="Service\DelayRunManager.cs" />
<Compile Include="View\DetailWindow.xaml.cs">
<DependentUpon>DetailWindow.xaml</DependentUpon>
</Compile>
<Compile Include="Languages.cs" />
<Compile Include="NetworkStructure.cs" />
<Compile Include="PortProcessMap.cs" />
<Compile Include="PortProcessMapWrapper.cs" />
<Compile Include="ProcessDetailWindow.xaml.cs">
<Compile Include="Service\Languages.cs" />
<Compile Include="Service\NetworkStructure.cs" />
<Compile Include="Service\PortProcessMap.cs" />
<Compile Include="Service\PortProcessMapWrapper.cs" />
<Compile Include="View\ProcessDetailWindow.xaml.cs">
<DependentUpon>ProcessDetailWindow.xaml</DependentUpon>
</Compile>
<Compile Include="ProcessView.cs" />
<Compile Include="View\ProcessView.cs" />
<Compile Include="Settings.cs" />
<Compile Include="Tool.cs" />
<Compile Include="UDMap.cs" />
<Compile Include="WelcomeWindow.xaml.cs">
<Compile Include="Service\UDMap.cs" />
<Compile Include="View\WelcomeWindow.xaml.cs">
<DependentUpon>WelcomeWindow.xaml</DependentUpon>
</Compile>
<Compile Include="WinAPIWrapper.cs" />
<Page Include="AboutWindow.xaml">
<Compile Include="Service\WinAPIWrapper.cs" />
<Page Include="View\AboutWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="DetailWindow.xaml">
<Page Include="View\DetailWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="MainWindow.xaml">
<Page Include="View\MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<Compile Include="View\MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="ProcessDetailWindow.xaml">
<Page Include="View\ProcessDetailWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
Expand All @@ -164,7 +164,7 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WelcomeWindow.xaml">
<Page Include="View\WelcomeWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
Expand Down Expand Up @@ -215,5 +215,6 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 140db31

Please sign in to comment.