diff options
author | crupest <crupest@outlook.com> | 2019-03-14 23:36:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-14 23:36:52 +0800 |
commit | 31660954829f8a4568dc75fc37923650fbf3fe55 (patch) | |
tree | fe18e2e120aee48f5f2c96d453542ea5d93643bb /Timeline | |
parent | 2f378157df13ee770bf1d14e3df21d01e876818c (diff) | |
download | timeline-31660954829f8a4568dc75fc37923650fbf3fe55.tar.gz timeline-31660954829f8a4568dc75fc37923650fbf3fe55.tar.bz2 timeline-31660954829f8a4568dc75fc37923650fbf3fe55.zip |
Change assembly name of ci project file.
Rename test project file.
Diffstat (limited to 'Timeline')
-rw-r--r-- | Timeline/Timeline-CI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Timeline-CI.csproj b/Timeline/Timeline-CI.csproj index e8d35b1d..65bfacdf 100644 --- a/Timeline/Timeline-CI.csproj +++ b/Timeline/Timeline-CI.csproj @@ -8,6 +8,7 @@ <SpaRoot>ClientApp\</SpaRoot> <DefaultItemExcludes>$(DefaultItemExcludes);$(SpaRoot)node_modules\**</DefaultItemExcludes> <Authors>crupest</Authors> + <AssemblyName>Timeline</AssemblyName> </PropertyGroup> <ItemGroup> |