33 |
<WarningLevel>4</WarningLevel> |
<WarningLevel>4</WarningLevel> |
34 |
</PropertyGroup> |
</PropertyGroup> |
35 |
<ItemGroup> |
<ItemGroup> |
36 |
|
<Reference Include="Fireball.CodeEditor"> |
37 |
|
<HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.CodeEditor.dll</HintPath> |
38 |
|
</Reference> |
39 |
|
<Reference Include="Fireball.CodeEditor.SyntaxFiles"> |
40 |
|
<HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.CodeEditor.SyntaxFiles.dll</HintPath> |
41 |
|
</Reference> |
42 |
|
<Reference Include="Fireball.Core"> |
43 |
|
<HintPath>..\deps\FireFx\Fireball.Core\Fireball.Core.dll</HintPath> |
44 |
|
</Reference> |
45 |
|
<Reference Include="Fireball.SyntaxDocument"> |
46 |
|
<HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.SyntaxDocument.dll</HintPath> |
47 |
|
</Reference> |
48 |
|
<Reference Include="Fireball.Win32"> |
49 |
|
<HintPath>..\deps\FireFx\Fireball.Win32\Fireball.Win32.dll</HintPath> |
50 |
|
</Reference> |
51 |
|
<Reference Include="Fireball.Windows.Forms"> |
52 |
|
<HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.Windows.Forms.dll</HintPath> |
53 |
|
</Reference> |
54 |
<Reference Include="Microsoft.CSharp" /> |
<Reference Include="Microsoft.CSharp" /> |
55 |
<Reference Include="System" /> |
<Reference Include="System" /> |
56 |
<Reference Include="System.Data" /> |
<Reference Include="System.Data" /> |
72 |
<DependentUpon>ScratchPad.cs</DependentUpon> |
<DependentUpon>ScratchPad.cs</DependentUpon> |
73 |
</Compile> |
</Compile> |
74 |
<Compile Include="ScratchPadDocument.cs"> |
<Compile Include="ScratchPadDocument.cs"> |
75 |
<SubType>Form</SubType> |
<SubType>UserControl</SubType> |
76 |
</Compile> |
</Compile> |
77 |
<Compile Include="ScratchPadDocument.Designer.cs"> |
<Compile Include="ScratchPadDocument.Designer.cs"> |
78 |
<DependentUpon>ScratchPadDocument.cs</DependentUpon> |
<DependentUpon>ScratchPadDocument.cs</DependentUpon> |
112 |
<EmbeddedResource Include="ScratchPad.resx"> |
<EmbeddedResource Include="ScratchPad.resx"> |
113 |
<DependentUpon>ScratchPad.cs</DependentUpon> |
<DependentUpon>ScratchPad.cs</DependentUpon> |
114 |
</EmbeddedResource> |
</EmbeddedResource> |
115 |
|
<EmbeddedResource Include="ScratchPadDocument.resx"> |
116 |
|
<DependentUpon>ScratchPadDocument.cs</DependentUpon> |
117 |
|
</EmbeddedResource> |
118 |
</ItemGroup> |
</ItemGroup> |
119 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
120 |
<PropertyGroup> |
<PropertyGroup> |