Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.ScratchPad/RomCheater.ScratchPad.csproj 2013/06/20 20:43:46 767 +++ trunk/RomCheater.ScratchPad/RomCheater.ScratchPad.csproj 2013/06/20 21:34:48 769 @@ -33,6 +33,24 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="Fireball.CodeEditor"> + <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.CodeEditor.dll</HintPath> + </Reference> + <Reference Include="Fireball.CodeEditor.SyntaxFiles"> + <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.CodeEditor.SyntaxFiles.dll</HintPath> + </Reference> + <Reference Include="Fireball.Core"> + <HintPath>..\deps\FireFx\Fireball.Core\Fireball.Core.dll</HintPath> + </Reference> + <Reference Include="Fireball.SyntaxDocument"> + <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.SyntaxDocument.dll</HintPath> + </Reference> + <Reference Include="Fireball.Win32"> + <HintPath>..\deps\FireFx\Fireball.Win32\Fireball.Win32.dll</HintPath> + </Reference> + <Reference Include="Fireball.Windows.Forms"> + <HintPath>..\deps\FireFx\Fireball.CodeEditor.SyntaxFiles\Fireball.Windows.Forms.dll</HintPath> + </Reference> <Reference Include="Microsoft.CSharp" /> <Reference Include="System" /> <Reference Include="System.Data" /> @@ -54,7 +72,7 @@ <DependentUpon>ScratchPad.cs</DependentUpon> </Compile> <Compile Include="ScratchPadDocument.cs"> - <SubType>Form</SubType> + <SubType>UserControl</SubType> </Compile> <Compile Include="ScratchPadDocument.Designer.cs"> <DependentUpon>ScratchPadDocument.cs</DependentUpon> @@ -94,6 +112,9 @@ <EmbeddedResource Include="ScratchPad.resx"> <DependentUpon>ScratchPad.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="ScratchPadDocument.resx"> + <DependentUpon>ScratchPadDocument.cs</DependentUpon> + </EmbeddedResource> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup>
ViewVC Help | |
Powered by ViewVC 1.1.22 |