fix versions stuff
This commit is contained in:
parent
5195453229
commit
65282a366e
|
@ -316,6 +316,7 @@
|
||||||
<DependentUpon>Settings.settings</DependentUpon>
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Properties\svnrev.cs" />
|
||||||
<Compile Include="RecordMovie.cs">
|
<Compile Include="RecordMovie.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -736,4 +737,7 @@
|
||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<PreBuildEvent>"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -6,13 +6,8 @@ using System.Runtime.InteropServices;
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("BizHawk.MultiClient")]
|
[assembly: AssemblyTitle("BizHawk.MultiClient")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("http://code.google.com/p/bizhawk")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyCompany("BizHawk")]
|
||||||
[assembly: AssemblyCompany("Microsoft")]
|
|
||||||
[assembly: AssemblyProduct("BizHawk.MultiClient")]
|
|
||||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
|
|
||||||
// Setting ComVisible to false makes the types in this assembly not visible
|
// Setting ComVisible to false makes the types in this assembly not visible
|
||||||
// to COM components. If you need to access a type in this assembly from
|
// to COM components. If you need to access a type in this assembly from
|
||||||
|
@ -32,5 +27,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.1" + SubWCRev.SVN_REV)]
|
[assembly: AssemblyVersion("1.0.1." + SubWCRev.SVN_REV)]
|
||||||
[assembly: AssemblyFileVersion("1.0.1" + SubWCRev.SVN_REV)]
|
[assembly: AssemblyFileVersion("1.0.1." + SubWCRev.SVN_REV)]
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
static class SubWCRev
|
||||||
|
{
|
||||||
|
public const string SVN_REV = "$WCREV$";
|
||||||
|
}
|
|
@ -119,6 +119,7 @@
|
||||||
<SubType>Component</SubType>
|
<SubType>Component</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
<Compile Include="Properties\svnrev.cs" />
|
||||||
<Compile Include="SmartTextBoxControl.cs">
|
<Compile Include="SmartTextBoxControl.cs">
|
||||||
<SubType>Component</SubType>
|
<SubType>Component</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
@ -173,6 +174,9 @@
|
||||||
</BootstrapperPackage>
|
</BootstrapperPackage>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<PreBuildEvent>"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
|
|
@ -6,13 +6,8 @@ using System.Runtime.InteropServices;
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("BizHawk.Util")]
|
[assembly: AssemblyTitle("BizHawk.Util")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("http://code.google.com/p/bizhawk")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyCompany("BizHawk")]
|
||||||
[assembly: AssemblyCompany("Microsoft")]
|
|
||||||
[assembly: AssemblyProduct("BizHawk.Util")]
|
|
||||||
[assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
|
|
||||||
[assembly: AssemblyTrademark("")]
|
|
||||||
[assembly: AssemblyCulture("")]
|
|
||||||
|
|
||||||
// Setting ComVisible to false makes the types in this assembly not visible
|
// Setting ComVisible to false makes the types in this assembly not visible
|
||||||
// to COM components. If you need to access a type in this assembly from
|
// to COM components. If you need to access a type in this assembly from
|
||||||
|
@ -32,5 +27,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.2 interim"]
|
[assembly: AssemblyVersion("1.0.1." + SubWCRev.SVN_REV)]
|
||||||
[assembly: AssemblyFileVersion("1.0.2 interim" ]
|
[assembly: AssemblyFileVersion("1.0.1." + SubWCRev.SVN_REV)]
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
static class SubWCRev
|
||||||
|
{
|
||||||
|
public const string SVN_REV = "$WCREV$";
|
||||||
|
}
|
Loading…
Reference in New Issue