Skip to content

Commit 38fbf8d

Browse files
committed
.nuget folder removed and all .csproj files cleared from nuget and TFS-related settings
1 parent 732acf5 commit 38fbf8d

File tree

28 files changed

+1
-426
lines changed

28 files changed

+1
-426
lines changed

Open Judge System/.nuget/NuGet.Config

-6
This file was deleted.

Open Judge System/.nuget/NuGet.exe

-788 KB
Binary file not shown.

Open Judge System/.nuget/NuGet.targets

-136
This file was deleted.

Open Judge System/Data/OJS.Data.Contracts/OJS.Data.Contracts.csproj

-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
<AssemblyName>OJS.Data.Contracts</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>
15-
</SccProjectName>
16-
<SccLocalPath>
17-
</SccLocalPath>
18-
<SccAuxPath>
19-
</SccAuxPath>
20-
<SccProvider>
21-
</SccProvider>
2214
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
23-
<RestorePackages>true</RestorePackages>
2415
</PropertyGroup>
2516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2617
<DebugSymbols>true</DebugSymbols>
@@ -81,7 +72,6 @@
8172
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
8273
</ItemGroup>
8374
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
8575
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8676
Other similar extension points exist, see Microsoft.Common.targets.
8777
<Target Name="BeforeBuild">

Open Judge System/Data/OJS.Data.Models/OJS.Data.Models.csproj

-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
<AssemblyName>OJS.Data.Models</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>
15-
</SccProjectName>
16-
<SccLocalPath>
17-
</SccLocalPath>
18-
<SccAuxPath>
19-
</SccAuxPath>
20-
<SccProvider>
21-
</SccProvider>
2214
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
23-
<RestorePackages>true</RestorePackages>
2415
</PropertyGroup>
2516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2617
<DebugSymbols>true</DebugSymbols>
@@ -113,7 +104,6 @@
113104
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
114105
</ItemGroup>
115106
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
117107
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118108
Other similar extension points exist, see Microsoft.Common.targets.
119109
<Target Name="BeforeBuild">

Open Judge System/Data/OJS.Data/OJS.Data.csproj

-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
<AssemblyName>OJS.Data</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>
15-
</SccProjectName>
16-
<SccLocalPath>
17-
</SccLocalPath>
18-
<SccAuxPath>
19-
</SccAuxPath>
20-
<SccProvider>
21-
</SccProvider>
2214
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
23-
<RestorePackages>true</RestorePackages>
2415
</PropertyGroup>
2516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2617
<DebugSymbols>true</DebugSymbols>
@@ -138,7 +129,6 @@
138129
<Analyzer Include="..\..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
139130
</ItemGroup>
140131
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
142132
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143133
Other similar extension points exist, see Microsoft.Common.targets.
144134
<Target Name="BeforeBuild">

Open Judge System/OJS.Common/OJS.Common.csproj

-16
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
<AssemblyName>OJS.Common</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>
15-
</SccProjectName>
16-
<SccLocalPath>
17-
</SccLocalPath>
18-
<SccAuxPath>
19-
</SccAuxPath>
20-
<SccProvider>
21-
</SccProvider>
2214
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
23-
<RestorePackages>true</RestorePackages>
2415
</PropertyGroup>
2516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2617
<DebugSymbols>true</DebugSymbols>
@@ -111,13 +102,6 @@
111102
<Analyzer Include="..\packages\StyleCop.Analyzers.1.1.0-beta001\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
112103
</ItemGroup>
113104
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
114-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
115-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
116-
<PropertyGroup>
117-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
118-
</PropertyGroup>
119-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
120-
</Target>
121105
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122106
Other similar extension points exist, see Microsoft.Common.targets.
123107
<Target Name="BeforeBuild">

Open Judge System/Open Judge System.sln

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23107.0
4+
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{93034417-0AAA-4E72-84EA-767DB4EF5283}"
77
EndProject
@@ -50,13 +50,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SandboxExecutorProofOfConce
5050
EndProject
5151
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SandboxTarget", "Tools\SandboxTarget\SandboxTarget.csproj", "{D51F7D60-421C-44B2-9422-2610066CB82D}"
5252
EndProject
53-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{55BD5E6E-A6AB-41D9-99D9-3601077B2788}"
54-
ProjectSection(SolutionItems) = preProject
55-
.nuget\NuGet.Config = .nuget\NuGet.Config
56-
.nuget\NuGet.exe = .nuget\NuGet.exe
57-
.nuget\NuGet.targets = .nuget\NuGet.targets
58-
EndProjectSection
59-
EndProject
6053
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OJS.Workers.Executors.Tests", "Tests\OJS.Workers.Executors.Tests\OJS.Workers.Executors.Tests.csproj", "{5054FE58-791D-41EA-9ED9-911788A7E631}"
6154
EndProject
6255
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OJS.Web.Common", "Web\OJS.Web.Common\OJS.Web.Common.csproj", "{2E08E0AF-0E51-47CA-947B-4C66086FA030}"

Open Judge System/Tests/OJS.Common.Tests/OJS.Common.Tests.csproj

-16
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,7 @@
1616
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
1717
<IsCodedUITest>False</IsCodedUITest>
1818
<TestProjectType>UnitTest</TestProjectType>
19-
<SccProjectName>
20-
</SccProjectName>
21-
<SccLocalPath>
22-
</SccLocalPath>
23-
<SccAuxPath>
24-
</SccAuxPath>
25-
<SccProvider>
26-
</SccProvider>
2719
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
28-
<RestorePackages>true</RestorePackages>
2920
</PropertyGroup>
3021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3122
<DebugSymbols>true</DebugSymbols>
@@ -123,13 +114,6 @@
123114
</Choose>
124115
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
125116
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
127-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
128-
<PropertyGroup>
129-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
130-
</PropertyGroup>
131-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
132-
</Target>
133117
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
134118
Other similar extension points exist, see Microsoft.Common.targets.
135119
<Target Name="BeforeBuild">

Open Judge System/Tests/OJS.Tests.Common/OJS.Tests.Common.csproj

-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
<AssemblyName>OJS.Tests.Common</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
14-
<SccProjectName>
15-
</SccProjectName>
16-
<SccLocalPath>
17-
</SccLocalPath>
18-
<SccAuxPath>
19-
</SccAuxPath>
20-
<SccProvider>
21-
</SccProvider>
2214
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
23-
<RestorePackages>true</RestorePackages>
2415
</PropertyGroup>
2516
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2617
<DebugSymbols>true</DebugSymbols>
@@ -138,7 +129,6 @@
138129
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
139130
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
140131
</PropertyGroup>
141-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
142132
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
143133
Other similar extension points exist, see Microsoft.Common.targets.
144134
<Target Name="BeforeBuild">

Open Judge System/Tests/OJS.Workers.Checkers.Tests/OJS.Workers.Checkers.Tests.csproj

-16
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,7 @@
1616
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
1717
<IsCodedUITest>False</IsCodedUITest>
1818
<TestProjectType>UnitTest</TestProjectType>
19-
<SccProjectName>
20-
</SccProjectName>
21-
<SccLocalPath>
22-
</SccLocalPath>
23-
<SccAuxPath>
24-
</SccAuxPath>
25-
<SccProvider>
26-
</SccProvider>
2719
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
28-
<RestorePackages>true</RestorePackages>
2920
</PropertyGroup>
3021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3122
<DebugSymbols>true</DebugSymbols>
@@ -124,13 +115,6 @@
124115
</Choose>
125116
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
126117
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
127-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
128-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
129-
<PropertyGroup>
130-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
131-
</PropertyGroup>
132-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
133-
</Target>
134118
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
135119
Other similar extension points exist, see Microsoft.Common.targets.
136120
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)