--- trunk/RomCheater/RomCheater.csproj 2012/05/09 14:18:27 51 +++ trunk/RomCheater/RomCheater.csproj 2012/05/09 14:22:58 52 @@ -48,6 +48,9 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> + <Link>Properties\SharedAssemblyInfo.cs</Link> + </Compile> <Compile Include="Main.cs"> <SubType>Form</SubType> </Compile> @@ -56,7 +59,6 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="Properties\SharedAssemblyInfo.cs" /> <EmbeddedResource Include="Main.resx"> <DependentUpon>Main.cs</DependentUpon> </EmbeddedResource> |