File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
Intuit.Ipp.EntitlementService.Test
Intuit.Ipp.Utility/Common Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 8383 <Compile Include =" Properties\AssemblyInfo.cs" />
8484 </ItemGroup >
8585 <ItemGroup >
86- <None Include =" App.config" />
86+ <None Include =" App.config" >
87+ <SubType >Designer</SubType >
88+ </None >
8789 <None Include =" packages.config" />
8890 </ItemGroup >
8991 <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
Original file line number Diff line number Diff line change 1- using System ;
1+ ////*********************************************************
2+ // <copyright file="CoreConstants.cs" company="Intuit">
3+ /*******************************************************************************
4+ * Copyright 2016 Intuit
5+ *
6+ * Licensed under the Apache License, Version 2.0 (the "License");
7+ * you may not use this file except in compliance with the License.
8+ * You may obtain a copy of the License at
9+ *
10+ * http://www.apache.org/licenses/LICENSE-2.0
11+ *
12+ * Unless required by applicable law or agreed to in writing, software
13+ * distributed under the License is distributed on an "AS IS" BASIS,
14+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+ * See the License for the specific language governing permissions and
16+ * limitations under the License.
17+ *******************************************************************************/
18+ //
19+ // <summary>This file contains Security environments.</summary>
20+ ////*********************************************************
21+
22+
23+ using System ;
224using System . Collections . Generic ;
325using System . Linq ;
426using System . Text ;
Original file line number Diff line number Diff line change 1515 * See the License for the specific language governing permissions and
1616 * limitations under the License.
1717 *******************************************************************************/
18- // <summary>This file contains SdkException.</summary>
18+ //
1919// <summary>This file contains Constants.</summary>
2020////*********************************************************
2121
You can’t perform that action at this time.
0 commit comments