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