Spart.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
  3. <PropertyGroup>
  4. <ProjectType>Local</ProjectType>
  5. <ProductVersion>8.0.40607</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{52C43CC3-4D59-4328-9713-7225D3EEE893}</ProjectGuid>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ApplicationIcon>
  11. </ApplicationIcon>
  12. <AssemblyKeyContainerName>
  13. </AssemblyKeyContainerName>
  14. <AssemblyName>Spart</AssemblyName>
  15. <AssemblyOriginatorKeyFile>
  16. </AssemblyOriginatorKeyFile>
  17. <DefaultClientScript>JScript</DefaultClientScript>
  18. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  19. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  20. <DelaySign>false</DelaySign>
  21. <OutputType>Library</OutputType>
  22. <RootNamespace>Spart</RootNamespace>
  23. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  24. <StartupObject>
  25. </StartupObject>
  26. <FileUpgradeFlags>
  27. </FileUpgradeFlags>
  28. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  29. <UpgradeBackupLocation>
  30. </UpgradeBackupLocation>
  31. <OldToolsVersion>2.0</OldToolsVersion>
  32. <PublishUrl>publish\</PublishUrl>
  33. <Install>true</Install>
  34. <InstallFrom>Disk</InstallFrom>
  35. <UpdateEnabled>false</UpdateEnabled>
  36. <UpdateMode>Foreground</UpdateMode>
  37. <UpdateInterval>7</UpdateInterval>
  38. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  39. <UpdatePeriodically>false</UpdatePeriodically>
  40. <UpdateRequired>false</UpdateRequired>
  41. <MapFileExtensions>true</MapFileExtensions>
  42. <ApplicationRevision>0</ApplicationRevision>
  43. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  44. <IsWebBootstrapper>false</IsWebBootstrapper>
  45. <UseApplicationTrust>false</UseApplicationTrust>
  46. <BootstrapperEnabled>true</BootstrapperEnabled>
  47. </PropertyGroup>
  48. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  49. <OutputPath>bin\Debug\</OutputPath>
  50. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  51. <BaseAddress>285212672</BaseAddress>
  52. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  53. <ConfigurationOverrideFile>
  54. </ConfigurationOverrideFile>
  55. <DefineConstants>DEBUG;TRACE</DefineConstants>
  56. <DocumentationFile>Spart.xml</DocumentationFile>
  57. <DebugSymbols>true</DebugSymbols>
  58. <FileAlignment>4096</FileAlignment>
  59. <NoStdLib>false</NoStdLib>
  60. <NoWarn>
  61. </NoWarn>
  62. <Optimize>false</Optimize>
  63. <RegisterForComInterop>false</RegisterForComInterop>
  64. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  65. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  66. <WarningLevel>1</WarningLevel>
  67. <PlatformTarget>x64</PlatformTarget>
  68. </PropertyGroup>
  69. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  70. <OutputPath>bin\Release\</OutputPath>
  71. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  72. <BaseAddress>285212672</BaseAddress>
  73. <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
  74. <ConfigurationOverrideFile>
  75. </ConfigurationOverrideFile>
  76. <DefineConstants>TRACE</DefineConstants>
  77. <DocumentationFile>
  78. </DocumentationFile>
  79. <DebugSymbols>false</DebugSymbols>
  80. <FileAlignment>4096</FileAlignment>
  81. <NoStdLib>false</NoStdLib>
  82. <NoWarn>
  83. </NoWarn>
  84. <Optimize>true</Optimize>
  85. <RegisterForComInterop>false</RegisterForComInterop>
  86. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  87. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  88. <WarningLevel>4</WarningLevel>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <Reference Include="System">
  92. <Name>System</Name>
  93. </Reference>
  94. <Reference Include="System.Configuration.Install" />
  95. <Reference Include="System.Data">
  96. <Name>System.Data</Name>
  97. </Reference>
  98. <Reference Include="System.Management" />
  99. <Reference Include="System.Xml">
  100. <Name>System.XML</Name>
  101. </Reference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="Actions\ActionEventArgs.cs">
  105. <SubType>Code</SubType>
  106. </Compile>
  107. <Compile Include="Actions\ActionHandler.cs">
  108. <SubType>Code</SubType>
  109. </Compile>
  110. <Compile Include="Actions\Actions.cs">
  111. <SubType>Code</SubType>
  112. </Compile>
  113. <Compile Include="Actions\Actors\AppendActor.cs">
  114. <SubType>Code</SubType>
  115. </Compile>
  116. <Compile Include="Actions\Actors\AssignActor.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="Actions\Actors\IActor.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="Actions\Actors\ThrowActor.cs">
  123. <SubType>Code</SubType>
  124. </Compile>
  125. <Compile Include="AssemblyInfo.cs">
  126. <SubType>Code</SubType>
  127. </Compile>
  128. <Compile Include="Parsers\BinaryTerminalParser.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="Parsers\Composite\AlternativeParser.cs">
  132. <SubType>Code</SubType>
  133. </Compile>
  134. <Compile Include="Parsers\Composite\DifferenceParser.cs">
  135. <SubType>Code</SubType>
  136. </Compile>
  137. <Compile Include="Parsers\Composite\IntersectionParser.cs">
  138. <SubType>Code</SubType>
  139. </Compile>
  140. <Compile Include="Parsers\Composite\ListParser.cs">
  141. <SubType>Code</SubType>
  142. </Compile>
  143. <Compile Include="Parsers\Composite\RepetitionParser.cs">
  144. <SubType>Code</SubType>
  145. </Compile>
  146. <Compile Include="Parsers\Composite\SequenceParser.cs">
  147. <SubType>Code</SubType>
  148. </Compile>
  149. <Compile Include="Parsers\Dirs.cs" />
  150. <Compile Include="Parsers\Directives\LexemeDirective.cs" />
  151. <Compile Include="Parsers\NegatableParser.cs">
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Compile Include="Parsers\NonTerminal\IParserContext.cs">
  155. <SubType>Code</SubType>
  156. </Compile>
  157. <Compile Include="Parsers\NonTerminal\NonTerminalParser.cs">
  158. <SubType>Code</SubType>
  159. </Compile>
  160. <Compile Include="Parsers\NonTerminal\PostParseEventArgs.cs">
  161. <SubType>Code</SubType>
  162. </Compile>
  163. <Compile Include="Parsers\NonTerminal\PostParseEventHandler.cs">
  164. <SubType>Code</SubType>
  165. </Compile>
  166. <Compile Include="Parsers\NonTerminal\PreParseEventArgs.cs">
  167. <SubType>Code</SubType>
  168. </Compile>
  169. <Compile Include="Parsers\NonTerminal\PreParseEventHandler.cs">
  170. <SubType>Code</SubType>
  171. </Compile>
  172. <Compile Include="Parsers\NonTerminal\Rule.cs">
  173. <SubType>Code</SubType>
  174. </Compile>
  175. <Compile Include="Parsers\Ops.cs">
  176. <SubType>Code</SubType>
  177. </Compile>
  178. <Compile Include="Parsers\Parser.cs">
  179. <SubType>Code</SubType>
  180. </Compile>
  181. <Compile Include="Parsers\ParserMatch.cs">
  182. <SubType>Code</SubType>
  183. </Compile>
  184. <Compile Include="Parsers\Primitives\CharParser.cs">
  185. <SubType>Code</SubType>
  186. </Compile>
  187. <Compile Include="Parsers\Primitives\DoubleParser.cs">
  188. <SubType>Code</SubType>
  189. </Compile>
  190. <Compile Include="Parsers\Primitives\EndParser.cs">
  191. <SubType>Code</SubType>
  192. </Compile>
  193. <Compile Include="Parsers\Primitives\EolParser.cs">
  194. <SubType>Code</SubType>
  195. </Compile>
  196. <Compile Include="Parsers\Primitives\EpsilonParser.cs" />
  197. <Compile Include="Parsers\Primitives\NothingParser.cs">
  198. <SubType>Code</SubType>
  199. </Compile>
  200. <Compile Include="Parsers\Primitives\StringParser.cs">
  201. <SubType>Code</SubType>
  202. </Compile>
  203. <Compile Include="Parsers\Primitives\Testers\AnyCharTester.cs">
  204. <SubType>Code</SubType>
  205. </Compile>
  206. <Compile Include="Parsers\Primitives\Testers\ControlCharTester.cs">
  207. <SubType>Code</SubType>
  208. </Compile>
  209. <Compile Include="Parsers\Primitives\Testers\DigitCharTester.cs">
  210. <SubType>Code</SubType>
  211. </Compile>
  212. <Compile Include="Parsers\Primitives\Testers\ICharTester.cs">
  213. <SubType>Code</SubType>
  214. </Compile>
  215. <Compile Include="Parsers\Primitives\Testers\LetterCharTester.cs">
  216. <SubType>Code</SubType>
  217. </Compile>
  218. <Compile Include="Parsers\Primitives\Testers\LetterOrDigitCharTester.cs">
  219. <SubType>Code</SubType>
  220. </Compile>
  221. <Compile Include="Parsers\Primitives\Testers\LitteralCharTester.cs">
  222. <SubType>Code</SubType>
  223. </Compile>
  224. <Compile Include="Parsers\Primitives\Testers\LowerCharTester.cs">
  225. <SubType>Code</SubType>
  226. </Compile>
  227. <Compile Include="Parsers\Primitives\Testers\PunctuationCharTester.cs">
  228. <SubType>Code</SubType>
  229. </Compile>
  230. <Compile Include="Parsers\Primitives\Testers\RangeCharTester.cs">
  231. <SubType>Code</SubType>
  232. </Compile>
  233. <Compile Include="Parsers\Primitives\Testers\SeparatorCharTester.cs">
  234. <SubType>Code</SubType>
  235. </Compile>
  236. <Compile Include="Parsers\Primitives\Testers\SymbolCharTester.cs">
  237. <SubType>Code</SubType>
  238. </Compile>
  239. <Compile Include="Parsers\Primitives\Testers\UpperCharTester.cs">
  240. <SubType>Code</SubType>
  241. </Compile>
  242. <Compile Include="Parsers\Primitives\Testers\WhiteSpaceCharTester.cs">
  243. <SubType>Code</SubType>
  244. </Compile>
  245. <Compile Include="Parsers\Prims.cs">
  246. <SubType>Code</SubType>
  247. </Compile>
  248. <Compile Include="Parsers\TerminalParser.cs">
  249. <SubType>Code</SubType>
  250. </Compile>
  251. <Compile Include="Parsers\UnaryTerminalParser.cs">
  252. <SubType>Code</SubType>
  253. </Compile>
  254. <Compile Include="Scanners\IFilter.cs">
  255. <SubType>Code</SubType>
  256. </Compile>
  257. <Compile Include="Scanners\IScanner.cs">
  258. <SubType>Code</SubType>
  259. </Compile>
  260. <Compile Include="Scanners\StringScanner.cs">
  261. <SubType>Code</SubType>
  262. </Compile>
  263. <Compile Include="Scanners\ToLowerFilter.cs">
  264. <SubType>Code</SubType>
  265. </Compile>
  266. <AppDesigner Include="Properties\" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <Folder Include="Parsers\NonTerminal\Contexts\" />
  270. <Folder Include="Properties\" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  274. <Visible>False</Visible>
  275. <ProductName>.NET Framework 3.5 SP1</ProductName>
  276. <Install>true</Install>
  277. </BootstrapperPackage>
  278. </ItemGroup>
  279. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  280. <PropertyGroup>
  281. <PreBuildEvent>
  282. </PreBuildEvent>
  283. <PostBuildEvent>
  284. </PostBuildEvent>
  285. </PropertyGroup>
  286. </Project>