Renamed repo
This commit is contained in:
parent
6bee186952
commit
df7c9e1235
@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.29613.14
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CubicNoise", "CubicNoise\CubicNoise.csproj", "{F7F37856-6952-4EB6-BDC7-221BDDE529CD}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoiseEngine", "NoiseEngine\NoiseEngine.csproj", "{F7F37856-6952-4EB6-BDC7-221BDDE529CD}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CubicNoiseTests", "CubicNoiseTests\CubicNoiseTests.csproj", "{28AA7CEE-CC12-4CAF-AA8E-82E7B099DEF6}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoiseEngineTests", "NoiseEngineTests\NoiseEngineTests.csproj", "{28AA7CEE-CC12-4CAF-AA8E-82E7B099DEF6}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
@ -13,11 +13,11 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DocumentationFile>C:\Users\Thorsten\Downloads\repos\CubicNoise\CubicNoise\CubicNoise.xml</DocumentationFile>
|
||||
<DocumentationFile>$(MSBuildThisFileDirectory)\NoiseEngine.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||||
<DocumentationFile>C:\Users\Thorsten\Downloads\repos\CubicNoise\CubicNoise\CubicNoise.xml</DocumentationFile>
|
||||
<DocumentationFile>$(MSBuildThisFileDirectory)\NoiseEngine.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
@ -13,7 +13,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CubicNoise\CubicNoise.csproj" />
|
||||
<ProjectReference Include="..\NoiseEngine\NoiseEngine.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user