--- trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj 2013/06/08 19:12:04 623 +++ trunk/RomCheater.EmuMMAPPlugin/RomCheater.EmuMMAPPlugin.csproj 2013/06/08 19:20:04 628 @@ -46,6 +46,14 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="EmuMEMMapDockControl.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="EmuMEMMapDockControl.Designer.cs"> + <DependentUpon>EmuMEMMapDockControl.cs</DependentUpon> + </Compile> + <Compile Include="EmuMMAPPlugin.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\deps\WeifenLuo.WinFormsUI.Docking\WinFormsUI\WinFormsUI.csproj"> @@ -68,6 +76,11 @@ <ItemGroup> <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="EmuMEMMapDockControl.resx"> + <DependentUpon>EmuMEMMapDockControl.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> |