diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 12:03:18 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 12:03:18 +0300 |
| commit | 1f2ebb7e81e6082ec31f3febbcf0f777263679aa (patch) | |
| tree | 97fae56feb42f796e0fa08bc67c28bb319ef97f1 /Software/Visual_Studio/Tango.Stubs | |
| parent | dc774f2956a749a9054aad17b04a202d5373548d (diff) | |
| download | Tango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.tar.gz Tango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.zip | |
Changed versions to per assembly.
Diffstat (limited to 'Software/Visual_Studio/Tango.Stubs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Stubs/Properties/AssemblyInfo.cs | 1 | ||||
| -rw-r--r-- | Software/Visual_Studio/Tango.Stubs/Tango.Stubs.csproj | 11 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.Stubs/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.Stubs/Properties/AssemblyInfo.cs index c91630b59..773d95137 100644 --- a/Software/Visual_Studio/Tango.Stubs/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Tango.Stubs/Properties/AssemblyInfo.cs @@ -3,4 +3,5 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Tango - Stubs Collection")] +[assembly: AssemblyVersion("2.0.*")] [assembly: ComVisible(false)]
\ No newline at end of file diff --git a/Software/Visual_Studio/Tango.Stubs/Tango.Stubs.csproj b/Software/Visual_Studio/Tango.Stubs/Tango.Stubs.csproj index 5333cbaca..525a7585f 100644 --- a/Software/Visual_Studio/Tango.Stubs/Tango.Stubs.csproj +++ b/Software/Visual_Studio/Tango.Stubs/Tango.Stubs.csproj @@ -76,9 +76,6 @@ <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> - <Compile Include="..\Versioning\Core.cs"> - <Link>Core.cs</Link> - </Compile> <EmbeddedResource Include="Examples\BasicRequest.cs" /> <EmbeddedResource Include="Examples\BasicRequestPolling.cs" /> <EmbeddedResource Include="Examples\ContinuousResponse.cs" /> @@ -88,6 +85,9 @@ <EmbeddedResource Include="Examples\RequestTimeout.cs" /> <EmbeddedResource Include="Examples\Sleep.cs" /> <EmbeddedResource Include="Examples\WriteToFile.cs" /> + <Compile Include="..\Versioning\GlobalVersionInfo.cs"> + <Link>GlobalVersionInfo.cs</Link> + </Compile> <Compile Include="ConnectionMode.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> @@ -177,4 +177,9 @@ </Page> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <ProjectExtensions> + <VisualStudio> + <UserProperties BuildVersion_StartDate="2000/1/1" /> + </VisualStudio> + </ProjectExtensions> </Project>
\ No newline at end of file |
