|
@@ -46,20 +46,14 @@
|
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
- <Compile Include="MainForm.cs">
|
|
|
- <SubType>Form</SubType>
|
|
|
- </Compile>
|
|
|
- <Compile Include="MainForm.Designer.cs">
|
|
|
- <DependentUpon>MainForm.cs</DependentUpon>
|
|
|
- </Compile>
|
|
|
- <Compile Include="Model\PTConfig.cs" />
|
|
|
+ <Compile Include="Utils\PTConfig.cs" />
|
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- <Compile Include="UI\Settings.cs">
|
|
|
+ <Compile Include="UI\SettingForm.cs">
|
|
|
<SubType>Form</SubType>
|
|
|
</Compile>
|
|
|
- <Compile Include="UI\Settings.Designer.cs">
|
|
|
- <DependentUpon>Settings.cs</DependentUpon>
|
|
|
+ <Compile Include="UI\SettingForm.Designer.cs">
|
|
|
+ <DependentUpon>SettingForm.cs</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Views\TrayIcon.cs" />
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
@@ -71,8 +65,8 @@
|
|
|
<AutoGen>True</AutoGen>
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
</Compile>
|
|
|
- <EmbeddedResource Include="UI\Settings.resx">
|
|
|
- <DependentUpon>Settings.cs</DependentUpon>
|
|
|
+ <EmbeddedResource Include="UI\SettingForm.resx">
|
|
|
+ <DependentUpon>SettingForm.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
@@ -89,7 +83,7 @@
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Folder Include="Control\" />
|
|
|
- <Folder Include="Utils\" />
|
|
|
+ <Folder Include="Model\" />
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|