diff options
Diffstat (limited to 'OATH.Net.Test/OATH.Net.Test.csproj')
-rw-r--r-- | OATH.Net.Test/OATH.Net.Test.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OATH.Net.Test/OATH.Net.Test.csproj b/OATH.Net.Test/OATH.Net.Test.csproj index c804acc..38a606d 100644 --- a/OATH.Net.Test/OATH.Net.Test.csproj +++ b/OATH.Net.Test/OATH.Net.Test.csproj @@ -58,6 +58,9 @@ <Compile Include="..\OATH.Net\Properties\CommonAssemblyInfo.cs"> <Link>Properties\CommonAssemblyInfo.cs</Link> </Compile> + <Compile Include="..\OATH.Net\Properties\VersionAssemblyInfo.cs"> + <Link>Properties\VersionAssemblyInfo.cs</Link> + </Compile> <Compile Include="TimeBasedOtpGeneratorTests.cs" /> </ItemGroup> <ItemGroup> @@ -71,11 +74,8 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildProjectDirectory)\..\packages\StyleCop\Microsoft.StyleCop.Targets" /> - <!-- 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. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> - --> </Project>
\ No newline at end of file |