-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRMXP Scanner.booproj
68 lines (68 loc) · 2.74 KB
/
RMXP Scanner.booproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectGuid>{84C3CC90-F938-4068-B5A4-014D85589235}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>WinExe</OutputType>
<RootNamespace>TURBU.RubyMarshal</RootNamespace>
<AssemblyName>RMXP Scanner</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<NoWin32Manifest>False</NoWin32Manifest>
<NoStdLib>False</NoStdLib>
<Ducky>False</Ducky>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<Strict>False</Strict>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<StartAction>Project</StartAction>
<SignAssembly>False</SignAssembly>
<DelaySign>False</DelaySign>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="Boo.Lang.Interpreter">
<HintPath>..\boo\build\Boo.Lang.Interpreter.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\TURBU.RM2K\bin\Debug\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.boo" />
<Compile Include="case.boo" />
<Compile Include="DefaultFilters.boo" />
<Compile Include="FilterReader.boo" />
<Compile Include="FilterValidator.boo" />
<Compile Include="MainForm.boo" />
<Compile Include="MainForm.Designer.boo">
<DependentUpon>MainForm.boo</DependentUpon>
</Compile>
<Compile Include="RMTable.boo" />
<Compile Include="RMTone.boo" />
<Compile Include="RubyMarshal.boo" />
</ItemGroup>
<Import Project="$(BooBinPath)\Boo.Microsoft.Build.targets" />
</Project>