diff options
author | 2013-06-12 03:24:57 +0100 | |
---|---|---|
committer | 2013-06-12 03:24:57 +0100 | |
commit | 62358a4e290dca623f0af0bba72eeda6ec6dcaa2 (patch) | |
tree | ecf5ce9fdcbfb3bfd0f8c3ecf641fa627eac9063 /Source/Model | |
parent | ca8dbdd3d3b0821b494f3202796456e3fffb3635 (diff) |
small update in options
Diffstat (limited to 'Source/Model')
-rw-r--r-- | Source/Model/Model.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
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>
|