summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Mansfield <[email protected]>2015-03-07 12:22:16 +0000
committerJamie Mansfield <[email protected]>2015-03-07 12:22:16 +0000
commit6044882b794865d4ffd50abeeaa3c4f0b89f35c6 (patch)
treeb1d03534803c58dadc89d1b0b69b4d59620b7ace
parent286863127980a59cdc1cc483db284803f12cfafe (diff)
downloadhistacom-6044882b794865d4ffd50abeeaa3c4f0b89f35c6.tar.gz
histacom-6044882b794865d4ffd50abeeaa3c4f0b89f35c6.tar.bz2
histacom-6044882b794865d4ffd50abeeaa3c4f0b89f35c6.zip
Fix code style on MonoDevelop
-rw-r--r--windows 95/windows 95.vbproj17
1 files changed, 11 insertions, 6 deletions
diff --git a/windows 95/windows 95.vbproj b/windows 95/windows 95.vbproj
index 7157f9c..980df7c 100644
--- a/windows 95/windows 95.vbproj
+++ b/windows 95/windows 95.vbproj
@@ -77,12 +77,8 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
+ <Reference Include="System.Core" />
+ <Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
@@ -1829,4 +1825,13 @@
<Target Name="AfterBuild">
</Target>
-->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Policies>
+ <TextStylePolicy FileWidth="120" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-vb" />
+ </Policies>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file