mirror of
https://github.com/abdelkader/vCardEditor
synced 2025-12-12 08:27:19 +07:00
arrange some code
This commit is contained in:
@@ -99,51 +99,51 @@
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Repository\Interfaces\IFileHandler.cs" />
|
||||
<Compile Include="Thought.vCards\vCard.cs" />
|
||||
<Compile Include="Thought.vCards\vCardAccessClassification.cs" />
|
||||
<Compile Include="Thought.vCards\vCardCertificate.cs" />
|
||||
<Compile Include="Thought.vCards\vCardCertificateCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardDeliveryAddress.cs" />
|
||||
<Compile Include="Thought.vCards\vCardDeliveryAddressCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardDeliveryAddressTypes.cs" />
|
||||
<Compile Include="Thought.vCards\vCardDeliveryLabel.cs" />
|
||||
<Compile Include="Thought.vCards\vCardDeliveryLabelCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardEmailAddress.cs" />
|
||||
<Compile Include="Thought.vCards\vCardEmailAddressCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardEmailAddressType.cs" />
|
||||
<Compile Include="Thought.vCards\vCardEncoding.cs" />
|
||||
<Compile Include="Thought.vCards\vCardException.cs" />
|
||||
<Compile Include="Thought.vCards\vCardFormat.cs" />
|
||||
<Compile Include="Thought.vCards\vCardGender.cs" />
|
||||
<Compile Include="Thought.vCards\vCardIMPP.cs" />
|
||||
<Compile Include="Thought.vCards\vCardIMPPCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardNote.cs" />
|
||||
<Compile Include="Thought.vCards\vCardNoteCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardPhone.cs" />
|
||||
<Compile Include="Thought.vCards\vCardPhoneCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardPhoneTypes.cs" />
|
||||
<Compile Include="Thought.vCards\vCardPhoto.cs" />
|
||||
<Compile Include="Thought.vCards\vCardPhotoCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardProperty.cs" />
|
||||
<Compile Include="Thought.vCards\vCardPropertyCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardReader.cs" />
|
||||
<Compile Include="Thought.vCards\vCardRoot.cs" />
|
||||
<Compile Include="Thought.vCards\vCardSocialProfile.cs" />
|
||||
<Compile Include="Thought.vCards\vCardSocialProfileCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardSource.cs" />
|
||||
<Compile Include="Thought.vCards\vCardSourceCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardStandardReader.cs" />
|
||||
<Compile Include="Thought.vCards\vCardStandardWriter.cs" />
|
||||
<Compile Include="Thought.vCards\vCardStandardWriterOptions.cs" />
|
||||
<Compile Include="Thought.vCards\vCardSubproperty.cs" />
|
||||
<Compile Include="Thought.vCards\vCardSubpropertyCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardValueCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardWebsite.cs" />
|
||||
<Compile Include="Thought.vCards\vCardWebsiteCollection.cs" />
|
||||
<Compile Include="Thought.vCards\vCardWebsiteTypes.cs" />
|
||||
<Compile Include="Thought.vCards\vCardWriter.cs" />
|
||||
<Compile Include="Thought.vCards\WarningMessages.Designer.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCard.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardAccessClassification.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardCertificate.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardCertificateCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardDeliveryAddress.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardDeliveryAddressCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardDeliveryAddressTypes.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardDeliveryLabel.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardDeliveryLabelCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardEmailAddress.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardEmailAddressCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardEmailAddressType.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardEncoding.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardException.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardFormat.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardGender.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardIMPP.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardIMPPCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardNote.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardNoteCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardPhone.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardPhoneCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardPhoneTypes.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardPhoto.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardPhotoCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardProperty.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardPropertyCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardReader.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardRoot.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardSocialProfile.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardSocialProfileCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardSource.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardSourceCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardStandardReader.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardStandardWriter.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardStandardWriterOptions.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardSubproperty.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardSubpropertyCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardValueCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardWebsite.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardWebsiteCollection.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardWebsiteTypes.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\vCardWriter.cs" />
|
||||
<Compile Include="Libs\Thought.vCards\WarningMessages.Designer.cs" />
|
||||
<Compile Include="View\AboutDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -230,7 +230,7 @@
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="Thought.vCards\WarningMessages.resx" />
|
||||
<EmbeddedResource Include="Libs\Thought.vCards\WarningMessages.resx" />
|
||||
<EmbeddedResource Include="View\AboutDialog.resx">
|
||||
<DependentUpon>AboutDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user