Skip to content

Commit

Permalink
Merge pull request #6 from ErikEJ/clean-more
Browse files Browse the repository at this point in the history
Remove TFS bindings
  • Loading branch information
ErikEJ authored Mar 31, 2017
2 parents c6bac4f + 0d41337 commit cca05a6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 33 deletions.
15 changes: 0 additions & 15 deletions src/ErikEJ.SqlCe.VS2013.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Salient.Data", "Salient.Data\Salient.Data.csproj", "{194B5823-39B6-4153-9B39-01189F8E3E4D}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 5
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs03
SccLocalPath0 = .
SccProjectUniqueName1 = ErikEJ.SqlCe.csproj
SccLocalPath1 = .
SccProjectUniqueName2 = ErikEJ.SqlCe40.csproj
SccLocalPath2 = .
SccProjectUniqueName3 = ErikEJ.Tests.Unit.csproj
SccLocalPath3 = .
SccProjectUniqueName4 = Salient.Data\\Salient.Data.csproj
SccProjectName4 = Salient.Data
SccLocalPath4 = Salient.Data
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand Down
4 changes: 0 additions & 4 deletions src/ErikEJ.SqlCe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 0 additions & 4 deletions src/ErikEJ.SqlCe40.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
8 changes: 2 additions & 6 deletions src/ErikEJ.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -66,8 +62,8 @@
<Compile Include="Test\SqlCeBulkCopyTest.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="nunit.framework.dll" />
<Content Include="testdb.sdf">
<Content Include="Test\nunit.framework.dll" />
<Content Include="Test\testdb.sdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions src/Salient.Data/Salient.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
File renamed without changes.

0 comments on commit cca05a6

Please sign in to comment.