Skip to content

Commit dc1319e

Browse files
author
Caitlin Bales (MSFT)
committed
Remove default values from template
1 parent 1b759b4 commit dc1319e

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33-
<DebugType>pdbonly</DebugType>
34-
<Optimize>true</Optimize>
35-
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
37-
<ErrorReport>prompt</ErrorReport>
38-
<WarningLevel>4</WarningLevel>
39-
</PropertyGroup>
4032
<ItemGroup>
4133
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
4234
<HintPath>..\packages\MSTest.TestFramework.1.1.18\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
@@ -51,7 +43,6 @@
5143
</Reference>
5244
</ItemGroup>
5345
<ItemGroup>
54-
<Compile Include="Properties\AssemblyInfo.cs" />
5546
<Compile Include="*.cs" />
5647
<Compile Include="*\*.cs" />
5748
</ItemGroup>

GraphODataTemplateWriter.Test/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,12 @@
33
using System.Runtime.InteropServices;
44

55
[assembly: AssemblyTitle("GraphODataTemplateWriter.Test")]
6-
[assembly: AssemblyDescription("")]
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("")]
96
[assembly: AssemblyProduct("GraphODataTemplateWriter.Test")]
107
[assembly: AssemblyCopyright("Copyright © 2018")]
11-
[assembly: AssemblyTrademark("")]
12-
[assembly: AssemblyCulture("")]
138

149
[assembly: ComVisible(false)]
1510

1611
[assembly: Guid("2256ec8d-fd7e-4a49-b616-70755afc9f6c")]
1712

18-
// [assembly: AssemblyVersion("1.0.*")]
1913
[assembly: AssemblyVersion("1.0.0.0")]
2014
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)