--- trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 17:10:48 78 +++ trunk/RomCheater.CorePlugins/RomCheater.CorePlugins.csproj 2012/05/09 17:17:19 81 @@ -64,6 +64,7 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> + <Compile Include="Config\GenericConfig.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> @@ -79,6 +80,10 @@ <Name>RomCheater.PluginFramework</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <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> |