summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar pantazis <pdeligia@me.com>2013-06-12 03:24:57 +0100
committerGravatar pantazis <pdeligia@me.com>2013-06-12 03:24:57 +0100
commit62358a4e290dca623f0af0bba72eeda6ec6dcaa2 (patch)
treeecf5ce9fdcbfb3bfd0f8c3ecf641fa627eac9063
parentca8dbdd3d3b0821b494f3202796456e3fffb3635 (diff)
small update in options
-rw-r--r--Source/Boogie.sln10
-rw-r--r--Source/Model/Model.csproj2
-rw-r--r--Source/ModelViewer/ModelViewer.csproj2
3 files changed, 12 insertions, 2 deletions
diff --git a/Source/Boogie.sln b/Source/Boogie.sln
index b6859a4a..c83c8770 100644
--- a/Source/Boogie.sln
+++ b/Source/Boogie.sln
@@ -478,6 +478,16 @@ Global
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
+ $0.TextStylePolicy = $4
+ $4.FileWidth = 120
+ $4.TabWidth = 2
+ $4.IndentWidth = 2
+ $4.inheritsSet = Mono
+ $4.inheritsScope = text/plain
+ $4.scope = text/plain
+ $0.StandardHeader = $5
+ $5.Text =
+ $5.IncludeInNewFiles = True
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Source/Model/Model.csproj b/Source/Model/Model.csproj
index a7255433..cfd5f852 100644
--- a/Source/Model/Model.csproj
+++ b/Source/Model/Model.csproj
@@ -85,7 +85,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Model.cs" />
- <Compile Include="ModelParser.cs" />
+ <Compile Include="ModelParser.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\version.cs" />
</ItemGroup>
diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj
index 46f80673..49965d5e 100644
--- a/Source/ModelViewer/ModelViewer.csproj
+++ b/Source/ModelViewer/ModelViewer.csproj
@@ -125,7 +125,7 @@
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="..\Model\Model.cs" />
- <Compile Include="..\Model\ModelParser.cs" />
+ <Compile Include="..\Model\ModelParser.cs" />
<Compile Include="Namer.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />