Add LineParser and basic dictionaries.

This commit is contained in:
Daniel Kraus
2015-06-20 21:13:55 +02:00
parent a911290ae0
commit bc5911f748
9 changed files with 261 additions and 3 deletions

View File

@ -160,6 +160,10 @@
can be found.
-->
<ItemGroup>
<Compile Include="Dictionaries\DictionaryBase.cs" />
<Compile Include="Dictionaries\LineParser.cs" />
<Compile Include="Dictionaries\ParameterDictionary.cs" />
<Compile Include="Dictionaries\UnitDictionary.cs" />
<Compile Include="Models\LabItem.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
@ -193,9 +197,10 @@
<AppDesigner Include="Properties\" />
<None Include="zaaReloaded2.licenseheader" />
<None Include="zaaReloaded2.pfx" />
<None Include="zaaReloaded2.snk" />
<None Include="zaaReloaded2.snk.pfx" />
<None Include="zaaReloaded2_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Defaults\parameters.txt" />
<Content Include="Defaults\units.txt" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>