--- trunk/RomCheater.ScratchPad/RomCheater.ScratchPad.csproj 2013/06/20 20:22:45 761 +++ trunk/RomCheater.ScratchPad/RomCheater.ScratchPad.csproj 2013/06/20 20:25:55 762 @@ -47,6 +47,13 @@ <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="ScratchPad.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="ScratchPad.designer.cs"> + <DependentUpon>ScratchPad.cs</DependentUpon> + </Compile> + <Compile Include="ScratchPadPlugin.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\deps\HexBox\Be.Windows.Forms.HexBox.csproj"> @@ -77,6 +84,11 @@ <ItemGroup> <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="ScratchPad.resx"> + <DependentUpon>ScratchPad.cs</DependentUpon> + </EmbeddedResource> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |