--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 17:10:48 78 +++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 17:16:21 80 @@ -79,6 +79,11 @@ <Name>RomCheater.PluginFramework</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <Folder Include="Config\" /> + <Folder Include="Input\" /> + <Folder Include="Window\" /> + </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> |