diff options
| author | Jamie Mansfield <[email protected]> | 2015-03-07 12:22:16 +0000 |
|---|---|---|
| committer | Jamie Mansfield <[email protected]> | 2015-03-07 12:22:16 +0000 |
| commit | 6044882b794865d4ffd50abeeaa3c4f0b89f35c6 (patch) | |
| tree | b1d03534803c58dadc89d1b0b69b4d59620b7ace | |
| parent | 286863127980a59cdc1cc483db284803f12cfafe (diff) | |
| download | histacom-6044882b794865d4ffd50abeeaa3c4f0b89f35c6.tar.gz histacom-6044882b794865d4ffd50abeeaa3c4f0b89f35c6.tar.bz2 histacom-6044882b794865d4ffd50abeeaa3c4f0b89f35c6.zip | |
Fix code style on MonoDevelop
| -rw-r--r-- | windows 95/windows 95.vbproj | 17 |
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 |
